
Initialise git:
git init
Add this theme to the themes folder:
git submodule add --depth=1 https://github.com/arbs09/photography-theme.git themes/photography
git submodule update --init --recursive
You can now enable the theme in your config.toml:
theme = "photography"Just run:
git submodule update --remote --mergeYou can edit the links on the homepage, in the nav and footer.
[extra]
home_links = [
{url = "https://example.com", name = "Example"},
]
nav_links = [
{url = "https://example.com", name = "Example"},
]
footer_links = [
{url = "https://example.com", name = "Example"},
]For editing the copyright in the footer just use this:
[extra]
copyright = "Example"If you want to opt out of (some) Ai Bots crawling your site you can add the following to your config.toml.
[extra]
no_ai = trueIf you want to intigrate Tracking via javascript in the html head you can add configure it like this in the config.toml.
[extra]
tracking_js = "<your js part>