Skip to content

vilniuspy/vilniuspy.github.io

Repository files navigation

VilniusPy Website

https://travis-ci.org/vilniuspy/vilniuspy.github.io.svg?branch=source

This is the source of vilniuspy.lt website, built using Nikola static site generator.

Contributions are welcome, fork and open a pull request.

Setup

Requires python, virtualenv and make. Note that default branch is source, not master.

To initialize local development environment run make:

make
make new_post   # create a new post from template
make new_page   # create a new page from template
make auto       # start local server (nikola auto)
make check      # verify links in posts are correct

Once the code lands in the source branch travis takes over, builds the site and pushes it to master. This setup was inspired by functional-vilnius and this blog post.