Skip to content

avalonstrel/hugo-initio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initio theme for Hugo

GitHub GitHub top language GitHub code size in bytes GitHub last commit (branch) GitHub closed issues GitHub forks GitHub stars GitHub watchers

Hugo-Initio is ported from the Initio template by GetTemplate.com for Hugo.

screenshot

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

Example Site

config.toml

Sections

showSubheader = true
showServices = true
showRecentWorks = true
showDownload = true
showClients = true

footerEnableContact = true
footerEnableFollowme = true
footerEnableTextWidget = false
footerEnableFormWidget = false

Social Networks Icons

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.

$ hugo server

Now enter http://localhost:1313/hugo-initio-site/ 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.

About

Hugo Theme adaptation of Initio from GetTemplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.8%
  • HTML 47.2%
  • JavaScript 4.0%