A Hugo theme to be used on the Serval Project's blog. Design is simple, clean and minimal.
Clone this repository into the /themes
folder of your Hugo project and set
theme = "serval"
in config.toml
.
- There is only a single menu. To add a page to the menu set
menu = "main"
in its the top matter. - Your page logo should be named "
logo.jpg
" and placed in the root of theassets/
directory. - The theme supports an "author" attribute in the top matter of articles but it is not required.