https://www.chicks.net/ web site
There is a plan.
Please refer to CODE_OF_CONDUCT.md to learn about our expectations for contributors.
- Hosted by Flamingo Internet Navigators.
- Thanks to github for hosting the 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.
- Start a new branch with
git co -b $branch_name
. - Make some new content with
hugo new
or update some other content. - 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.