Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions _posts/2016-03-21-moon-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}