https://github.com/make-github-pseudonymous-again/blog
:sailboat: Aurélien's blog
https://github.com/make-github-pseudonymous-again/blog
blog hugo-blog static-site website
Last synced: 8 months ago
JSON representation
:sailboat: Aurélien's blog
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/blog
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2018-03-26T19:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T12:49:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T15:53:47.926Z (10 months ago)
- Topics: blog, hugo-blog, static-site, website
- Language: Makefile
- Homepage: https://blog.aurelienooms.be
- Size: 207 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
## Dev
Clone with submodules
git clone --recurse-submodules
If you forgot to recurse on cloning
git submodule update --init --recursive
Update submodules.
git submodule update --recursive
Downloads assets and static files
make assets static
Serve blog locally
make serv
## Build
make build
## Deploy
On the production machine
make deploy