Skip to content

flora8984461/hugo-solstice-theme

 
 

Repository files navigation

hugo-solstice-theme

Build Status

Getting Started

Install dependencies, build assets and start a webserver:

npm install 
hugo server --source=exampleSite --themesDir="../../" 

Getting Started (Windows)

To install our dependencies on Windows, replace the previous npm install with this one:

set NODE_ENV=production && npm install

Alternative Solution

Install win-node-en globally and then install our dependencies by following the steps from our Getting Started section.

npm install -g win-node-env

Known Issues

Versions of Hugo 0.60 and beyond do not support raw HTML in markdown files by default. To enable this feature, unsafe HTML rendering can be enabled in the Goldmark engine in the site configuration. This is not recommended as it exposes rendered content vulnerable to injected content on the site.

Documentation

Bugs and Feature Requests

Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Author

Christopher Guindon (Eclipse Foundation)

Trademarks

  • Jakarta and Jakarta EE are Trademarks of the Eclipse Foundation, Inc.
  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.

Copyright and License

Copyright 2018-2020 the Eclipse Foundation, Inc. and the hugo-solstice-theme authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).

About

Eclipse Foundation Solstice Theme for Hugo!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 94.5%
  • JavaScript 3.5%
  • Mustache 2.0%