You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/posts/clojure-powered-blogging-with-cryogen.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Cryogen seems very quick to generate a site and a local server can be run to aut
24
24
[:fontawesome-brands-github: practicalli/blog-cryogen](https://github.com/practicalli/blog-cryogen/){target=_blank} contains all the content and configuration used to create the Practicalli blog website.
25
25
26
26
!!! WARNING "Markdown tables not supported"
27
-
**Limitation/bug** cryogen does not support tables in markdown posts.
27
+
**Limitation/bug** cryogen does not support tables in markdown posts.
28
28
29
29
The issue seem to reside in [:fontawesome-brands-github: cryogen-markdown library](https://github.com/cryogen-project/cryogen-markdown){target=_blank}
30
30
@@ -125,7 +125,7 @@ The start of each post is a Clojure hash-map, `{}` containing metadata for the s
125
125
## Deploying the site to GitHub pages
126
126
127
127
!!! INFO "Automate publish with GitHub workflow"
128
-
[Automate Cryogent blog publishing ](automate-cryogen-clojure-blog-with-github-actions){target=_blank} describes how to build and deploy a Cryogen blog with a GitHub CI workflow.
128
+
[Automate Cryogent blog publishing ](./automate-cryogen-clojure-blog-with-github-actions.md){target=_blank} describes how to build and deploy a Cryogen blog with a GitHub CI workflow.
129
129
130
130
GitHub pages is a free static site hosting service and we can deploy the cryogen website by a git push.
131
131
@@ -138,7 +138,7 @@ An unsophisticated script is used to deploy the generated website. The script c
0 commit comments