stantont / hugoThemes

All Themes Hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugoThemes

All Themes Hugo

See a complete listing of all of these themes along with screenshots and demos at http://themes.gohugo.io/ (coming soon).

Every theme in this list will automatically be added to the theme site.

Installing Themes

Installing all themes

If you would like to install all of the available Hugo themes, simply clone the entire repository from within your working directory with this command:

git clone --recursive https://github.com/spf13/hugoThemes.git themes

Installing a single theme

mkdir themes
cd themes
git clone URL_TO_THEME

Adding a theme to the list

  • Create your theme using hugo new theme THEMENAME;
  • Test your theme against https://github.com/spf13/HugoBasicExample;
  • Add a theme.toml file to the root of the theme;
  • Add a README.md to the root of the theme;
  • Add /images/screenshot.png and /images/tn.png;
  • Open up a new Issue with a link to the theme's repository on GitHub.

Each theme needs:

  1. to be added to the hugoThemes repo;
  2. the right fields in theme.toml;
  3. the right images;
  4. a good README.

theme.toml

The following fields are required:

name = "Hyde"
license = "MIT"
licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
description = "An elegant open source and mobile first theme"
homepage = "http://siteforthistheme.com/"
tags = ["blog", "company"]
features = ["blog", ]
min_version = 0.13

[author]
    name = "spf13"
    homepage = "http://spf13.com/"

# If porting an existing theme
[original]
    author = "mdo"
    homepage = "http://hyde.getpoole.com/"
    repo = "https://www.github.com/mdo/hyde"

Notes:

  1. This is different from the file created by hugo new theme in the old v0.12. The current Hugo v0.13 does create the same template with the new fields except min_version that was created in 0.14-DEV.

  2. Only theme.toml is accepted, not theme.yaml, not theme.json.

Media

  • Thumbnail should be 900×600 in pixels
  • Screenshot should be 1500×1000 in pixels
  • Media must be located in:
    • [ThemeDir]/images/screenshot.png
    • [ThemeDir]/images/tn.png

Additional media may be provided in that same directory.

README

The README file serves double purposes. It is used on GitHub as the content for the main page. It also will become the content on the detailed theme view page for (the future) themes.gohugo.io. It should be in Markdown format and called README.md.

Theme List

hugo-agency-theme

digitalcraftsman/hugo-agency-theme


hugo_theme_aglaus

dim0627/hugo_theme_aglaus


angels-ladder

tanksuzuki/angels-ladder


hugo-artists-theme

digitalcraftsman/hugo-artists-theme


hugo_theme_beg

dim0627/hugo_theme_beg


hugo-theme-bootie-docs

key-amb/hugo-theme-bootie-docs


hugo-theme-casper

vjeantet/hugo-theme-casper


hugo-creative-theme

digitalcraftsman/hugo-creative-theme


hugo-theme-crisp

Zenithar/hugo-theme-crisp


hugo-freelancer-theme

digitalcraftsman/hugo-freelancer-theme


greyshade

cxfksword/greyshade


heather-hugo

hbpasti/heather-hugo


herring-cove

spf13/herring-cove


hugo-theme-html5

image not available 💩


hugo-base-theme

crakjie/hugo-base-theme


hugo-bootswatch

nilproductions/hugo-bootswatch


hugo-incorporated

nilproductions/hugo-incorporated


hugo-uno

SenjinDarashiva/hugo-uno


hugoscroll

SenjinDarashiva/hugoscroll


hurock

TiTi/hurock


hyde-x

zyro/hyde-x


hyde

spf13/hyde


hugo-journal

mpas/hugo-journal


landing-page-hugo

crakjie/landing-page-hugo


lanyon-hugo

tummychow/lanyon-hugo


liquorice

eliasson/liquorice


material-design

pdevty/material-design


nofancy

gizak/nofancy


hugo-theme-persona

pcdummy/hugo-theme-persona


hugo-theme-pixyll

image not available 💩


poopshow

esell/poopshow


purehugo

dplesca/purehugo


hugo-redlounge

tmaiaroto/hugo-redlounge


hugo-theme-shiori

chibicode/hugo-theme-shiori


simple-a

AlexFinn/simple-a


simple-hugo

druzza/simple-hugo


hugo-theme-slim

zhe/hugo-theme-slim


startbootstrap-clean-blog

humboldtux/startbootstrap-clean-blog


tachyons

marloncabrera/tachyons


tinyce-hugo-theme

roperzh/tinyce-hugo-theme


twentyfourteen

jaden/twentyfourteen


vienna

keichi/vienna


About

All Themes Hugo

License:MIT License


Languages

Language:Shell 100.0%