Teo-CD
80c9cadefa
Updated articles accordingly Updated new_article script Changed README Added Zola 'section indexes' Added Zulma theme submodule Removed everything related to Pelican
17 lines
780 B
Markdown
17 lines
780 B
Markdown
# TFK-Blog
|
|
|
|
This is the sources for my blog.
|
|
They are generated using [Zola](https://www.getzola.com) and based on custom changes of the [Zulma](https://www.getzola.org/themes/zulma/) theme.
|
|
|
|
## Prerequisites
|
|
|
|
You only need Zola installed on your system, check the instructions [on their site](https://www.getzola.org/documentation/getting-started/installation/).
|
|
|
|
## Build
|
|
|
|
To test the site locally, you can run `zola serve` at the root of the repository (After the submodule for the theme has been set up). If you run the `zola build` command, the site will be build and output in the `public` directory.
|
|
|
|
## Write
|
|
|
|
You can use the script `new_article.sh` to create a new article, fill its metadata and start editing it righ away. Otherwise, they are under `content/articles`
|
|
|