Skip to content

gotofritz/gotofritz.github.io

Repository files navigation

My Hugo Bear Blog

This is a static website built with the Hugo Bear Blog theme.

Theme Information

This theme is based on Bear Blog, a free, no-nonsense, super-fast blogging platform created by Herman.

Creating New Content

To create a new page, run:

hugo new my-new-page.md

To create a new blog post, run:

hugo new blog/$(date +%Y-%m-%d)-a-title/index.md

For a more convenient workflow, you can add the scripts directory to your PATH:

export PATH="$PATH:./scripts"

Then you can use the custom hugo-new script:

hugo-new "Your Blog Post Title"

This script will:

  • Create a new blog post with a date-prefixed filename
  • Automatically select a random image from /Users/fritz/Documents/frames and use it as the feature image

Development

To run the development server:

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

Deployment

To deploy to GitHub Pages:

  1. Build the site: hugo --source ./exampleSite --themesDir ../..
  2. Commit and push to your GitHub repository

Special Thanks

Special thanks to Herman for creating the original Bear Blog platform, and to Jan Raasch for creating the Hugo theme.

About

My personal website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors