We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1235ab0 commit 51203c0Copy full SHA for 51203c0
content/pages/07-web-development/33-static-site-generator.markdown
@@ -215,3 +215,7 @@ deployment.
215
Note that you cannot currently use HTTPS on Google Storage servers, which is a huge
216
downside.
217
218
+* [Deploying a Static Blog with Continuous Integration](https://www.loxodrome.io/post/hugo-on-ci/)
219
+ uses a Hugo (a Golang-based static site generator) generated site
220
+ as an example but the instructions can easily be used to deploy
221
+ a Python-based static site generator output as well.
0 commit comments