Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulsonnentag/chronicle-blog


https://github.com/paulsonnentag/chronicle-blog

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chronicle blog

> Make sure you have hugo installed. To install hugo follow these [instructions](https://gohugo.io/installation/)

Run hugo

```
hugo serve
```

With drafts enabled

```
hugo serve -D
```

Create new post

```
hugo new posts/second.md
```