Skip to content

Commit 1b12b7e

Browse files
format: update blank space and relative links
1 parent 6c2d0b9 commit 1b12b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/blog/posts/clojure-powered-blogging-with-cryogen.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Cryogen seems very quick to generate a site and a local server can be run to aut
2424
[: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.
2525

2626
!!! 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.
2828

2929
The issue seem to reside in [:fontawesome-brands-github: cryogen-markdown library](https://github.com/cryogen-project/cryogen-markdown){target=_blank}
3030

@@ -125,7 +125,7 @@ The start of each post is a Clojure hash-map, `{}` containing metadata for the s
125125
## Deploying the site to GitHub pages
126126

127127
!!! 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.
129129

130130
GitHub pages is a free static site hosting service and we can deploy the cryogen website by a git push.
131131

@@ -138,7 +138,7 @@ An unsophisticated script is used to deploy the generated website. The script c
138138
cd public/blog && \
139139
rm -rf .git && git init && git add . && \
140140
git commit -m "publish blog" && \
141-
git branch -m master gh-pages && \
141+
git branch -m master gh-pages && \
142142
git remote add practicalli [email protected]:practicalli/blog.git && \
143143
git push -f practicalli gh-pages
144144
```
@@ -166,9 +166,9 @@ Edit the `config.edn` configuration file and add the `.nojekyll` file to the res
166166
---
167167
Thank you.
168168

169-
[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}
169+
[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}
170170

171-
[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
171+
[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
172172
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button}
173173

174174
[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button}

0 commit comments

Comments
 (0)