All Projects โ†’ nurlansu โ†’ Hugo Sustain

nurlansu / Hugo Sustain

Licence: mit
๐Ÿฆ Personal blog theme built with Bootstrap, powered by Hugo.

Projects that are alternatives of or similar to Hugo Sustain

Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: โœญ 155 (-6.06%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Bleak
Bleak Ghost theme ported to Hugo
Stars: โœญ 153 (-7.27%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Zen
A fast and clean Hugo theme with css-grid and Hugo pipes support.
Stars: โœญ 119 (-27.88%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | ไธ€ไธชไธป้ข˜่‰ฒๆž็ฎ€ Hugo ไธป้ข˜ใ€‚
Stars: โœญ 145 (-12.12%)
Mutual labels:  hugo, hugo-theme
Keepit
The most powerful minimal Hugo theme.
Stars: โœญ 151 (-8.48%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Techdoc
The Techdoc is a Hugo Theme for technical documentation.
Stars: โœญ 118 (-28.48%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: โœญ 143 (-13.33%)
Mutual labels:  hugo, hugo-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: โœญ 1,374 (+732.73%)
Mutual labels:  hugo, hugo-theme
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: โœญ 153 (-7.27%)
Mutual labels:  hugo, hugo-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: โœญ 135 (-18.18%)
Mutual labels:  hugo, hugo-theme
Hugothemes
A curated directory of Hugo themes
Stars: โœญ 1,571 (+852.12%)
Mutual labels:  hugo, hugo-theme
Hugrid
Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.
Stars: โœญ 136 (-17.58%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Minos
A simple and retro styled Hugo theme ported from Hexo
Stars: โœญ 113 (-31.52%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: โœญ 119 (-27.88%)
Mutual labels:  hugo, hugo-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: โœญ 103 (-37.58%)
Mutual labels:  hugo, hugo-theme
Harbor
Simple and minimal personal blog theme.
Stars: โœญ 120 (-27.27%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Even
๐Ÿš€ A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: โœญ 1,351 (+718.79%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Slim
Hugo themeโ€”Slim
Stars: โœญ 99 (-40%)
Mutual labels:  hugo, hugo-theme
Blank
Starter Hugo theme for use as a template for building custom themes
Stars: โœญ 129 (-21.82%)
Mutual labels:  hugo, hugo-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: โœญ 136 (-17.58%)
Mutual labels:  hugo, hugo-theme

Sustain - Logo

Table of Contents


Sustain Screen


Sustain Live Demo

Installation

With git

From the root of your Hugo site, clone the theme into themes/hugo-sustain by running :

git clone https://github.com/nurlansu/hugo-sustain.git themes/hugo-sustain

Manual

  1. Download zip archive.
  2. Unarchive it.
  3. Move hugo-sustain folder in themes folder of your blog

For more information read the official setup guide of Hugo.

Quick start

After installation, take a look in the exampleSite folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

  exampleSite
  โ”œโ”€โ”€ config.toml
  โ”œโ”€โ”€ content
  โ”‚   โ”œโ”€โ”€ projects.md
  โ”‚   โ”‚
  โ”‚   โ””โ”€โ”€ blog
  โ”‚       โ”œโ”€โ”€ creating-a-new-theme.md
  โ”‚       โ”œโ”€โ”€ go-is-for-lovers.md
  โ”‚       โ”œโ”€โ”€ hugo-is-for-lovers.md
  โ”‚       โ””โ”€โ”€ migrate-from-jekyll.md
  โ”‚
  โ”œโ”€โ”€ data
  โ”‚   โ””โ”€โ”€ projects.yml
  โ”‚
  โ””โ”€โ”€ static

Copy at least the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

Hugo includes a development server, so you can view your changes as you go - very handy. Spin it up with the following command:

hugo serve

Now you can go to localhost:1313 and the Sustain theme should be visible.

Features

Syntax highlighting

Use highlight = true in the front matter to include highlight.js javascript and css files.

Disqus

To use this feature, uncomment and fill out the disqusShortname parameter in config.toml.

Google Analytics

To add Google Analytics, simply sign up to Google Analytics to obtain your Google Tracking ID, and add this tracking ID to the googleAnalytics parameter in config.toml.

About

This is a port of the Jekyll theme Sustain by Fรกbio Madeira. It supports most of the features of the original theme.

Contributing

Pull requests, bug fixes, and new features are welcome!

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -a -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request on GitHub

License

MIT

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