This repository was archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcryogen.xml
More file actions
1 lines (1 loc) · 2.1 KB
/
cryogen.xml
File metadata and controls
1 lines (1 loc) · 2.1 KB
1
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://practical.li/" rel="self" type="application/rss+xml"/><title>Practicalli</title><link>http://practical.li/</link><description>Discovering the fun in Functional Programming with Clojure</description><lastBuildDate>Mon, 20 Nov 2023 23:37:11 +0000</lastBuildDate><generator>clj-rss</generator><item><guid>http://practical.li/blog-staging/posts/automate-cryogen-clojure-blog-with-github-actions/</guid><link>http://practical.li/blog-staging/posts/automate-cryogen-clojure-blog-with-github-actions/</link><title>Automate Cryogen Clojure blog with GitHub Actions</title><description>Practicalli uses Cryogen static site generator for its blog website. Cryogen is fast and simple to use thanks to the Clojure EDN file used for configuration.Cryogen documentation shows how to publish a Cryogen blog to GitHub pages using Git command. The deployment can be automated using GitHub actions, so that a new version of the site is deployed when Pull Requests are merged to the specified branch (or on direct commits to that branch).</description><pubDate>Sat, 28 Aug 2021 00:00:00 +0000</pubDate></item><item><guid>http://practical.li/blog-staging/posts/clojure-powered-blogging-with-cryogen/</guid><link>http://practical.li/blog-staging/posts/clojure-powered-blogging-with-cryogen/</link><title>Clojure powered blogging with Cryogen</title><description>A website for blogging doesn't need to be a complex content management system, a simple and lightweight static website generator can create engaging websites that are easy to manage with Git.Cryogen is a static site generator written in Clojure, allowing content to be written in either markdown or asciidoc. Posts and pages are configured with Clojure hash-maps to manage the meta-data and layout information for each, including .Cryogen seems very quick to generate a site and a local server can be run to automatically generate an updated website when changes to posts and pages are saved.</description><pubDate>Sun, 20 Oct 2019 00:00:00 +0000</pubDate></item></channel></rss>