Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run website in local by running make build #366

Open
tanvirraj opened this issue Jun 4, 2024 · 3 comments
Open

Can't run website in local by running make build #366

tanvirraj opened this issue Jun 4, 2024 · 3 comments

Comments

@tanvirraj
Copy link

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

Screenshot 2024-06-04 at 1 08 37 PM
@brandur
Copy link
Owner

brandur commented Jun 4, 2024

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.

@tanvirraj
Copy link
Author

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).

@brandur
Copy link
Owner

brandur commented Jun 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants