bluerobotics / ardusub-zola

A Zola-based replacement for ardusub-gitbook
http://docs.bluerobotics.com/ardusub-zola/
8 stars 7 forks source link

we are missing "build instructions" #72

Open Williangalvani opened 1 year ago

Williangalvani commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 7 months ago

More detailed process here