Go to file
Logan McGrath 5b2cf3f944 Publishing monads 2022-06-17 08:54:03 -07: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
ci Removing rsync build 2022-03-18 13:16:53 -07:00
site Publishing monads 2022-06-17 08:54:03 -07:00
src Publish 2022-06-05 14:54:05 -07:00
test Getting tests to pass 2022-03-05 14:54:55 -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
README.md Trying to get declarative templates to work 2021-05-21 09:28:55 -07:00
broken-links.cfg Renaming embracing-computation-part-2 -> permitting-or-halting-computation 2022-06-10 13:01:12 -07:00
config.yaml Adding option to not-minify js, creating updateScrollShadows() function and applying to configured selectors 2022-03-12 16:16:43 -08:00
go Updated with box verbiage, highlighting desired/undesired case 2022-06-05 13:21:55 -07:00
green.cabal Getting tests to pass 2022-03-05 14:54:55 -08:00
hie.yaml Template compiler kinda working! 2021-08-16 22:24:16 -07:00
package.yaml Getting tests to pass 2022-03-05 14:54:55 -08:00
stack.yaml Revert "Downgrading to older compiler" 2022-03-07 21:17:10 -08:00
stack.yaml.lock Revert "Downgrading to older compiler" 2022-03-07 21:17:10 -08:00
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 2021-12-28 15:50:42 -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