Skip to content

Commit

Permalink
Update template references to the new repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
geinosky committed Jan 9, 2020
1 parent b0833ef commit 65fd3a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using the koru-jekyll theme

This is a theme based on UCAR/NCAR's custom 'koru' design. It is built on top the Foundation framework. This provides users and developers with responsiveness and accessibility. The site can be found [here](https://ncar.github.io/jekyll-koru-test/).
This is a theme based on UCAR/NCAR's custom 'koru' design. It is built on top the Foundation framework. This provides users and developers with responsiveness and accessibility. The site can be found [here](https://ncar.github.io/jkoru-jekyll-template/).

* [Layouts](#layouts)
* [Main Menu](#main-menu)
Expand Down Expand Up @@ -43,7 +43,7 @@ menu:
url: /pages/documentation.html
```
If you are using a relative path to a page in the repository you will need to include the repository name in the `url:` value. This would look like: `url: /jekyll-koru-test/pages/main-menu.html`
If you are using a relative path to a page in the repository you will need to include the repository name in the `url:` value. This would look like: `url: /koru-jekyll-template/pages/main-menu.html`

When developing locally, you will need to remove the repository name from the URL.

Expand Down
10 changes: 5 additions & 5 deletions _data/mainmenu.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
menu:
- title: Layouts
url: /jekyll-koru-test/pages/layouts.html
url: /koru-jekyll-template/pages/layouts.html
submenu:
- title: Submenu Item
url: /jekyll-koru-test/pages/submenu.html
url: /koru-jekyll-template/pages/submenu.html
- title: Updating the Main Menu
url: /jekyll-koru-test/pages/main-menu.html
url: /koru-jekyll-template/pages/main-menu.html
- title: Local Development
url: /jekyll-koru-test/pages/local-development.html
url: /koru-jekyll-template/pages/local-development.html
- title: Support
url: /jekyll-koru-test/pages/support.html
url: /koru-jekyll-template/pages/support.html
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Home
banner-title: Example Github site
banner-description: This is a custom Jekyll theme based on UCAR/NCAR's custom 'koru' design. It is built on top of the Foundation framework. This provides users and developers with responsiveness and accessibility.
banner-button-text: Download
banner-button-url: https://github.com/NCAR/jekyll-koru-test
banner-button-url: https://github.com/NCAR/jekyll-koru-jekyll-template
---

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion pages/main-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ menu:
url: /pages/documentation.html
```
If you are using a relative path to a page in the repository you will need to include the repository name in the `url:` value. This would look like: `url: /jekyll-koru-test/pages/main-menu.html`
If you are using a relative path to a page in the repository you will need to include the repository name in the `url:` value. This would look like: `url: /koru-jekyll-template/pages/main-menu.html`

When developing locally, you will need to remove the repository name from the URL.

0 comments on commit 65fd3a4

Please sign in to comment.