Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example config.toml #59

Open
linux-lukas opened this issue Nov 23, 2021 · 2 comments
Open

Example config.toml #59

linux-lukas opened this issue Nov 23, 2021 · 2 comments

Comments

@linux-lukas
Copy link

I wish there was a config.toml to make it easier to get started with this very, very minimalist and, in my opinion, very simple theme.

@isaced
Copy link
Contributor

isaced commented Nov 27, 2021

Hope this helps:

baseURL = "https://www.xxxx.com/"
title = "xxxx"
theme = "tale"

# Google Analytics
googleAnalytics = "UA-xxxxxxx"

[author]
  name = "xxxxx"
  url = "https://www.xxxx.com"

[menu]
  [[menu.main]]
    identifier = "archives"
    name = "Archives"
    title = "Archives"
    url = "/archives.html"
    weight = 1
  [[menu.main]]
    identifier = "projects"
    name = "Projects"
    title = "Projects"
    url = "/projects.html"
    weight = 2
  [[menu.main]]
    identifier = "about"
    name = "About"
    title = "About"
    url = "/about.html"
    weight = 3

@linux-lukas
Copy link
Author

I'm going to do a PR, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants