Go to file
Logan McGrath 0e310ebfe1 Rearranging front page and clarifying sections, making blog page look better, clarifying availability in employent 2022-02-26 12:44:12 -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
ci Removing registry flags 2022-01-28 13:38:07 -08:00
site Rearranging front page and clarifying sections, making blog page look better, clarifying availability in employent 2022-02-26 12:44:12 -08:00
src Fixing headers and getting rid of categories 2022-02-20 17:26:36 -08:00
test Pretty printing AST as yaml, removing deriving strategies, making tests pass 2022-01-07 17:26:59 -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 Removing fp category, simplifying previews 2022-02-19 21:44:43 -08:00
config.yaml Fixing debug settings 2022-02-20 17:42:03 -08:00
go Removing _site and rebuilding on publish 2022-02-08 13:43:34 -08:00
green.cabal Using style changes from contexts-draft 2022-02-08 13:29:27 -08:00
hie.yaml Template compiler kinda working! 2021-08-16 22:24:16 -07:00
package.yaml Pretty printing AST as yaml, removing deriving strategies, making tests pass 2022-01-07 17:26:59 -08:00
stack.yaml Upgrade to GHC 9.0.2 and associated libraries 2022-02-18 14:14:02 -08:00
stack.yaml.lock Upgrade to GHC 9.0.2 and associated libraries 2022-02-18 14:14:02 -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