wip
This commit is contained in:
parent
5ca2fecc6a
commit
dc73e5b371
@ -2,6 +2,12 @@
|
|||||||
An opinionated blog.
|
An opinionated blog.
|
||||||
I write posts about technology and other interests that I have.
|
I write posts about technology and other interests that I have.
|
||||||
|
|
||||||
|
To iterate locally:
|
||||||
|
```sh
|
||||||
|
docker build -t wip .
|
||||||
|
docker run --rm -it -p 8080:8080 wip hugo serve --bind 0.0.0.0 --port 8080
|
||||||
|
```
|
||||||
|
|
||||||
## Things I want to write
|
## Things I want to write
|
||||||
|
|
||||||
### Opinion Piecese
|
### Opinion Piecese
|
||||||
|
Loading…
x
Reference in New Issue
Block a user