Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andysit1/hugo-grizzlyblog
hugo theme for personal website
https://github.com/andysit1/hugo-grizzlyblog
blog dark-mode hugo hugo-theme no-nonsense
Last synced: 4 months ago
JSON representation
hugo theme for personal website
- Host: GitHub
- URL: https://github.com/andysit1/hugo-grizzlyblog
- Owner: andysit1
- License: mit
- Created: 2024-08-15T01:39:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:20:20.000Z (6 months ago)
- Last Synced: 2024-09-28T05:41:03.511Z (4 months ago)
- Topics: blog, dark-mode, hugo, hugo-theme, no-nonsense
- Language: HTML
- Homepage: http://www.andysit.com/
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo ʕ•ᴥ•ʔ Grizzly Bear Blog ![Test](https://github.com/andysit1/my-hugo-site/workflows/CI/badge.svg)
🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).
> Free, no-nonsense, super-fast blogging.
This theme is my custom theme I will be building over hugo bear blogs. Updated regularly whenever my personal website is updated.
## Demo
For a current & working demo of this theme, please check out http://www.andysit.com/ 🎯.
## Installation
If you already have a Hugo site on your machine, you can simply add this theme via
```bash
git https://github.com/andysit1/my-hugo-theme.git themes/hugo-grizzlyblog
```Then, adjust the `hugo.toml` as detailed below.
For more information, read the official [setup guide][hugo-setup-guide] of Hugo.
## Content & structure
### Starting fresh
If you are starting fresh, simply copy over the contents of the `exampleSite`-directory included in this theme to your source directory. That should give you a good idea about how things work, and then you can go on from there to make the site your own.
### Adding / editing content
#### Index-Page
The contents of the `index`-page may be changed by editing your `content/_index.md`-file.
#### Page
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
```## Special Thanks 🎁
A special thank you goes out to ...
[Jan](https://themes.gohugo.io/themes/hugo-bearblog/), for creating hugo bear blog.
[Herman](https://herman.bearblog.dev), for creating the original [ʕ•ᴥ•ʔ Bear Blog](https://bearblog.dev/).## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Andy Sit](http://www.andysit.com)[hugo-setup-guide]: https://gohugo.io/getting-started/installing