mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update broken localhost link
This commit is contained in:
parent
96b6ae81eb
commit
5581e33a34
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ git submodule add -b gh-pages git@github.com:your-username/your-repo.git public
|
|||
{{% /highlight %}}
|
||||
|
||||
## Convert Jekyll templates to Hugo templates
|
||||
That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](http://localhost:1313/layout/templates/) to learn Hugo's way.
|
||||
That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](/layout/templates/) to learn Hugo's way.
|
||||
|
||||
As a single reference data point, converting my templates for [heyitsalex.net](http://heyitsalex.net) took me no more than a few hours.
|
||||
|
||||
|
|
Loading…
Reference in a new issue