Hugo-Initio is ported from the Initio template by GetTemplate.com for Hugo.
Licensing: Creative Commons (for more options, go to the original template site)
Released: Feb 21, 2014
Last Updated: Feb 21, 2014
Version: 1.0
Bootstrap: 3.3.4 or higher
Libraries: jQuery
Designer: Sergey Pozhilov
$ cd /<your-hugo-site-directory>
$ git submodule add https://github.com/miguelsimoni/hugo-initio.git themes/hugo-initio
More info: hugo setup guide
You can show or hide each home page section from the config.toml
:
showSubheader = true
showServices = true
showRecentWorks = true
showDownloads = true
showClients = true
You can show or hide each footer widget from the config.toml
:
showFooterContact = true
showfooterFollowMe = true
showFooterTextWidget = true
showFooterFormWidget = true
You can add as many social networks as you want in the params.social
array following this template:
[[params.social]]
title = "facebook"
url = "https://www.facebook.com/nickname"
icon = "fa-facebook-square"
footer = true
sharethis = true
network = "facebook"
See the whole configuration in the config.toml file.
Powered by Disqus
[params.disqus]
site = "your-disqus-short-name"
Disable the comments system by leaving the params.disqus.site
empty.
[params.google.analytics]
trackerID = "GA-000000000-0"
Disable the Google Analytics by leaving params.google.analytics.trackerID
empty.
In order to see your site in action, you can run Hugo's built-in local server.
$ cd exampleSite
$ hugo server -t ../..
Now enter http://localhost:1313/
in the address bar of your browser.
- Found a bug?
- Got an idea for a new feature?
Let me know it using the issue tracker. Or make it directly: pull request.
This port is released under the MIT License. Check the original theme license for additional licensing information.
Thanks to Steve Francia for creating Hugo and the awesome community around the project. And also thanks to Sergey Pozhilov for creating this awesome theme.