- HTML 49.1%
- CSS 43.3%
- Shell 5.5%
- JavaScript 2.1%
| assets | ||
| exampleSite | ||
| i18n | ||
| layouts | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE.txt | ||
| README.md | ||
| theme.toml | ||
Nucleus Hugo Theme
Overview
Clean and intuitive Hugo theme for research labs or academic groups.
Requirements
This theme is built to work with Hugo v0.152.0 or later.
hugo version
Installation
Follow Hugo's quick start guide to create an empty website. Then clone Nucleus into the themes directory as a Git submodule.
git submodule add https://gitlab.com/brycekwon/hugo-nucleus themes/hugo-nucleus
Finally, append a line to the site configuration file:
echo 'theme = "hugo-nucleus"' >> hugo.toml
For more information, please check out the exampleSite created here.
Contributions
You may send patches, issues, vulnerabilities, or pull requests to code@brycekwon.com. While I host code on platforms like GitHub and GitLab, I prefer not to use their issue trackers or pull request tooling.
Contributions of any kind are welcome. Patches and pull requests will be credited with proper authorship, and bug reports or vulnerability disclosures will be credited via the Reported-by commit trailer, unless you request otherwise. Significant changes may be adjusted, deferred, or declined to keep the project aligned with its goals.
License
This project is licensed under the MIT License.