- Notifications
You must be signed in to change notification settings - Fork0
License
GetOutOfMyBakery/getoutofmybakery.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A scratchpad Jekyll blog for my personal GitHub account.
- Checkout this repo:
gh repo clone GetOutOfMyBakery/getoutofmybakery.github.io
- Update the variables in
.envrc
- Run:
bin/setup
- Run:
bin/dev
- The blog is now locally hosted at:127.0.0.1:4000orlocalhost:4000
Important
bin/qr-code
displays a QR Code that can be used by a mobile device. The supplied IP address therefore needs to be something that can be routed, e.g.:
- local address:
192.168.#.#
- hostname:
my-laptop.home.arpa
With the help ofjekyll-compose
, creating and managing posts is easy:
bundleexec jekyll post"My new post"bundleexec jekyll draft"My new draft"bundleexec jekyllhelp# Show the list of commands available to jekyll
See thejekyll-compose
Usage section for more.
Check out thejekyll-theme-chirpy
wiki.
You can also examine the latest version of the gem with:
bundle open jekyll-theme-chirpy
Important
In order to maintain theSkip to main content
button, and some other minor tweaks, usebin/diff-upstream-gem
to check for any relevant upstream changes that need to be merged in/resolved when updating versions.For ease of use remember thatbin/diff-upstream-gem
can pass inchars
orwords
to the script to see just the different characters or words respectively.
Check how production will look before deploying with:JEKYLL_ENV=production bin/dev
.
Lefthook has been configured with pre-commit checks to:
- run
actionlint
for the.github/workflows
- run
htmlproofer
on the generated site - run
shellcheck
on any shell or bash scripts - alphabatise the user dictionary
Disablelefthook
with:LEFTHOOK=0 git commit
.
Simply merge tomain
and thepages-deploy workflow will handle the building and deploying toGitHub Pages.
The site is currently hostedhere.
About
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.