mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-06-22 07:19:21 +00:00
29
README.md
29
README.md
@ -2,4 +2,31 @@
|
||||
|
||||
My personnal Portfolio and blog
|
||||
|
||||
_Instructions will come later here 😄_
|
||||
## 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
|
||||
|
Reference in New Issue
Block a user