Skip to content

Latest commit

Β 

History

History
58 lines (43 loc) Β· 1.77 KB

index.md

File metadata and controls

58 lines (43 loc) Β· 1.77 KB
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.

Quick access

I use these often so it helps to have them on the homepage.

  • [Vue][]
  • [Make][]
    • Sample Makefile files.
  • [EditorConfig][]
    • Samples for a .editorconfig file.
  • [Jekyll][]
    • Code snippets and configs.

Featured

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 and sitemap.xml files.
  • [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 or sed or how to clean up your git repo.
  • [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 %}