You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Logan McGrath 49b21e98e8
Retitling
5 months ago
app Move things around because "content" is a terrible word, trying to make tests pass again 2 years ago
bin binstubs for author and site commands 2 years ago
ci Removing rsync build 1 year ago
site Retitling 5 months ago
src Using built-in fonts 5 months ago
test Getting tests to pass 1 year ago
.gitignore Fixing template inheritance and git footer 2 years ago
.ruby-version Templating working, most things rendering correctly 2 years ago
Brewfile Trying to get declarative templates to work 2 years ago
Brewfile.lock.json Templating working, most things rendering correctly 2 years ago
README.md Trying to get declarative templates to work 2 years ago
broken-links.cfg Adding redirect for monads draft to published copy 12 months ago
config.yaml Adding option to not-minify js, creating updateScrollShadows() function and applying to configured selectors 1 year ago
go Updated with box verbiage, highlighting desired/undesired case 1 year ago
green.cabal Getting tests to pass 1 year ago
hie.yaml Template compiler kinda working! 2 years ago
package.yaml Getting tests to pass 1 year ago
stack.yaml Revert "Downgrading to older compiler" 1 year ago
stack.yaml.lock Revert "Downgrading to older compiler" 1 year ago
Using go-script in place of makefile, template api starting to gel, normalizing tag/category urls, sitemap generating more correctly(?), config through yaml because overrides are trivially supported through parser and removed ini config 1 year ago

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