You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to Hakyll, and thanks for the nice tutorial for Hakyll. There are only two minor typos that may be obvious to adjust, but still I would like to point them out:
You can build the site using: my-site build -> You can build the site using: cabal build
And preview (and build) it using: my-site watch -> And preview (and build) it using: cabal new run site watch
The text was updated successfully, but these errors were encountered:
Hi! (I'm not a Hakyll developer, just one of the users.) It appears like these things aren't typos, you just have to take them in the context:
In the my-site directory, you can use cabal new-install to install the site executable (which builds your website). Alternatively, you can just use cabal new-run site [command].
Thanks for your response! Well at least for me, when I trying to follow the steps of installation, I needed use the command cabal build and cabal new run site watch to build and preview the website.
Hi,
I am new to Hakyll, and thanks for the nice tutorial for Hakyll. There are only two minor typos that may be obvious to adjust, but still I would like to point them out:
my-site build
-> You can build the site using:cabal build
my-site watch
-> And preview (and build) it using:cabal new run site watch
The text was updated successfully, but these errors were encountered: