markblog/README.md
Florian Bouillon c2dbe618c7
v1
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-01-04 23:18:19 +01:00

33 lines
427 B
Markdown

# PortBlog
My personnal Portfolio and blog
## INSTALL
```sh
git clone https://git.delta-wings.net/dzeio/markblog.git
cd markblog
```
## Editing the Website
### Config
you can simply edit the `config.ts` file to change basic elements
### Posts
```sh
yarn dev
```
then start editing the files in the `posts` folder
## Deploy
```sh
yarn build
yarn export
```
then upload the content of the `out` folder on your website