The https://www.chicks.net/ web site is built and maintained with Hugo!
There is a plan -- that is moving at a glacial yet humane speed.
Please refer to the CODE_OF_CONDUCT.md to learn about our expectations for contributors. I would guess the chances of collaboration on this repo are so small as to be unmeasurable, but this is a trivial compliance thing to check off and I'm trying to get all of my repos closer to best practices.
- Hosted by Flamingo Internet Navigators.
- Thanks to github for hosting the git repo.
- Thanks to neovim for showing that
vi
still has a worthy place in tech, 50 years aftervi
s invention. - Thanks to the hugo community for the tools and themes that made this possible.
- Thanks to just and GitHub CLI for fostering automation.
Check out the justfile
for all of the ways to remember less and do more. Watching
my youtube video on just
would be a great way to see what I'm trying to do here.
Between just and
GitHub CLI you can get a way to manage the full
development cycle from the command line.
The resulting development cycle is as toil-free as I can imagine making it:
- Start a new branch with
just branch $branch_name
orjust post $title_slug
. - If making a post, edit the template built by
just post
. Otherwise, make some change. - Add a commit to the branch.
- Push to github and create a new Pull Request with
just pr
. - Merge the PR with
just merge
which also gets our local repo back to latestmain
. So we can start the whole process over again.
I love that I can do all of this from the terminal, but the web UX is there if you still want it.