Skip to content

ctofficial/website-1

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Makefile 4.0%
  • CSS 1.1%
  • Dockerfile 0.8%