Skip to content

askomics/website

Repository files navigation

AskOmics website

Build Status

AskOmics website, build with Nikola

Installation

Install dependencies

# Debian/Ubuntu
sudo apt install -y git make python3 python3-venv
# Fedora
sudo dnf install -y git make python3 python3-virtualenv

Download and install website

git clone https://github.com/askomics/website.git askomics_website
cd askomics_website
make install

Deployment

make build

Generated html are in the output directory

Developement

Serve website locally

make serve

Create a page

make page

The new page will be created in the pages directory

Create a post

make post

The new post will be created in the posts directory