Skip to content

anirbanmu/hugo-sustain-vitae

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 16 commits ahead, 5 commits behind suyundukov:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Table of Contents



Sustain-vitae Live Demo

Installation

With git

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

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

Manual

  1. Download zip archive.
  2. Unarchive it.
  3. Move hugo-sustain-vitae 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
  β”‚Β Β  β”œβ”€β”€ vitae.md
  β”‚Β Β  β”‚
  β”‚Β Β  └── blog
  β”‚Β Β      β”œβ”€β”€ creating-a-new-theme.md
  β”‚Β Β      β”œβ”€β”€ go-is-for-lovers.md
  β”‚Β Β      β”œβ”€β”€ hugo-is-for-lovers.md
  β”‚Β Β      └── migrate-from-jekyll.md
  β”‚
  β”œβ”€β”€ data
  |   β”œβ”€β”€ education.yml
  |   β”œβ”€β”€ employment.yml
  |   β”œβ”€β”€ hobbies.yml
  |   β”œβ”€β”€ initiatives.yml
  |   β”œβ”€β”€ projects.yml
  β”‚   └── skills.yml
  β”‚
  β”œβ”€β”€ static
  β”‚Β Β  └── img
  β”‚Β Β      └── profile.png

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 fork is a combined theme from hugo-sustain & hugo-vitae.

hugo-sustain is a port the Jekyll theme Sustain by FΓ‘bio Madeira.

hugo-vitae is port of the Jekyll theme Vitae by FΓ‘bio Madeira.

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

Changelog

Version 1.0.1

  • Added proper "Projects" page rendering
  • Fixes, many fixes

Version 1.0

  • Initial release

License

MIT

About

🦁 Personal blog theme built with Bootstrap, powered by Hugo.

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE-hugo-sustain.md
MIT
LICENSE-hugo-vitae.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.3%
  • HTML 44.7%
  • JavaScript 3.0%