aboutsummaryrefslogtreecommitdiffstats
path: root/bricabrac/README.md
blob: 349ef47817da2ffd23f9673091aec0563000f871 (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
Bricabrac 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 and copy the bricabrac theme folder to the `themes` folder in your Pelican site path. Then add the line below to your pelicanconf.py :

    THEME = 'themes/bricabrac-pelican-theme'
    
## Screenshots

![Home page](index.png)

---

![Article](article.png)

---

![Category list](categories.png)

---

![Archive](archive.png)