2018-08-16 22:13:41 +02:00
|
|
|
[![pipeline status](https://gitlab.berlin.ccc.de/cccb/www/badges/master/pipeline.svg)](https://gitlab.berlin.ccc.de/cccb/www/commits/master)
|
|
|
|
|
2018-05-18 13:51:25 +02:00
|
|
|
Running a dev setup
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Get Hugo: <https://gohugo.io/getting-started/installing>
|
|
|
|
* Clone this repo:: `git clone https://github.com/cccb/www`
|
|
|
|
* Switch directory: `cd www`
|
2018-05-20 23:01:46 +02:00
|
|
|
* Fetch Submodules: `git submodule update --recursive --remote --init`
|
2018-05-18 13:51:25 +02:00
|
|
|
* run hugo webserver: `hugo serve`
|
2019-09-04 21:41:42 +02:00
|
|
|
* Point your browser to `http://localhost:1313/`
|
2018-07-13 00:09:03 +02:00
|
|
|
* To ready your site for upload, run "./build.sh", which also generates all.ics
|
2018-07-14 22:53:59 +02:00
|
|
|
and adds the calendar table to index.html
|
2018-05-18 13:51:25 +02:00
|
|
|
|
2018-05-18 19:55:23 +02:00
|
|
|
Every change you make on the project will be reflected in your browser as
|
2018-05-18 13:51:25 +02:00
|
|
|
long as `hugo serve` is running.
|