stackbuilders/tutorials

Integrate tutorials into Stack Builders website

Closed this issue · 1 comments

@mrkkrp Right now, this repository is using Hakyll with a very basic style to generate the tutorials site. The idea is copy the style from the Stack Builders website and add it to the HTML templates. I started working on copying the style from the Stack Builders website to have the same header and footer and things like that. I opened #11 with work in progress, so you can continue working there. Basically, we can just link to the images and stylesheets we're using for the website.

Once the style is ready, we can move on to configure the server and publish everything under the Stack Builders website.

The README is not updated, but there's a makefile that you can use as reference to know how to build the site. In short, do make watch and the site should be ready.