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
It would be great to have a (set of) theme library(-ies) available. They would contain Clojure code / Hiccup templates and styling (CSS) that would make it very easy to create e.g. a blog. I imagine that I would just have to (require '[io.perun.theme.hyde]) and get a Hyde styled blog, where I would just have to add a file content/2018-09-02-my-first-blog-post.md to create a blog post with some reasonably pretty looks.
The text was updated successfully, but these errors were encountered:
It would be great to have a (set of) theme library(-ies) available. They would contain Clojure code / Hiccup templates and styling (CSS) that would make it very easy to create e.g. a blog. I imagine that I would just have to
(require '[io.perun.theme.hyde])
and get a Hyde styled blog, where I would just have to add a filecontent/2018-09-02-my-first-blog-post.md
to create a blog post with some reasonably pretty looks.The text was updated successfully, but these errors were encountered: