psibi / psibi.github.io

Hakyll blog

Home Page:https://psibi.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psibi.in

Website source for https://psibi.in. This is built via Hakyll.

Usage

make
Please use `make <target>' where <target> is one of\n\n
gen                            Generate the site
watch                          Watch and run the site
clean                          Clean site
build                          Watch and install new exectuable
help                           Show help screen.

Getting CSS for syntax highlighting

Source: Hakyll themes

$ stack ghci --package skylighting
GHCi, version 8.8.4: https://www.haskell.org/ghc/  :? for help
Loaded GHCi configuration from /home/sibi/.ghci
[1 of 1] Compiling Main             ( /home/sibi/github/psibi.github.io/hakyll.hs, interpreted )
Ok, one module loaded.
Loaded GHCi configuration from /tmp/haskell-stack-ghci/6bcc45a5/ghci-script
λ> import Skylighting
λ> writeFile "pygments.css" $ styleToCss pygments

About

Hakyll blog

https://psibi.in

License:GNU General Public License v3.0


Languages

Language:CSS 46.0%Language:HTML 34.4%Language:Haskell 17.8%Language:Just 1.8%