Go to file
Logan McGrath ff7c20b3b6 Adding thumbnails to posts 2022-03-06 15:58:56 -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 background on icons 2022-03-06 15:12:17 -08:00
site Adding thumbnails to posts 2022-03-06 15:58:56 -08:00
src Adding thumbnails to posts 2022-03-06 15:58:56 -08: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 Removing fp category, simplifying previews 2022-02-19 21:44:43 -08:00
config.yaml Setting preview mode for preview.* 2022-03-02 18:01:50 -08:00
go Copying git repo instead of cloning for publish 2022-03-06 15:19:07 -08: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 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