https://github.com/greguz/personal-blog
https://github.com/greguz/personal-blog
blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greguz/personal-blog
- Owner: greguz
- Created: 2018-11-08T14:27:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T13:44:03.000Z (over 3 years ago)
- Last Synced: 2025-01-24T04:52:11.718Z (over 1 year ago)
- Topics: blog
- Language: SCSS
- Homepage: https://greguz.github.io/personal-blog/
- Size: 10.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gblog
My personal blog.
Browse the blog [here](https://blog.greguz.me/).
## Do something
Install [hugo](https://gohugo.io/installation/) first.
Development:
```bash
hugo server -D -E -F
```
New post:
```bash
hugo new content "./posts/$(date +%Y)/draft.md"
```