Hugo Themes
Hugo Initio
- Author: Miguel Simoni
- GitHub Stars: 73
- Updated: 2023-06-19
- License: MIT
- Tags: Blog Bootstrap Landing Light Personal Portfolio Responsive
Initio theme for Hugo
Hugo-Initio is ported from the Initio template by GetTemplate.com for Hugo.
Original Template Info
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
Installation
$ cd /<your-hugo-site-directory>
$ git submodule add https://github.com/miguelsimoni/hugo-initio.git themes/hugo-initio
More info: hugo setup guide
Configuration
Sections
You can show or hide each home page section from the config.toml
:
showSubheader = true
showServices = true
showRecentWorks = true
showDownloads = true
showClients = true
Footer
You can show or hide each footer widget from the config.toml
:
showFooterContact = true
showfooterFollowMe = true
showFooterTextWidget = true
showFooterFormWidget = true
Social Networks
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.
Comments
Powered by Disqus
[params.disqus]
site = "your-disqus-short-name"
Disable the comments system by leaving the params.disqus.site
empty.
Google Analytics
[params.google.analytics]
trackerID = "GA-000000000-0"
Disable the Google Analytics by leaving params.google.analytics.trackerID
empty.
Almost there…
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.
Deployment
Contributing
- Found a bug?
- Got an idea for a new feature?
Let me know it using the issue tracker. Or make it directly: pull request.
License
This port is released under the MIT License. Check the original theme license for additional licensing information.
Thanks
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.