2018-03-23 11:32:33 +01:00
|
|
|
![C3WOC](https://c3woc.de/images/logo/c3woc.svg "C3WOC")
|
|
|
|
|
|
|
|
Die Seite [c3woc.de](https://c3woc.de) wird mithilfe des CMS [Lektor](https://getlektor.com) erstellt und bearbeitet.
|
|
|
|
|
|
|
|
Git clonen:
|
|
|
|
---
|
|
|
|
```bash
|
|
|
|
git clone https://git.see-base.de/l3d/c3woc.git
|
|
|
|
cd c3woc
|
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|
|
|
|
|
|
|
|
Seite bearbeiten:
|
|
|
|
---
|
|
|
|
```bash
|
|
|
|
lektor server
|
|
|
|
```
|
2018-03-23 11:33:12 +01:00
|
|
|
*Die Seite ist nun unter ``http://localhost:5000/`` erreichbar*
|
2018-03-23 11:32:33 +01:00
|
|
|
|
|
|
|
|