Typos, tabs, minor fixes
This commit is contained in:
parent
8484b27554
commit
5fd0e27ebe
2 changed files with 195 additions and 197 deletions
|
@ -52,7 +52,7 @@ For more information read the official [setup guide](//gohugo.io/overview/instal
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
After installing the theme successfully it requires a just a few more steps to get your resume running.
|
After installing the theme successfully it requires just a few more steps to get your resume running.
|
||||||
|
|
||||||
### Copying files
|
### Copying files
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ Did you found a bug or got an idea? Feel free to use the [issue tracker](//githu
|
||||||
|
|
||||||
The original template is released under the Creative Commons Attribution 3.0 License. Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out other license options via template author's website: themes.3rdwavemedia.com
|
The original template is released under the Creative Commons Attribution 3.0 License. Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out other license options via template author's website: themes.3rdwavemedia.com
|
||||||
|
|
||||||
As for Hugo port you may rewrite the "Ported for..." line with setting your name in the end of `config.toml`
|
As for Hugo port you may rewrite the "Ported for..." line with setting your name at the end of `config.toml`
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
copyright = ""
|
copyright = ""
|
||||||
|
|
|
@ -165,11 +165,11 @@ disable404 = true
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "Hugrid"
|
title = "Hugrid"
|
||||||
url = "https://github.com/aerohub/hugrid"
|
url = "https://github.com/aerohub/hugrid"
|
||||||
tagline = "Grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on"
|
tagline = "Grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on"
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
title = "Simple FAQ Theme for Hugo"
|
title = "Simple FAQ Theme for Hugo"
|
||||||
url = "https://github.com/aerohub/hugo-me-theme"
|
url = "https://github.com/aerohub/hugo-faq-theme"
|
||||||
tagline = "Simple FAQ Theme for Hugo. You may use this theme for building very simple FAQs or note lists."
|
tagline = "Simple FAQ Theme for Hugo. You may use this theme for building very simple FAQs or note lists."
|
||||||
|
|
||||||
[[params.projects.list]]
|
[[params.projects.list]]
|
||||||
|
@ -228,5 +228,3 @@ disable404 = true
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
copyright = ""
|
copyright = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue