diff --git a/_posts/2016-03-21-moon-theme.md b/_posts/2016-03-21-moon-theme.md index 2e7d79058e8..ed0d44c43aa 100644 --- a/_posts/2016-03-21-moon-theme.md +++ b/_posts/2016-03-21-moon-theme.md @@ -106,25 +106,23 @@ Set your disqus shortname in `_config.yml` to use comments. ### Navigation Links -To set what links appear in the top navigation edit `_data/navigation.yml`. Use the following format to set the URL and title for as many links as you'd like. *External links will open in a new window.* +By default a link to `Home`, `About` and `Posts` will appear in the navigation bar. -{% highlight yaml %} -- title: Home - url: / +If you want to add additional links (underneath these three entries) you can edit `_data/navigation.yml`. Use the following format to set the URL and title for as many links as you'd like. *External links will open in a new window.* +{% highlight yaml %} - title: Blog url: /blog/ - title: Projects url: /projects/ -- title: About - url: /about/ - - title: Moon url: http://taylantatli.me/Moon {% endhighlight %} +If you want to adjust the default entries take a look at `_includes/nav.html`. (This step is a little more advanced, but hopefully not too challenging!) + --- ## Layouts and Content diff --git a/about/index.md b/about/index.md index d3c042a7a15..7ffafb99572 100644 --- a/about/index.md +++ b/about/index.md @@ -32,6 +32,6 @@ See a [live version of Moon](http://taylantatli.github.io/Moon) hosted on GitHub ## Getting Started -To learn how to install and use this theme check out the [Setup Guide](http://taylantatli.me/Moon/moon-theme/) for more information. +To learn how to install and use this theme check out the [Setup Guide](http://taylantatli.github.io/Moon/moon-theme/) for more information. [Install Moon](https://github.com/TaylanTatli/Moon){: .btn}