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

we are missing "build instructions" #72

Closed
Williangalvani opened this issue Apr 8, 2023 · 4 comments
Closed

we are missing "build instructions" #72

Williangalvani opened this issue Apr 8, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@Williangalvani
Copy link
Member

I did:
sudo pacman -S zola
git submodule update --init --recursive
zola serve -i 0.0.0.0 (testing from another computer)

But I apparently got no css. am I missing something?

@ES-Alexander
Copy link
Collaborator

ES-Alexander commented Apr 13, 2023

I would expect such instructions to be covered by #2, so I think this is a duplicate issue?

I did:
...
But I apparently got no css. am I missing something?

I generally zola serve without -i, and I installed Zola using brew, but otherwise the same and it works fine for me. Note that building/serving should be done from the root of the main branch - if you're in a different directory or branch then it likely won't work (Zola requires a config.toml file to build, and site content should be in a content directory).

Are you saying the generated site wasn't formatted, or that you specifically couldn't find any css files in the source? Adidoks (the theme we're using) uses Sass stylesheets, which are .scss files, if that's relevant.

@Williangalvani
Copy link
Member Author

I generally zola serve without -i, and I installed zola using brew, but otherwise the same and it works fine for me. Note that building/serving should be done from the root of the master branch - if you're in a different directory or branch then it likely won't work.

This is the issue, I was on a branch based on your PR

@ES-Alexander ES-Alexander added the documentation Improvements or additions to documentation label Jun 5, 2023
@ES-Alexander
Copy link
Collaborator

More detailed process here

@ES-Alexander
Copy link
Collaborator

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

No branches or pull requests

2 participants