GAumala / blog

Source code for my blog

Home Page:https://gaumala.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Blog CircleCI

This is a monorepo with all the source code needed to build my blog. It is organized into 5 directories. Here's what each of them contains:

  • ./static/ The static site built with Hakyll. It's mostly posts written in Markdown, the templates used to transform them into HTML, and some stylesheets and fonts.
  • ./api/ A Scotty web app used as backend for the blog.
  • ./frontend/ All the JS used by the blog, mostly built with ES6, Mithril and bundled with webpack.
  • ./nginx/ m4 files used to generate my Nginx config.
  • ./.circleci/ my CircleCI configuration and other files used for building and deploying the blog with CircleCI jobs.

You can read more about this site here: https://gaumala.com/posts/2018-09-03-is-this-finally-working-oh-hello-world.html

About

Source code for my blog

https://gaumala.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 56.4%Language:CSS 18.0%Language:JavaScript 10.4%Language:HTML 8.0%Language:Shell 3.7%Language:M4 2.2%Language:Dockerfile 1.3%