a Hugo port of Jekyll Now
Hugo Now is a Hugo port of Jekyll Now, inspired by Hemingway. It offers a stylish and user-friendly theme for Hugo websites.
There are two methods to install Hugo Now, both of which are outlined below.
hugo mod add github.com/mikeblum/hugo-now
hugo mod get -u github.com/mikeblum/hugo-now
git submodule add git@github.com:mikeblum/hugo-now.git themes/hugo-now
To use Hugo Now, follow these steps:
config.toml file.sass/style.scss file.hugo
localhost:1313 to see the Hugo Now theme in action.For Sass development, use the following commands:
sassc -w sass/style.scss static/css/style.css
sassc -t compressed sass/style.scss static/css/style.css
HUGO_ENV variable to production to use the minified CSS.Hugo Now is a versatile and customizable theme for Hugo websites, offering features like tags, table of contents, and customizable styles. It can be easily installed as a Hugo module or as a Git submodule. Its responsive design and modern aesthetics make it a great choice for various types of websites.