wordsblog/.config

22 lines
1.0 KiB
Plaintext

global_title="PresGas Words"
global_description="PresGas' spot for going on about things."
global_url="https://words.presgas.name/"
global_author="Robert Freeman-Day (PresGas)"
global_author_url=("https://words.presgas.name/" "https://freeradical.zone/@PresGas")
global_email="presgas@gmail.com"
global_license="CC BY-NC-SA 4.0"
non_blogpost_files=("news.html" "test.html")
css_include=()
# HTML files to exclude from index, f.ex. post_exclude=('imprint.html' 'aboutme.html')
html_exclude=()
# URL where you can view the post while it's being edited
# same as global_url by default
# You can change it to path on your computer, if you write posts locally
# before copying them to the server
preview_url="/home/rmday/src/wordsblog"
# Use this to change the table setup. Can also use:
# multiline_tables - https://pandoc.org/MANUAL.html#extension-multiline_tables
# grid_tables - https://pandoc.org/MANUAL.html#extension-grid_tables
# and simple_tables - https://pandoc.org/MANUAL.html#extension-simple_tables
pandoc_command="$pandoc_bin -f commonmark+pipe_tables -t html"