Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 589 Bytes

Zvěřinec website

https://zverinec.fi.muni.cz/

This repository contains website sources for Friends of Nordic Animals Association at FI MU web.

Development

This page is served as static page. It is built using Jekyll.

Toolchain setup

$ bundle config --local path .vendor
$ bundle install [--deployment]

Web build

  • $ make build to build web to _site directory.
  • $ make server to serve webpage on localhost.

Deployment

This repository is automatically deployed on push to GitHub to https://zverinec.fi.muni.cz/.