mirror of
https://github.com/zensical/zensical.git
synced 2026-09-26 00:05:50 +00:00
28 lines
529 B
YAML
Vendored
28 lines
529 B
YAML
Vendored
site_name: Multiple blogs oracle
|
|
site_url: https://example.test/docs/
|
|
use_directory_urls: true
|
|
|
|
theme:
|
|
name: material
|
|
|
|
plugins:
|
|
- material/blog:
|
|
blog_dir: journal
|
|
post_dir: journal/posts
|
|
archive: false
|
|
categories: false
|
|
authors: false
|
|
pagination: false
|
|
- material/blog:
|
|
blog_dir: news
|
|
post_dir: news/posts
|
|
archive: false
|
|
categories: false
|
|
authors: false
|
|
pagination: false
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Journal: journal/index.md
|
|
- News: news/index.md
|