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
I'm in mac OS, try to run and build the website with make build. was following this steps
cp .envrc.sample .envrc
direnv allow
# Compile Go executables.
make install
# Run an initial build of the site, look for build output in public/.
make build
# Watch for changes in Go files and/or content and recompile and rebuild when
# one occurs.
make loop
but getting this error , any instructions how can i overcome this
The text was updated successfully, but these errors were encountered:
It looks like it needs a path to ImageMagick configured. MAGICK_BIN needs to point to something in .envrc.
Just a general word of caution too: this is open source but very much bespoke software built for myself. Even if you get it running, you're likely to find more problems as little things don't work or aren't well documented.
Thanks @brandur, this codebase hows your craftsmanship while you did 5k commit.
make sense. i really like this site. all the things are here , what i need for my personal site.
but it seems you discourage to use it (you're likely to find more problems as little things don't work).
Thanks @tanvirraj. And yeah, there's so much custom code here that I wouldn't recommend it as a platform. It'll be much easier to go with one of the usual suspects like Hugo.
I'm in mac OS, try to run and build the website with
make build
. was following this stepsbut getting this error , any instructions how can i overcome this
The text was updated successfully, but these errors were encountered: