Skip to content

hackeryarn/daily-reading-notes

Repository files navigation

Daily Reading Note

This repository has the source code and contents for the Daily Reading Notes blog.

Project Structure

All development should be done on the develop branch. The master branch exists for hosting purposes only.

Running the Project

This project uses Hakyll for generation. Hakyll requires Haskell and Stack. Before running the project, you will need to install Stack by following their installation instructions. Stack will take care of installing Haskell when you run the build command.

Once Stack is installed, Make sure you are on the develop branch. Then run the following commands.

# Build the base project and install all dependencies
$ stack build
# Run and watch the project locally
$ stack exec site watch

Deploying the Project

Make sure site running locally by following the above commands. Then, execute the provide make command.

$ make deploy