Skip to content

Instantly share code, notes, and snippets.

@duraki
Last active December 6, 2019 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duraki/9549f72f90a3c73a777efcdcea595576 to your computer and use it in GitHub Desktop.
Save duraki/9549f72f90a3c73a777efcdcea595576 to your computer and use it in GitHub Desktop.
Mockup YAML config for static blog generator `art`
---
minimal:
artist: "Your Name"
title: "Blog Title"
description: "Blog description."
theme: "sterdo"
posts:
in: /posts/in # => post in (md)
out: /posts/out # => post out (html)
scripts:
- "my super href:/about/me.html" # => Links/URIs/Other
art:
ga: UA-00000000-X # => your Google Analytics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment