Skip to content

jjduhamel/blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Blog

This is my personal blog. I use Hakyll to build the site. Yes, it's insanely heavy for building a static site. However, it's my site, and I'm interested in Haskell, so I decided to use it.

Build from scratch

$ stack clean
$ stack build

Build changes

$ stack exec site rebuild

Note: If that doesn't work, you might try to build the site from a clean slate.

$ stack exec site clean
$ stack exec site build

Start development server

$ stack exec site watch

Deploy changes

$ stack exec site deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published