-
-
Notifications
You must be signed in to change notification settings - Fork 367
Home
Alexander Bilz edited this page Jan 7, 2022
·
12 revisions
Welcome to the anatole wiki!
- Add the repository into your Hugo Project repository as a submodule:
git submodule add https://github.com/lxndrblz/anatole.git themes/anatole
. - Configure your
config.toml
. Feel free to copy the democonfig.toml
and some content from the exampleSite. - Build your site with
hugo serve
and admire the result athttp://localhost:1313/
.
If you want to get the latest update of the Anatole
theme please execute this command:
git submodule update --remote --merge