Skip to content

Reusable code patterns which you can use as reference or copy to your project πŸ‘©β€πŸ’»πŸ‘¨β€πŸ³πŸ“–πŸ₯—

License

Notifications You must be signed in to change notification settings

MichaelCurrin/code-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Code Cookbook πŸ‘©β€πŸ’»πŸ‘¨β€πŸ³πŸ“–πŸ₯—

Reusable code patterns which you can use as reference or copy to your project

GitHub tag License: MIT Hosted with - GitHub Pages Jekyll - 3.9

Theme - my fork of Minima, with support added for icons and for nesting content.

https://github.com/MichaelCurrin/minima

Preview

View site - GH Pages

Documentation

To setup and run this project (or a fork), see the project docs:

Docs

Contributing

Contributions are welcome. See instructions.

Contributing doc

License

Released under MIT.

  • If you use a significant portion of this project in your own repo, please include a copy of this project's license in your repo (e.g. as LICENSE-source and add a link back to https://github.com/MichaelCurrin/code-cookbook/ somewhere in your docs.
  • If you fork this repo just for fun or to contribute back, you don't need to update the LICENSE file.
  • But if your fork this repo and make significant changes without planning to contribute back with a PR, that's fine - just please include a copy of the original license in your fork:
    $ # Copy the original repo.
    $ cp LICENSE LICENSE-source
    $ # Put your own name in your fork's license.
    $ open LICENSE