Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.9 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.9 KB

www-chicks-net

W3C Validation GitHub branches GitHub commits GitHub latest commit GitHub go.mod Go version of a Go module Dynamic TOML Badge

ForTheBadge powered-by-electricity

https://www.chicks.net/ web site

There is a plan.

Code of Conduct

Please refer to CODE_OF_CONDUCT.md to learn about our expectations for contributors.

Thanks

  • 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 after vis invention.
  • Thanks to the hugo community for the tools and themes that made this possible.

Development Cycle

  1. Start a new branch with git co -b $branch_name.
  2. Make some new content with hugo new or update some other content.
  3. Add a commit to the branch.
  4. Push to github and create a new Pull Request with just pr.
  5. 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.