1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

added screenshot

This commit is contained in:
Bastian Venthur
2023-06-17 15:24:00 +02:00
parent 175812e18c
commit 1ebae15cda
4 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd].
## Features ## Features
* Write content in [Markdown][] * Write content in [Markdown][]
* Good looking default theme * Good looking default theme:
![Blag Screenshot](blag/static/blag.png)
* Theming support using [Jinja2][] templates * Theming support using [Jinja2][] templates
* Generation of Atom feeds for blog content * Generation of Atom feeds for blog content
* Fenced code blocks and syntax highlighting using [Pygments][] * Fenced code blocks and syntax highlighting using [Pygments][]

View File

@@ -7,3 +7,5 @@ Tags: blag
## Second Post ## Second Post
This page serves no purpose :) This page serves no purpose :)
![Blag Screenshot](blag.png)

BIN
blag/static/blag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -17,6 +17,7 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd].
* Write content in [Markdown][] * Write content in [Markdown][]
* Good looking default theme * Good looking default theme
![Blag Screenshot](blag/static/blag.png)
* Theming support using [Jinja2][] templates * Theming support using [Jinja2][] templates
* Generation of Atom feeds for blog content * Generation of Atom feeds for blog content
* Fenced code blocks and syntax highlighting using [Pygments][] * Fenced code blocks and syntax highlighting using [Pygments][]