File: default.md

package info (click to toggle)
staticsite 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,648 kB
  • sloc: javascript: 33,722; python: 9,851; makefile: 46; sh: 4
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
+++
# File where the post will be written
path = "blog/{{now.strftime("%Y")}}/{{slug}}.md"

# Date for the post. You can change the format to any you like, both with
# |datetime_format and with normal strftime, like {{now.strftime("%Y-%m-%d")}}
date = "{{now|datetime_format()}}"

# Default tags for the post
tags = []
+++
# {{title}}