4c049d1232
Former-commit-id: 4b485e6eb71092078881a21c4bbb2417cc02061c
20 lines
419 B
Markdown
20 lines
419 B
Markdown
![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
|
|
```
|
|
*Die Seite ist nun unter ``http://localhost:5000/`` erreichbar*
|
|
|
|
|