All Projects → SteveLane → Hugo Icon

SteveLane / Hugo Icon

Licence: mit
Icon theme for Hugo

Projects that are alternatives of or similar to Hugo Icon

Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+68.24%)
Mutual labels:  hugo, responsive
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-40%)
Mutual labels:  responsive, hugo
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (+70.59%)
Mutual labels:  hugo, responsive
Educenter Hugo
Educenter is an educational website template. It can be used as an online teaching platform, school and university websites
Stars: ✭ 96 (+12.94%)
Mutual labels:  hugo, responsive
Minimal
Personal blog theme powered by Hugo
Stars: ✭ 330 (+288.24%)
Mutual labels:  hugo, responsive
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (+60%)
Mutual labels:  hugo, responsive
hugoblog
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)
Stars: ✭ 48 (-43.53%)
Mutual labels:  responsive, hugo
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1516.47%)
Mutual labels:  hugo, responsive
yourfolio
⭐ Super simple and responsive theme for your personal website on Hugo
Stars: ✭ 28 (-67.06%)
Mutual labels:  responsive, hugo
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+175.29%)
Mutual labels:  responsive, hugo
Hugo Theme M10c
A minimalistic (m10c) blog theme for Hugo
Stars: ✭ 223 (+162.35%)
Mutual labels:  hugo, responsive
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+589.41%)
Mutual labels:  hugo, responsive
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+7.06%)
Mutual labels:  responsive, hugo
Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (+310.59%)
Mutual labels:  hugo, responsive
Hugo Tranquilpeak Theme
A gorgeous responsive theme for Hugo blog framework
Stars: ✭ 686 (+707.06%)
Mutual labels:  hugo, responsive
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (-10.59%)
Mutual labels:  responsive
Hugopit
An EXPERIMENTAL web based editor for Hugo
Stars: ✭ 79 (-7.06%)
Mutual labels:  hugo
Jakarta.ee
Jakarta EE is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.
Stars: ✭ 75 (-11.76%)
Mutual labels:  hugo
Notfoundbot
fix & archive outgoing links on your website
Stars: ✭ 74 (-12.94%)
Mutual labels:  hugo
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-4.71%)
Mutual labels:  hugo

Icon Theme

This theme is a Hugo port of the icon theme by https://freehtml5.co/. It is a single-page, responsive theme, with sections for describing your business mission, services, a gallery, your team and a contact form.

Installation

Follow the themes guide on the Hugo website. Briefly, within your Hugo folder:

$ cd themes
$ git clone https://github.com/SteveLane/hugo-icon.git

Getting started

Copy exampleSite/config.toml into the root of your website folder, and edit it to your hearts content!

Add theme = "hugo-icon" to this config, or when serving, use hugo server -t hugo-icon.

Adding additional pages

If you'd like to add additional pages, say for a blog, place your content in /content/blog/ (with an _index.md and additional markdown files for each entry).

To link to it from the main menu, add the following line to layouts/partials/nav.html:

<a href="/blog" onclick="location.href='/blog';">Blog</a>

Credits

Credit for this theme goes fully to https://freehtml5.co/, which is licensed under a CC BY 3.0 license. If you use this Hugo port, please consider the terms of that license and make proper attribution to https://freehtml5.co/.

Changelog

A changelog for the initial port by @SteveLane is here; if you fork this theme and make changes, please list them.

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].