diff options
author | Daniel Campoverde <alx741@riseup.net> | 2017-05-21 08:36:34 -0500 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2017-05-21 15:36:34 +0200 |
commit | 85ef16f5faf14dac21ac284024fd2982e24dcfa2 (patch) | |
tree | 7481f7eb15b2f0377be48d9e3f9cf3c4ddb5039c /web | |
parent | efa148c095f2c556016aa5789b995d4c10fb6eb7 (diff) | |
download | hakyll-85ef16f5faf14dac21ac284024fd2982e24dcfa2.tar.gz |
Add some tutorials and links
* Add Hakyll 4 example: Silly Bytes
* Add external tutorial: Blogger porting
* Add external tutorial: Cassius templating
Diffstat (limited to 'web')
-rw-r--r-- | web/examples.markdown | 2 | ||||
-rw-r--r-- | web/tutorials/external-blogger-port.md | 6 | ||||
-rw-r--r-- | web/tutorials/external-cassius-template.md | 6 |
3 files changed, 14 insertions, 0 deletions
diff --git a/web/examples.markdown b/web/examples.markdown index 7c3fdeb..f42fca3 100644 --- a/web/examples.markdown +++ b/web/examples.markdown @@ -176,6 +176,8 @@ directly with the default Hakyll site. [source](https://github.com/stilesb/brandonstil.es) - <http://argumatronic.com/>, [source](https://gitlab.com/GinBaby/argumatronic/tree/master) +- <http://sillybytes.net/>, + [source](https://github.com/sillybytes/sillybytes) ## Hakyll 3.X diff --git a/web/tutorials/external-blogger-port.md b/web/tutorials/external-blogger-port.md new file mode 100644 index 0000000..a14cfad --- /dev/null +++ b/web/tutorials/external-blogger-port.md @@ -0,0 +1,6 @@ +--- +title: Port an existing Blogger blog to Hakyll +author: Daniel Campoverde +url: 'http://www.sillybytes.net/posts/from_blogger_to_hakyll.html' +external: true +--- diff --git a/web/tutorials/external-cassius-template.md b/web/tutorials/external-cassius-template.md new file mode 100644 index 0000000..1a10f82 --- /dev/null +++ b/web/tutorials/external-cassius-template.md @@ -0,0 +1,6 @@ +--- +title: Using Cassius templating with Hakyll +author: Daniel Campoverde +url: 'http://www.sillybytes.net/posts/using_hakyll_with_cassius.html' +external: true +--- |