25 lines
287 B
Markdown
25 lines
287 B
Markdown
# A simple portfolio website
|
|
|
|
Built with hugo and papermod.
|
|
|
|
Hugo allows for quick websites to be made with markdown.
|
|
|
|
---
|
|
|
|
## Developing
|
|
|
|
Run test server
|
|
```
|
|
docker compose up
|
|
```
|
|
|
|
Deploy updates to server
|
|
```
|
|
./deploy.sh
|
|
```
|
|
|
|
Create new page
|
|
```
|
|
hugo new --kind post path/post.md
|
|
```
|