21 lines
291 B
YAML
21 lines
291 B
YAML
base_url: /
|
|
sitemap:
|
|
# Home: /
|
|
About: /about
|
|
Blog: /blog
|
|
Now: /now
|
|
Git: /git
|
|
Contact: /contact
|
|
ignore:
|
|
- .git
|
|
- .env
|
|
- .marksman.toml
|
|
markdown:
|
|
image_labels: true
|
|
tab_length: 2
|
|
syntax_highlighting:
|
|
enabled: true
|
|
theme: ashen
|
|
wrap: false
|
|
blog:
|
|
dir: blog
|