All Projects → miguelsimoni → hugo-initio

miguelsimoni / hugo-initio

Licence: MIT license
Hugo Theme port of Initio bootstrap template by GetTemplate

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hugo-initio

influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+13.79%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+231.03%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-44.83%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-24.14%)
Mutual labels:  hugo-theme, hugo, hugo-site, static-site, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+1.72%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+129.31%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+184.48%)
Mutual labels:  hugo-theme, hugo, hugo-site, static-site, blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-17.24%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site, blog-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+2268.97%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (+18.97%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+112.07%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (+53.45%)
Mutual labels:  static-site-generator, hugo-theme, hugo, static-site
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-13.79%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Hugo Boilerplate
A Hugo boilerplate for building modern websites
Stars: ✭ 58 (+0%)
Mutual labels:  static-site-generator, hugo, hugo-site, static-site
Hugs
🤗 A super simple starting point for Hugo websites.
Stars: ✭ 162 (+179.31%)
Mutual labels:  static-site-generator, hugo, hugo-site, static-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-50%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-17.24%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+10405.17%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+11781.03%)
Mutual labels:  static-site-generator, hugo-theme, hugo, hugo-site
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+94.83%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme

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

Live Demo

Example Site

config.toml

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].