mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
39 lines
526 B
YAML
39 lines
526 B
YAML
|
# Build options
|
||
|
source: "."
|
||
|
template_extensions:
|
||
|
- md
|
||
|
- liquid
|
||
|
include_drafts: false
|
||
|
ignore:
|
||
|
- .git/*
|
||
|
- build/*
|
||
|
- README.md
|
||
|
destination: _site
|
||
|
|
||
|
# Site options
|
||
|
site:
|
||
|
title: ~
|
||
|
description: ~
|
||
|
base_url: ~
|
||
|
data: ~
|
||
|
|
||
|
# Page/Post options
|
||
|
default:
|
||
|
excerpt_separator: "\n\n"
|
||
|
is_draft: false
|
||
|
syntax_highlight:
|
||
|
theme: "base16-ocean.dark"
|
||
|
assets:
|
||
|
sass:
|
||
|
style: Nested
|
||
|
pages:
|
||
|
default: {}
|
||
|
posts:
|
||
|
title: ~
|
||
|
description: ~
|
||
|
dir: posts
|
||
|
drafts_dir: _drafts
|
||
|
order: Desc
|
||
|
rss: ~
|
||
|
jsonfeed: ~
|
||
|
default: {}
|