Scientific
Hugo theme for academic laboratories.
Installation
Copy theme to the /themes
folder:
git clone https://github.com/leonidboykov/hugo-scientific-theme.git themes/scientific
For Netlify I'm using git submodules:
git submodule add https://github.com/leonidboykov/hugo-scientific-theme.git themes/scientific
Enable theme via Hugo config.toml
file
theme = "scientific"