blob: ba8486119639119b11eee87241a5e0877706214c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)
|