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 e3d184cb0e Moving pages into separate folder 1 year ago
app Move things around because "content" is a terrible word, trying to make tests pass again 1 year ago
bin binstubs for author and site commands 2 years ago
site Moving pages into separate folder 1 year ago
src Moving pages into separate folder 1 year ago
test Tests are passing 1 year ago
.gitignore Fixing template inheritance and git footer 2 years ago
.ruby-version Templating working, most things rendering correctly 1 year ago
Brewfile Trying to get declarative templates to work 2 years ago
Brewfile.lock.json Templating working, most things rendering correctly 1 year ago
Makefile Publishing 'reasons my website is offline' 1 year ago
README.md Trying to get declarative templates to work 2 years ago
broken-links.cfg Fixing broken link to draft 1 year ago
commands.sh Publishing 'reasons my website is offline' 1 year ago
config.ini Preview capability 1 year ago
green.cabal Moving pages into separate folder 1 year ago
hie.yaml Template compiler kinda working! 2 years ago
package.yaml Tags and tag cloud working 1 year ago
stack.yaml WIP 1 year ago
stack.yaml.lock WIP 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