Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chringel21 committed Apr 19, 2022
1 parent 8db453d commit 3e9828b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ cd chringel && npm install
theme = "chringel-hugo-theme"
```

### Create a new post

Included is an [`archetype`](./archetypes/post-bundle/) to help you get started with creating content. It's a [post bundle](https://gohugo.io/content-management/page-bundles/#leaf-bundles). Create it with:

```shell
hugo new --kind post-bundle post/my-post
```

## Features

* 🌝 /🌚 Automatic dark mode based on device setting
Expand Down

0 comments on commit 3e9828b

Please sign in to comment.