Skip to content

Commit

Permalink
File Re-organization
Browse files Browse the repository at this point in the history
Moved Local Environment to be under IMLS
Website Guide
  • Loading branch information
lawtlee committed Sep 6, 2023
1 parent aa41d63 commit cbc05f7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/datasquad-website-guide/datasquad-website-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: DataSquad Website Guide
layout: default
permalink: /docs/datasquad-website-guide
has_children: true
has_children: true
nav_order: 4
---

Refer to [Add Projects]({{ site.baseurl }}/docs/datasquad-website-guide/add-projects) and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: GPG Signature
layout: default
parent: Local Environment
grand_parent: IMLS Website Guide
nav_order: 2
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Jekyll
layout: default
parent: Local Environment
grand_parent: IMLS Website Guide
nav_order: 1
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Local Environment
layout: default
permalink: /docs/local-env
parent: IMLS Website Guide
has_children: true
nav_order: 1
---

This documentation is to help those setup your local environment.
6 changes: 6 additions & 0 deletions docs/imls-website-guide/website-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: IMLS Website Guide
layout: default
permalink: /docs/website-guide
has_children: true
nav_order: 5.5
---

# Website Guide
Expand Down Expand Up @@ -35,3 +36,8 @@ html templates that wrap posts, chosen on a post-by-post basis in the front matt

- `_posts`:
contain blog posts for the website.

## Making Changes Locally

If you plan to making and previewing changes locally rather than working directly on github.com, go through the
[*Local Environment guide*]({{ site.baseurl }}/docs/imls-website-guide/local-env/local-env.html) first.

0 comments on commit cbc05f7

Please sign in to comment.