title | layout |
---|---|
Home |
home |
{{ site.description }}
Welcome to Code Cookbook.
This aims to have an entire recipe to solve a problem. Such as a script or config, or a few files which work together.
And the recipes are based on real-world code as much as possible, collecting from repos or docs I encounter or from my own projects.
I use these often so it helps to have them on the homepage.
- [Vue][]
- [Make][]
- Sample
Makefile
files.
- Sample
- [EditorConfig][]
- Samples for a
.editorconfig
file.
- Samples for a
- [Jekyll][]
- Code snippets and configs.
Highlights of this site.
- [CI/CD][]
- Many language-specific sample [workflows][] for GH Actions to test and deploy your app
- Plus some Netlify configs.
- [SEO][]
- Recipes for
robots.txt
andsitemap.xml
files.
- Recipes for
- [Shell][]
- Usage help and examples for commands and patterns to use one or more commands to solve a real problem. Such as how to do find and replace using
find
orsed
or how to clean up your git repo.
- Usage help and examples for commands and patterns to use one or more commands to solve a real problem. Such as how to do find and replace using
- [Containers][]
- Commands and configs for using Docker and Kubernetes.
[Vue]: {% link recipes/javascript/packages/vue/index.md %} [EditorConfig]: {% link recipes/other/editor-config.md %} [Make]: {% link recipes/make/index.md %} [CI/CD]: {% link recipes/ci-cd/index.md %} [Workflows]: {% link recipes/ci-cd/github-actions/workflows/index.md %} [SEO]: {% link recipes/web/seo/index.md %} [Shell]: {% link recipes/shell/index.md %} [Jekyll]: {% link recipes/jekyll/index.md %} [Containers]: {% link recipes/containers/index.md %}