forked from M-Labs/web2019
README: give up on markdown
This commit is contained in:
parent
4adc4400b7
commit
9c678dc6f9
|
@ -3,14 +3,16 @@
|
||||||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.
|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.
|
||||||
|
|
||||||
|
|
||||||
1. Clone the project:
|
Clone the project:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://git.m-labs.hk/M-Labs/web2019.git
|
git clone https://git.m-labs.hk/M-Labs/web2019.git
|
||||||
cd web2019
|
cd web2019
|
||||||
```
|
```
|
||||||
2. Install Zola
|
|
||||||
3. Start:
|
Install Zola.
|
||||||
|
|
||||||
|
Start:
|
||||||
|
|
||||||
```
|
```
|
||||||
zola serve
|
zola serve
|
||||||
|
|
Loading…
Reference in New Issue