Add README
Former-commit-id: 5ef6f2e21da4657476b3dae7f3b7e9450bb02de7
This commit is contained in:
parent
9e2a0d2d77
commit
5b732659a2
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
![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**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue