diff --git a/README.md b/README.md index 3249765..1038bb8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd]. ## Features * Write content in [Markdown][] -* Good looking default theme +* Good looking default theme: + ![Blag Screenshot](blag/static/blag.png) * Theming support using [Jinja2][] templates * Generation of Atom feeds for blog content * Fenced code blocks and syntax highlighting using [Pygments][] diff --git a/blag/content/second-post.md b/blag/content/second-post.md index 5a35d4b..354fac5 100644 --- a/blag/content/second-post.md +++ b/blag/content/second-post.md @@ -7,3 +7,5 @@ Tags: blag ## Second Post This page serves no purpose :) + +![Blag Screenshot](blag.png) diff --git a/blag/static/blag.png b/blag/static/blag.png new file mode 100644 index 0000000..06445a2 Binary files /dev/null and b/blag/static/blag.png differ diff --git a/docs/index.md b/docs/index.md index daea224..ea3b27d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd]. * Write content in [Markdown][] * Good looking default theme + ![Blag Screenshot](blag/static/blag.png) * Theming support using [Jinja2][] templates * Generation of Atom feeds for blog content * Fenced code blocks and syntax highlighting using [Pygments][]