From fab37cf385a8bcab05951b8e2e851c0ecdc441fe Mon Sep 17 00:00:00 2001 From: Jan Raasch <425211+janraasch@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:47:14 +0100 Subject: [PATCH] =?UTF-8?q?Add=20=C2=BBDevelopment=C2=AB-section=20on=20RE?= =?UTF-8?q?ADME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is mostly a note to self 📝😁😇 --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c2304ff..ab0a75e5 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -48,7 +48,7 @@ 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 ``` @@ -56,7 +56,7 @@ hugo new my-new-page.md You can add **a new blog-post** via running -``` +```bash hugo new blog/my-new-post.md ``` @@ -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/).