This commit is contained in:
Caffeine Fueled 2025-10-09 15:59:47 +02:00
commit 68b6a87b14
Signed by: cf7
GPG key ID: CA295D643074C68C
25 changed files with 871 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# About
A simple static site generator for your blog or next projects. Please check out the [official documentation](https://git.uphillsecurity.com/cf7/picopaper) for more details.

View file

@ -0,0 +1,5 @@
# Hello world
This is a `short` article - the whole content will be displayed in the main feed.
Is is great for short updates, short-form content and all kind of portfolios.

View file

@ -0,0 +1,5 @@
# This is your first long article
This is a `long` form articles. In the main feed, it is a simple link to the rest of the content.
Please check the [official documentation](https://git.uphillsecurity.com/cf7/picopaper) for more details.

View file

@ -0,0 +1,5 @@
# Yet another post...
...with an image!
![/images/demo-image.jpeg](/images/demo-image.jpeg)

View file

@ -0,0 +1,3 @@
# Simple draft post
This post should be hidden in the main feed as it is in the `draft` feed which has been excluded in the `config.py` file.