Go to file
Logan McGrath e3d184cb0e Moving pages into separate folder 2021-12-12 03:33:46 -08:00
app Move things around because "content" is a terrible word, trying to make tests pass again 2021-12-11 17:33:57 -08:00
bin binstubs for author and site commands 2021-06-22 14:34:39 -07:00
site Moving pages into separate folder 2021-12-12 03:33:46 -08:00
src Moving pages into separate folder 2021-12-12 03:33:46 -08:00
test Tests are passing 2021-12-12 03:12:46 -08:00
.gitignore Fixing template inheritance and git footer 2021-07-14 09:23:38 -07:00
.ruby-version Templating working, most things rendering correctly 2021-10-09 23:30:22 -07:00
Brewfile Trying to get declarative templates to work 2021-05-21 09:28:55 -07:00
Brewfile.lock.json Templating working, most things rendering correctly 2021-10-09 23:30:22 -07:00
Makefile Publishing 'reasons my website is offline' 2021-12-11 14:51:46 -08:00
README.md Trying to get declarative templates to work 2021-05-21 09:28:55 -07:00
broken-links.cfg Fixing broken link to draft 2021-12-11 15:03:10 -08:00
commands.sh Publishing 'reasons my website is offline' 2021-12-11 14:51:46 -08:00
config.ini Preview capability 2021-12-09 17:29:57 -08:00
green.cabal Moving pages into separate folder 2021-12-12 03:33:46 -08:00
hie.yaml Template compiler kinda working! 2021-08-16 22:24:16 -07:00
package.yaml Tags and tag cloud working 2021-12-03 15:11:17 -08:00
stack.yaml WIP 2021-11-25 08:09:01 -08:00
stack.yaml.lock WIP 2021-11-25 08:09:01 -08:00

README.md

Readme

Setup

Run the following command to set up the necessary dependencies:

make init

Troubleshooting:

stack install hakyll fails on macOS:

If this error occurs: hakyll> <command line>: can't load framework: Cocoa (not found)

Follow this workaround to build macos11ghcwa.dylib and then re-run the command with the path to the library:

DYLD_INSERT_LIBRARIES="<PATH_TO>/macos11ghcwa.dylib" stack install hakyll