├── content ├── .nojekyll ├── css │ ├── example.css │ └── sassexample.scss ├── img │ └── cryogen.png ├── images │ ├── cryogen.png │ ├── redit-clojure.png │ ├── clojure-cli-logo.png │ ├── clojure-logo-name.png │ ├── cryogen-logo-name.png │ ├── github-logo-name.png │ ├── practicalli-logo.png │ ├── ubuntu-logo-name.png │ ├── reclojure-sponsors.png │ ├── spacemacs-logo-name.png │ ├── clojure-cli-logo-name.png │ ├── practicalli-logo-name.png │ ├── advent-of-code-2019-day1.png │ ├── clojureverse-front-page.png │ ├── reclojure-tweet-audience.png │ ├── reclojure-tweet-juxt-jinx.png │ ├── ask-clojure-org-front-page.png │ ├── clojure-cli-logo-name--80px.png │ ├── github-stale-bot-main-page.png │ ├── github-templates-new-issue.png │ ├── reclojure-tweet-3d-printing.png │ ├── reclojure-tweet-mandelbrot.png │ ├── zulip-topic-based-threading.png │ ├── github-stale-bot-setup-jr0cket.png │ ├── github-templates-article-edit.png │ ├── github-templates-pull-request.png │ ├── practicalli-blog-cryogen-post.png │ ├── practicalli-logo-bullet-24px.png │ ├── reclojure-tweet-malcolm-sparks.png │ ├── clojure-simple-api-project-tree.png │ ├── github-templates-bug-report-edit.png │ ├── github-templates-propose-changes.png │ ├── github-templates-select-template.png │ ├── reclojure-tweet-dana-loves-repl.png │ ├── clojure-cli-juxt-edge-first-commit.png │ ├── clojure-cli-juxt-edge-new-app-tree.png │ ├── figwheel-main-test-output-terminal.png │ ├── github-settings-features-templates.png │ ├── github-stale-bot-review-order-free.png │ ├── github-templates-committed-template.png │ ├── oz-grammar-of-graphics-data-types.png │ ├── oz-grammar-of-graphics-graph-types.png │ ├── reclojure-tweet-organisers-thanks.png │ ├── ubuntu-server-partitions-raid-zero.png │ ├── clojure-cli-juxt-edge-new-app-output.png │ ├── clojure-cli-juxt-edge-new-app-repl-rebel.png │ ├── clojure-cli-tools-install-tar-contents.png │ ├── github-templates-create-new-file-commit.png │ ├── practicalli-banner-icons-full-horizontal.png │ ├── clojure-cli-tools-install-version-describe.png │ ├── clojure-webapp-api-json-results-scoreboard.png │ ├── github-templates-repository-default-branch.png │ ├── spacemacs-github-pull-request-title-merged.png │ ├── clojure-cli-juxt-edge-new-app-website-hello.png │ ├── clojure-cli-tools-install-multiple-versions.png │ ├── clojure-oz-start-server-website-placeholder.png │ ├── github-settings-github-pages-gh-pages-branch.png │ ├── github-stale-bot-install-select-repositories.png │ ├── github-templates-new-issue-article-template.png │ ├── github-templates-pull-request-edit-new-file.png │ ├── github-templates-pull-request-new-file-commit.png │ ├── clojure-webapps-client-slurp-guttenberg-result.png │ ├── spacemacs-cider-repl-httpkit-server-start-stop.png │ ├── github-templates-new-issue-article-template-edit.png │ ├── regoligh-desktop-practicalli-solarized-light-theme.png │ ├── data-science-covid19-public-health-england-dashboard.png │ ├── spacemacs-clojure-cider-jack-in-command-line-hacking.png │ ├── clojure-ring-adaptor-middleware-route-handler-overview.png │ ├── clojure-cli-tools-rebel-readline-alias-dependencies-download.png │ ├── clojure-webapps-api-postman-scoreboard-random-score-results.png │ ├── lenovo-x1-extreme-bios-network-wireless-auto-disconnection.png │ └── webscraping-web-browser-inspector-hacker-news-points-subtext.png ├── md │ ├── posts │ │ ├── 2014-11-04-second-post.md │ │ ├── testing-live-coding.md │ │ ├── my-ideal-content-publisher.md │ │ ├── improving-communication-with-github-issue-templates.md │ │ ├── clojure-advent-of-code-2019.md │ │ ├── pin-emacs-package-to-manage-issues.md │ │ ├── emacs-cider-removing-old-cider-compat.md │ │ ├── reclojure-the-community-conference-for-all.md │ │ ├── raising-spacemacs-issues-and-pull-requests.md │ │ ├── spacemacs-share-buffers-as-github-gists.md │ │ ├── code-snippets-for-clojure-lsp.md │ │ ├── automate-cryogen-clojure-blog-with-github-actions.md │ │ ├── brave-clojure-redux-part01-the-repl.md │ │ ├── community-tools-for-clojure-cli.md │ │ ├── cloure-community-getting-help.md │ │ ├── clojure-cli-aliases-deserve-designing-too.md │ │ ├── advent-of-parens-2019.md │ │ ├── streamline-contributions-with-github-pull-request-templates.md │ │ ├── clojure-powered-blogging-with-cryogen.md │ │ ├── practicalli-plans-2023.md │ │ ├── practicalli-plans-for-spring-2022.md │ │ ├── cider-jack-in-to-clojure-cli-projects-from-spacemacs.md │ │ └── expose-local-clojure-service-with-ngrok.md │ └── pages │ │ ├── about.md │ │ └── contributing.md ├── asc │ ├── pages │ │ └── adoc-page.asc │ └── posts │ │ └── 2014-10-10-adoc-post.asc ├── README.org ├── config.edn ├── config-test.edn └── config-staging.edn ├── .gitignore ├── .github ├── config │ ├── markdown-lint-check.json │ ├── secretlintrc.json │ ├── markdown-link-check.json │ ├── markdown-lint.yaml │ ├── megalinter.yaml │ └── clj-kondo-ci-config.edn ├── ISSUE_TEMPLATE │ ├── blog-design.md │ ├── update.md │ ├── update-article.md │ ├── correction.md │ └── article.md ├── FUNDING.yaml ├── workflows │ ├── publish-blog.yml │ ├── publish-blog-staging.yml │ └── megalinter.yaml └── pull_request_template.md ├── themes └── practicalli │ ├── html │ ├── tags.html │ ├── tag.html │ ├── author.html │ ├── archives.html │ ├── home.html │ ├── page.html │ ├── post-content.html │ ├── post.html │ ├── previews.html │ ├── 404.html │ └── base.html │ └── css │ └── screen.css ├── src └── cryogen │ ├── core.clj │ └── server.clj ├── deploy-to-gh-pages ├── deps.edn ├── test-deploy-to-gh-pages ├── deploy-staging-to-gh-pages ├── project.clj ├── CHANGELOG.md ├── README.org └── Makefile /content/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/css/example.css: -------------------------------------------------------------------------------- 1 | a { 2 | text-decoration-style: dashed; 3 | } -------------------------------------------------------------------------------- /content/css/sassexample.scss: -------------------------------------------------------------------------------- 1 | body { 2 | a { 3 | text-decoration-style: dashed; 4 | } 5 | } -------------------------------------------------------------------------------- /content/img/cryogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/img/cryogen.png -------------------------------------------------------------------------------- /content/images/cryogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/cryogen.png -------------------------------------------------------------------------------- /content/images/redit-clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/redit-clojure.png -------------------------------------------------------------------------------- /content/images/clojure-cli-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-logo.png -------------------------------------------------------------------------------- /content/images/clojure-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-logo-name.png -------------------------------------------------------------------------------- /content/images/cryogen-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/cryogen-logo-name.png -------------------------------------------------------------------------------- /content/images/github-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-logo-name.png -------------------------------------------------------------------------------- /content/images/practicalli-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/practicalli-logo.png -------------------------------------------------------------------------------- /content/images/ubuntu-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/ubuntu-logo-name.png -------------------------------------------------------------------------------- /content/images/reclojure-sponsors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-sponsors.png -------------------------------------------------------------------------------- /content/images/spacemacs-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/spacemacs-logo-name.png -------------------------------------------------------------------------------- /content/images/clojure-cli-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-logo-name.png -------------------------------------------------------------------------------- /content/images/practicalli-logo-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/practicalli-logo-name.png -------------------------------------------------------------------------------- /content/images/advent-of-code-2019-day1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/advent-of-code-2019-day1.png -------------------------------------------------------------------------------- /content/images/clojureverse-front-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojureverse-front-page.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-audience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-audience.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-juxt-jinx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-juxt-jinx.png -------------------------------------------------------------------------------- /content/images/ask-clojure-org-front-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/ask-clojure-org-front-page.png -------------------------------------------------------------------------------- /content/images/clojure-cli-logo-name--80px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-logo-name--80px.png -------------------------------------------------------------------------------- /content/images/github-stale-bot-main-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-stale-bot-main-page.png -------------------------------------------------------------------------------- /content/images/github-templates-new-issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-new-issue.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-3d-printing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-3d-printing.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-mandelbrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-mandelbrot.png -------------------------------------------------------------------------------- /content/images/zulip-topic-based-threading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/zulip-topic-based-threading.png -------------------------------------------------------------------------------- /content/images/github-stale-bot-setup-jr0cket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-stale-bot-setup-jr0cket.png -------------------------------------------------------------------------------- /content/images/github-templates-article-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-article-edit.png -------------------------------------------------------------------------------- /content/images/github-templates-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-pull-request.png -------------------------------------------------------------------------------- /content/images/practicalli-blog-cryogen-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/practicalli-blog-cryogen-post.png -------------------------------------------------------------------------------- /content/images/practicalli-logo-bullet-24px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/practicalli-logo-bullet-24px.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-malcolm-sparks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-malcolm-sparks.png -------------------------------------------------------------------------------- /content/images/clojure-simple-api-project-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-simple-api-project-tree.png -------------------------------------------------------------------------------- /content/images/github-templates-bug-report-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-bug-report-edit.png -------------------------------------------------------------------------------- /content/images/github-templates-propose-changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-propose-changes.png -------------------------------------------------------------------------------- /content/images/github-templates-select-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-select-template.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-dana-loves-repl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-dana-loves-repl.png -------------------------------------------------------------------------------- /content/images/clojure-cli-juxt-edge-first-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-juxt-edge-first-commit.png -------------------------------------------------------------------------------- /content/images/clojure-cli-juxt-edge-new-app-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-juxt-edge-new-app-tree.png -------------------------------------------------------------------------------- /content/images/figwheel-main-test-output-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/figwheel-main-test-output-terminal.png -------------------------------------------------------------------------------- /content/images/github-settings-features-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-settings-features-templates.png -------------------------------------------------------------------------------- /content/images/github-stale-bot-review-order-free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-stale-bot-review-order-free.png -------------------------------------------------------------------------------- /content/images/github-templates-committed-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-committed-template.png -------------------------------------------------------------------------------- /content/images/oz-grammar-of-graphics-data-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/oz-grammar-of-graphics-data-types.png -------------------------------------------------------------------------------- /content/images/oz-grammar-of-graphics-graph-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/oz-grammar-of-graphics-graph-types.png -------------------------------------------------------------------------------- /content/images/reclojure-tweet-organisers-thanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/reclojure-tweet-organisers-thanks.png -------------------------------------------------------------------------------- /content/images/ubuntu-server-partitions-raid-zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/ubuntu-server-partitions-raid-zero.png -------------------------------------------------------------------------------- /content/images/clojure-cli-juxt-edge-new-app-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-juxt-edge-new-app-output.png -------------------------------------------------------------------------------- /content/images/clojure-cli-juxt-edge-new-app-repl-rebel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-juxt-edge-new-app-repl-rebel.png -------------------------------------------------------------------------------- /content/images/clojure-cli-tools-install-tar-contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-tools-install-tar-contents.png -------------------------------------------------------------------------------- /content/images/github-templates-create-new-file-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-create-new-file-commit.png -------------------------------------------------------------------------------- /content/images/practicalli-banner-icons-full-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/practicalli-banner-icons-full-horizontal.png -------------------------------------------------------------------------------- /content/images/clojure-cli-tools-install-version-describe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-tools-install-version-describe.png -------------------------------------------------------------------------------- /content/images/clojure-webapp-api-json-results-scoreboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-webapp-api-json-results-scoreboard.png -------------------------------------------------------------------------------- /content/images/github-templates-repository-default-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-repository-default-branch.png -------------------------------------------------------------------------------- /content/images/spacemacs-github-pull-request-title-merged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/spacemacs-github-pull-request-title-merged.png -------------------------------------------------------------------------------- /content/images/clojure-cli-juxt-edge-new-app-website-hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-juxt-edge-new-app-website-hello.png -------------------------------------------------------------------------------- /content/images/clojure-cli-tools-install-multiple-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-tools-install-multiple-versions.png -------------------------------------------------------------------------------- /content/images/clojure-oz-start-server-website-placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-oz-start-server-website-placeholder.png -------------------------------------------------------------------------------- /content/images/github-settings-github-pages-gh-pages-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-settings-github-pages-gh-pages-branch.png -------------------------------------------------------------------------------- /content/images/github-stale-bot-install-select-repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-stale-bot-install-select-repositories.png -------------------------------------------------------------------------------- /content/images/github-templates-new-issue-article-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-new-issue-article-template.png -------------------------------------------------------------------------------- /content/images/github-templates-pull-request-edit-new-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-pull-request-edit-new-file.png -------------------------------------------------------------------------------- /content/images/github-templates-pull-request-new-file-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-pull-request-new-file-commit.png -------------------------------------------------------------------------------- /content/md/posts/2014-11-04-second-post.md: -------------------------------------------------------------------------------- 1 | {:title "Yet Another Post" 2 | :layout :post 3 | :tags ["very fetch"]} 4 | 5 | ### This Post So Fetch 6 | 7 | some more stuff happened 8 | -------------------------------------------------------------------------------- /content/images/clojure-webapps-client-slurp-guttenberg-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-webapps-client-slurp-guttenberg-result.png -------------------------------------------------------------------------------- /content/images/spacemacs-cider-repl-httpkit-server-start-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/spacemacs-cider-repl-httpkit-server-start-stop.png -------------------------------------------------------------------------------- /content/asc/pages/adoc-page.asc: -------------------------------------------------------------------------------- 1 | {:title "Adoc Page" 2 | :layout :page 3 | :page-index 0 4 | :navbar? true} 5 | 6 | == Adoc Page == 7 | 8 | We support http://asciidoc.org/[asciidoc] too! 9 | -------------------------------------------------------------------------------- /content/images/github-templates-new-issue-article-template-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/github-templates-new-issue-article-template-edit.png -------------------------------------------------------------------------------- /content/images/regoligh-desktop-practicalli-solarized-light-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/regoligh-desktop-practicalli-solarized-light-theme.png -------------------------------------------------------------------------------- /content/images/data-science-covid19-public-health-england-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/data-science-covid19-public-health-england-dashboard.png -------------------------------------------------------------------------------- /content/images/spacemacs-clojure-cider-jack-in-command-line-hacking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/spacemacs-clojure-cider-jack-in-command-line-hacking.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | pom.xml 2 | pom.xml.asc 3 | *jar 4 | /lib/ 5 | /classes/ 6 | /target/ 7 | /checkouts/ 8 | .lein-deps-sum 9 | .lein-repl-history 10 | .lein-plugins/ 11 | .lein-failures 12 | /public/ 13 | -------------------------------------------------------------------------------- /content/images/clojure-ring-adaptor-middleware-route-handler-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-ring-adaptor-middleware-route-handler-overview.png -------------------------------------------------------------------------------- /content/images/clojure-cli-tools-rebel-readline-alias-dependencies-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-cli-tools-rebel-readline-alias-dependencies-download.png -------------------------------------------------------------------------------- /content/images/clojure-webapps-api-postman-scoreboard-random-score-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/clojure-webapps-api-postman-scoreboard-random-score-results.png -------------------------------------------------------------------------------- /content/images/lenovo-x1-extreme-bios-network-wireless-auto-disconnection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/lenovo-x1-extreme-bios-network-wireless-auto-disconnection.png -------------------------------------------------------------------------------- /content/images/webscraping-web-browser-inspector-hacker-news-points-subtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli/blog-cryogen/live/content/images/webscraping-web-browser-inspector-hacker-news-points-subtext.png -------------------------------------------------------------------------------- /.github/config/markdown-lint-check.json: -------------------------------------------------------------------------------- 1 | { 2 | "projectBaseUrl": "https://practical.li/blog", 3 | "replacementPatterns": [ 4 | { 5 | "pattern": "^/", 6 | "replacement": "/github/workspace/" 7 | } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /themes/practicalli/html/tags.html: -------------------------------------------------------------------------------- 1 | {% extends "/html/base.html" %} 2 | {%block subtitle %}: Tags{% endblock %} 3 | {% block content %} 4 |
15 | {% endblock %} 16 | -------------------------------------------------------------------------------- /.github/config/secretlintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "rules": [ 3 | { 4 | "id": "@secretlint/secretlint-rule-basicauth", 5 | "options": { 6 | "allows": [ 7 | "hostname.domain.com", 8 | "jdbc:postgresql://
13 | {% endif %}
14 |
18 | {% endif %}
19 |