aboutsummaryrefslogtreecommitdiffstats
path: root/bricabrac/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bricabrac/README.md')
-rw-r--r--bricabrac/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/bricabrac/README.md b/bricabrac/README.md
new file mode 100644
index 0000000..ba84861
--- /dev/null
+++ b/bricabrac/README.md
@@ -0,0 +1,28 @@
+# Bricabrac
+## A minimalist Pelican theme
+Brc is a minimalist theme for the static site generator [Pelican](https://blog.getpelican.com/).
+It is based on the [mnmlist theme](https://github.com/getpelican/pelican-themes/tree/master/mnmlist).
+
+Note: templates include hard-coded French words, you must edit the .html files in order to modify them in the wanted language.
+
+## How-to
+
+To use this theme, just extract the archive to the `themes` folder in your Pelican site path. Then add the line below to your pelicanconf.py :
+
+ THEME = 'themes/brc-pelican-theme'
+
+## Screenshots
+
+![Home page](index.png)
+
+---
+
+![Article](article.png)
+
+---
+
+![Category list](categories.png)
+
+---
+
+![Archive](archive.png)