This commit is contained in:
tavo-wasd 2023-10-26 21:57:51 -06:00
parent 7375901f96
commit 6c0a169af2
4 changed files with 20 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.hugo_build.lock
resources/
public/

13
Makefile Normal file
View file

@ -0,0 +1,13 @@
# Build public/ site and remove metadata from images
public: clean deps
hugo
# Run hugo server
server: clean deps
hugo server
# Dependencies
deps: /bin/hugo
clean:
rm -rf .hugo_build.lock resources/ public/

View file

@ -2,3 +2,9 @@
## Description
Personal blog for various purposes.
# ToDo
- Enable RSS
- Get previous posts
- Add commenting funcionality (but in blog posts as well)

View file

@ -1,5 +0,0 @@
# ToDo
- Enable RSS
- Get previous posts
- Add commenting funcionality (but in blog posts as well)