Discussion:
[hakyll] Deploying a Hakyll site to Github Pages with Shelly
p***@gmail.com
2018-03-28 16:21:37 UTC
Permalink
Hi all,

I've been happily using the linked workflow to build and deploy my static
site to Github Pages and thought it might be worth sharing with the
community.

https://gist.github.com/ethagnawl/0ada86cb6eb996d95d5b65bff014188c

Cheers!

PRD
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kyle Marek-Spartz
2018-03-28 23:04:52 UTC
Permalink
Neat!

Anyone have luck integrating with a CI tool to do this automatically on push?

–
Kyle Marek-Spartz
Post by p***@gmail.com
Hi all,
I've been happily using the linked workflow to build and deploy my static site to Github Pages and thought it might be worth sharing with the community.
https://gist.github.com/ethagnawl/0ada86cb6eb996d95d5b65bff014188c
Cheers!
PRD
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jasper Van der Jeugt
2018-03-29 10:57:20 UTC
Permalink
I've set up something similar using Travis, to have deploy-on-push.
The Travis file is fairly simple:

https://github.com/zfoh/zfoh.ch/blob/master/.travis.yml

And the guts are really in this ugly script:

https://github.com/zfoh/zfoh.ch/blob/master/deploy/deploy.sh

Is is heavily based on this script, which is not specific to any
static site generator:

https://gist.github.com/domenic/ec8b0fc8ab45f39403dd

It should be possible to port my ugly script to Shelly and then have
Hakyll do the deploy...
Jasper

On Thu, Mar 29, 2018 at 1:04 AM, Kyle Marek-Spartz
Post by Kyle Marek-Spartz
Neat!
Anyone have luck integrating with a CI tool to do this automatically on push?

Kyle Marek-Spartz
Hi all,
I've been happily using the linked workflow to build and deploy my static
site to Github Pages and thought it might be worth sharing with the
community.
https://gist.github.com/ethagnawl/0ada86cb6eb996d95d5b65bff014188c
Cheers!
PRD
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...