An open API service indexing awesome lists of open source software.

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

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