blog/README.md

17 lines
587 B
Markdown
Raw Permalink Normal View History

2022-07-29 13:33:50 +00:00
# pblog
2022-07-29 14:46:26 +00:00
Pandoc static blog generator
https://codeberg.org/tdarb/pblog
2022-07-29 14:46:26 +00:00
2022-09-10 14:07:44 +00:00
## Getting Started with Contributing
2022-07-29 14:46:26 +00:00
2022-09-10 14:07:44 +00:00
To contribute to the blog, just create a new md file in /posts. You can copy the meta info from other posts.
2022-07-29 14:46:26 +00:00
This uses `pandoc`-compatible markdown, [more info here](https://pandoc.org/MANUAL.html#pandocs-markdown).
2022-07-29 14:46:26 +00:00
2022-09-10 14:07:44 +00:00
For media, use 0.vern.cc, our 0x0 instance. We do not wipe old images on it so that isn't an issue.
2022-07-29 14:46:26 +00:00
2022-11-04 12:49:51 +00:00
## Licensing
The blog generation scripts are licensed under the ISC License while the content (everything inside /posts) is licensed under the CC BY-SA 4.0.