Skip to content

nowitsbalibhadra/website

This branch is 16 commits behind askomics/website:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 28, 2020
2bdda26 · Sep 28, 2020

History

27 Commits
Sep 17, 2020
Sep 28, 2020
Sep 28, 2020
Sep 15, 2020
Sep 17, 2020
May 4, 2020
Sep 15, 2020
May 5, 2020
May 5, 2020
Sep 15, 2020
Sep 15, 2020
Sep 15, 2020
Sep 28, 2020
May 4, 2020
May 4, 2020

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

About

AskOmics website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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