new correct datengarten content
This commit is contained in:
parent
775e6ae247
commit
bbd47afcb5
2 changed files with 18 additions and 7 deletions
12
README.md
12
README.md
|
@ -8,10 +8,13 @@ This is the website of the CCCB.
|
|||
|
||||
1. Get Hugo: <https://gohugo.io/getting-started/installing>
|
||||
2. Clone this repo (`--recursive` is needed to check out submodules)
|
||||
|
||||
```shell
|
||||
git clone --recursive https://git.berlin.ccc.de/cccb-website-team/www.git cccb-website
|
||||
```
|
||||
|
||||
3. Switch directory
|
||||
|
||||
```shell
|
||||
cd cccb-website
|
||||
```
|
||||
|
@ -24,10 +27,12 @@ Run hugo webserver:
|
|||
hugo serve
|
||||
```
|
||||
|
||||
Point your browser to: http://localhost:1313/
|
||||
Point your browser to: <http://localhost:1313/>
|
||||
|
||||
To ready your site for upload, run `./build.sh`, which also generates `all.ics` and adds the calendar table to `index.html`.
|
||||
Every change you make on the project will be reflected in your browser as long as `hugo serve` is running.
|
||||
To ready your site for upload, run `./build.sh`, which also generates `all.ics`
|
||||
and adds the calendar table to `index.html`.
|
||||
Every change you make on the project will be reflected in your browser
|
||||
as long as `hugo serve` is running.
|
||||
|
||||
## Making a change
|
||||
|
||||
|
@ -44,4 +49,3 @@ Every change you make on the project will be reflected in your browser as long a
|
|||
---
|
||||
|
||||
Made with ❤️ and [Hugo](https://gohugo.io).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue