Skip to content

Commit

Permalink
Add »Development«-section on README.md
Browse files Browse the repository at this point in the history
This is mostly a note to self 📝😁😇
  • Loading branch information
janraasch committed Feb 20, 2024
1 parent ea7bb39 commit fab37cf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When the user's browser is running »dark mode«, the dark color scheme will be

If you already have a Hugo site on your machine, you can simply add this theme via

```
```bash
git submodule add https://github.com/janraasch/hugo-bearblog.git themes/hugo-bearblog
```

Expand Down Expand Up @@ -48,15 +48,15 @@ The contents of the `index`-page may be changed by editing your `content/_index.

You can add **a new page** via running

```
```bash
hugo new my-new-page.md
```

#### Blog-Post

You can add **a new blog-post** via running

```
```bash
hugo new blog/my-new-post.md
```

Expand All @@ -67,6 +67,13 @@ Add a `custom_head.html`-file to your `layouts/partials`-directory. In there you
## Issues / Feedback / Contributing
Please use [GitHub issues](https://github.com/janraasch/hugo-bearblog/issues) and [Pull Requests](https://github.com/janraasch/hugo-bearblog/pulls).

## Development
Run the `exampleSite` locally via

```bash
hugo server --source ./exampleSite --themesDir ../..
```

## Special Thanks 🎁

A special thank you goes out to [Herman](https://herman.bearblog.dev), for creating the original [ʕ•ᴥ•ʔ Bear Blog](https://bearblog.dev/).
Expand Down

0 comments on commit fab37cf

Please sign in to comment.