Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 603 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 603 Bytes

knum-website

Our website: http://knum.mimuw.edu.pl/

Dev setup

  1. Install Hugo static site generator which automates building and provides a hot-reload server for local development.
  2. Install GIT LFS which is used to store images for the page in this repo.
  3. Clone this repository.

Page consists of a single template, where all static and CSS files reside, as well as Markdown files that specify content displayed on each of the pages. When extending the page Hugo instructions and guidelines, everything should be clearly explained there :)