https://github.com/chicks-net/www-chicks-net
http://www.chicks.net/ web site
https://github.com/chicks-net/www-chicks-net
Last synced: 3 months ago
JSON representation
http://www.chicks.net/ web site
- Host: GitHub
- URL: https://github.com/chicks-net/www-chicks-net
- Owner: chicks-net
- Created: 2013-05-22T21:25:46.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:33:20.000Z (3 months ago)
- Last Synced: 2025-03-18T14:35:19.218Z (3 months ago)
- Language: HTML
- Homepage: http://www.chicks.net/
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# www-chicks-net

[](https://github.com/chicks-net/www-chicks-net/)
[](https://GitHub.com/chicks-net/www-chicks-net/commit/)
[](https://GitHub.com/chicks-net/www-chicks-net/commit/)
[](https://github.com/chicks-net/www-chicks-net)
[](http://ForTheBadge.com)
https://www.chicks.net/ web site is built and maintained with [Hugo](https://gohugo.io/)!
There is [a plan](TODO.md) -- that is moving at a glacial yet humane speed.
## Code of Conduct
Please refer to the [CODE_OF_CONDUCT.md](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.## Thanks
* Hosted by [Flamingo Internet Navigators](https://www.fini.net/).
* Thanks to github for hosting the repo.
* Thanks to neovim for showing that `vi` still has a worthy place in tech, 50 years after `vi`s invention.
* Thanks to the [hugo](https://gohugo.io/) community for the tools and themes that made this possible.## Just is awesome
Check out the [`justfile`](https://github.com/chicks-net/www-chicks-net/blob/main/justfile)
for all of the ways to remember less and do more.
Watching [my youtube video on just](https://youtu.be/m7ZCnGnYyvs?si=QNvUZJiGo20FVdnD) would be a great way
to see what I'm trying to do here.
Between [just](https://just.systems/man/en/) and [GitHub CLI](https://cli.github.com/) 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:
### Development Cycle
1. Start a new branch with `just branch $branch_name` or `just post $title_slug`.
1. If making a post, edit the template built by `just post`. Otherwise, make some change.
1. Add a commit to the branch.
1. Push to github and create a new Pull Request with `just pr`.
1. Merge the PR with `just merge` which also gets our local repo back to latest `main`. So we can start the whole process over again.