https://github.com/gkevinb/blog
Preliminary blog
https://github.com/gkevinb/blog
blog hugo static-site-generator
Last synced: 4 months ago
JSON representation
Preliminary blog
- Host: GitHub
- URL: https://github.com/gkevinb/blog
- Owner: gkevinb
- Created: 2019-12-28T21:53:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T09:57:43.000Z (over 5 years ago)
- Last Synced: 2025-04-02T01:52:16.852Z (9 months ago)
- Topics: blog, hugo, static-site-generator
- Language: JavaScript
- Homepage: https://gaborkevinbarta.com/blog/
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
## Run development version
```
hugo server -D
```
## Build development version
```
hugo -D
```
## Run production version
```
hugo server
```
## Build production version
```
hugo
```
## Add new post
```
hugo new post/new-post.md
```
## TODO
- Make sure build is clean, without any old files from previous build
- Add gulp or npm to project for simple task, like cleaning docs folder