30 lines
692 B
Markdown
30 lines
692 B
Markdown
|
# Slixfeed Publication
|
||
|
|
||
|
## About
|
||
|
|
||
|
This repository contains the official Slixfeed Publication: https://slixfeed.woodpeckersnest.space/
|
||
|
|
||
|
## Contributions
|
||
|
|
||
|
Anyone is welcome to submit code that fixes problems and improve things.
|
||
|
|
||
|
You can also submit redesigns, yet first open an issue report informing us, preferably with an example.
|
||
|
|
||
|
## Building
|
||
|
|
||
|
The site uses [Nikola](https://getnikola.com/) as a static site generator.
|
||
|
|
||
|
To generate the site, execute the following command inside the repositpry directory:
|
||
|
|
||
|
```shell
|
||
|
nikola build
|
||
|
```
|
||
|
|
||
|
The site is generated under the directory `output`.
|
||
|
|
||
|
You can also execute the following to start up a local development server:
|
||
|
|
||
|
```shell
|
||
|
nikola serve -b
|
||
|
```
|