Giter Club home page Giter Club logo

hugo-gruvbox-theme's Introduction

Hugo Gruvbox theme

A responsive Hugo theme inspired by gruvbox Retro groove color scheme for Vim.

Demo

https://bbrks.me

Installation

If you already have a working Hugo installation, skip to step 3.

  1. Install Hugo
  2. hugo new site my\_new\_amazing\_blog.io
  3. cd my\_new\_amazing\_blog.io/themes/
  4. git clone [email protected]:bbrks/hugo-gruvbox-theme.git gruvbox
  5. cd ..
  6. echo 'theme = "gruvbox"' >> config.toml
  7. hugo new posts/first-post.md
  8. hugo server --watch --buildDrafts

Configuration

The following parameters can be specified and tweaked in your Hugo config for extra customisation.

paginate = 5
disqusShortname = ""

[params]
  author = { name = "Ben Brooks" }
  description = "Software Engineer & Gopher"
  keywords = ["software engineering", "golang", "gopher", "blog", "programmer", "bbrks"]
  titlePrefix = ""
  titleSuffix = " | bbrks.me"
  dateFormat = "2006-01-02"
  menuItemPrefix = "~/"
  postTruncateLength = 250
  hideGopher = false
  disqusAutoLoad = false
  disqusAutoLoadCount = false

[[menu.links]]
  name = "CV"
  identifier = "cv.pdf"
  url = "https://rawgit.com/bbrks/cv/master/cv.pdf"
  weight = 9999

[[menu.social]]
  name = "Twitter"
  url = "https://twitter.com/bbrks_"
  weight = 1
[[menu.social]]
  name = "GitHub"
  url = "https://github.com/bbrks"
  weight = 10
[[menu.social]]
  name = "Keybase"
  url = "https://keybase.io/bbrks"
  weight = 30
[[menu.social]]
  name = "LinkedIn"
  url = "https://uk.linkedin.com/in/bbrks"
  weight = 100

hugo-gruvbox-theme's People

Contributors

bbrks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bendoin

hugo-gruvbox-theme's Issues

Fails to build with config on the latest hugo

Hi, not sure if you're still working on this anymore, but if you are this theme fails to build on the latest version of Hugo with the sample config. It fails with:

$ hugo
Start building sites …
hugo v0.93.2+extended darwin/arm64 BuildDate=unknown
ERROR 2022/03/05 18:37:24 render of "taxonomy" failed: "/Users/darrien/Developer/webdev/yeehaw/themes/gruvbox/layouts/_default/baseof.html:23:10": execute of template failed: template: _default/list.html:23:10: executing "_default/list.html" at <.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState
ERROR 2022/03/05 18:37:24 render of "taxonomy" failed: "/Users/darrien/Developer/webdev/yeehaw/themes/gruvbox/layouts/_default/baseof.html:23:10": execute of template failed: template: _default/list.html:23:10: executing "_default/list.html" at <.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState
Error: Error building site: failed to render pages: render of "home" failed: "/Users/darrien/Developer/webdev/yeehaw/themes/gruvbox/layouts/_default/baseof.html:23:10": execute of template failed: template: index.html:23:10: executing "index.html" at <.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState
Total in 16 ms

Hugo version:

πŸœ› blog [master●●] hugo version
hugo v0.93.2+extended darwin/arm64 BuildDate=unknown

And minimum reproducible example: https://gitlab.com/DarrienG/sample-broken-site

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.