Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsimoni/hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
https://github.com/miguelsimoni/hugo-initio
blog blog-template blog-theme bootstrap disqus formspree google-ana hugo hugo-site hugo-theme share-this site static-site static-site-generator static-website template theme website
Last synced: about 2 months ago
JSON representation
Hugo Theme port of Initio bootstrap template by GetTemplate
- Host: GitHub
- URL: https://github.com/miguelsimoni/hugo-initio
- Owner: miguelsimoni
- License: mit
- Created: 2017-05-30T14:34:35.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T10:12:00.000Z (over 1 year ago)
- Last Synced: 2024-12-13T23:12:18.703Z (about 2 months ago)
- Topics: blog, blog-template, blog-theme, bootstrap, disqus, formspree, google-ana, hugo, hugo-site, hugo-theme, share-this, site, static-site, static-site-generator, static-website, template, theme, website
- Language: CSS
- Homepage: https://themes.gohugo.io/hugo-initio/
- Size: 2.29 MB
- Stars: 91
- Watchers: 4
- Forks: 121
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - miguelsimoni/hugo-initio - Hugo Theme port of Initio bootstrap template by GetTemplate (bootstrap)
README
# Initio theme for Hugo
![GitHub](https://img.shields.io/github/license/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub top language](https://img.shields.io/github/languages/top/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/miguelsimoni/hugo-initio/main.svg?style=flat-square)
![GitHub closed issues](https://img.shields.io/github/issues-closed/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/miguelsimoni/hugo-initio.svg?style=flat-square)
![GitHub watchers](https://img.shields.io/github/watchers/miguelsimoni/hugo-initio.svg?style=flat-square)[Hugo-Initio](https://miguelsimoni.github.io/hugo-initio-site/) is ported from the [Initio](http://www.gettemplate.com/info/initio/) template by [GetTemplate.com](http://www.gettemplate.com/) for [Hugo](https://gohugo.io/).
![screenshot](https://raw.githubusercontent.com/miguelsimoni/hugo-initio/master/images/tn.png)
### Original Template Info
**Licensing:** Creative Commons (for more options, go to the [original template site](http://www.gettemplate.com/info/initio/))
**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 /
$ git submodule add https://github.com/miguelsimoni/hugo-initio.git themes/hugo-initio
```More info: [hugo setup guide](https://gohugo.io/overview/installing/)
## Configuration
[Live Demo](https://miguelsimoni.github.io/hugo-initio-site/)
[Example Site](https://github.com/miguelsimoni/hugo-initio/tree/master/exampleSite)
[config.toml](https://github.com/miguelsimoni/hugo-initio/tree/master/exampleSite/config.toml)
### Sections
You can show or hide each home page section from the `config.toml`:
```toml
showSubheader = true
showServices = true
showRecentWorks = true
showDownloads = true
showClients = true
```### Footer
You can show or hide each footer widget from the `config.toml`:
```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:
```toml
[[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](https://github.com/miguelsimoni/hugo-initio/tree/master/exampleSite/config.toml) file.
### Comments
Powered by [Disqus](https://disqus.com)
```toml
[params.disqus]
site = "your-disqus-short-name"
```Disable the comments system by leaving the `params.disqus.site` empty.
### Google Analytics
```toml
[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/`](http://localhost:1313/) in the address bar of your browser.
## Deployment
- [Hosting on GitHub](https://gohugo.io/hosting-and-deployment/hosting-on-github/)
- [More hosting and deployment options](https://gohugo.io/hosting-and-deployment/)## Contributing
- Found a bug?
- Got an idea for a new feature?Let me know it using the [issue tracker](https://github.com/miguelsimoni/hugo-initio/issues).
Or make it directly: [pull request](https://github.com/miguelsimoni/hugo-initio/pulls).## License
This port is released under the MIT License. Check the [original theme license](http://www.gettemplate.com/info/initio/) for additional licensing information.
## Thanks
Thanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project. And also thanks to [Sergey Pozhilov](http://www.gettemplate.com/) for creating this awesome theme.