You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
461 B
Markdown
11 lines
461 B
Markdown
5 years ago
|
# Runcible Blog
|
||
|
|
||
|
Making use of the Pelican static site generator to build a blog. Following [this tutorial](https://shahayush.com/2020/03/web-pelican-pt1-setup/.).
|
||
|
It makes use of the [Flex theme](https://github.com/alexandrevicenzi/Flex), but I like the [Bulrush](https://github.com/textbook/bulrush). Alternatively, [Pneumatic](https://github.com/iKevinY/pneumatic) looks pretty minimal and maybe a good choice for a code blog.
|
||
|
|
||
|
|
||
|
|
||
|
```
|
||
|
make html
|
||
|
make serve
|
||
|
```
|