diff --git a/_posts/2014-06-19-documentation.md b/_posts/2014-06-19-documentation.md index cbbfb9421..a9da5e607 100644 --- a/_posts/2014-06-19-documentation.md +++ b/_posts/2014-06-19-documentation.md @@ -21,7 +21,7 @@ General notes and suggestions for customizing **HMFAYSAL Notepad Theme**. ## Basic Setup for a new Jekyll site -1. [Install Jekyll](http://jekyllrb.com) and read through [this installation instructions]({{ site.url }}/theme-setup/installing-jekyll-on-windows/) if you haven't already. +1. [Install Jekyll](http://jekyllrb.com) and read through [this installation instructions]({{ site.url }}/webdevelopment/installing-jekyll-on-windows/) if you haven't already. 2. Fork the [HMFAYSAL Notepad Theme repo](https://github.com/hmfaysal/hmfaysal-omega-theme/fork) 3. Clone the repo you just forked. 4. Edit `_config.yml` to personalize your site. @@ -330,4 +330,4 @@ This theme is free and open source software, distributed under the [The MIT Lice If you'd like to give me credit somewhere on your blog or tweet a shout out to [@hmfaysal](https://twitter.com/hmfaysal), that would be pretty sweet. -[^1]: Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for canonical urls in `head.html`. Don't include a trailing `/` in your base url ie: http://hmfaysal.github.io. When developing locally I suggest using `http://localhost:4000` or whatever server you're using to properly load the theme's stylesheet, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing home. \ No newline at end of file +[^1]: Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for canonical urls in `head.html`. Don't include a trailing `/` in your base url ie: http://hmfaysal.github.io. When developing locally I suggest using `http://localhost:4000` or whatever server you're using to properly load the theme's stylesheet, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing home.