Skip to content

codetalkio/codethoughts.io

Repository files navigation

codethoughts

This is the code for the blog [codethoughts.io]](https://codethoughts.io).

$ just
Available recipes:
    build           # Build blog artifacts and static files.
    build-js        # Bundle and minify standalone JavaScript files.
    code            # Open project workspace in VS Code.
    dev             # Run zola development server in watch mode.
    generate-gists  # Generate posts with Gists instead of code blocks.
    help            # Display help information.
    install-tooling # Install tooling for working with the codethoughts blog.