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

Default install css errors #10

Closed
devzvrm opened this issue Sep 20, 2021 · 1 comment · Fixed by #13
Closed

Default install css errors #10

devzvrm opened this issue Sep 20, 2021 · 1 comment · Fixed by #13
Labels
documentation Improvements or additions to documentation

Comments

@devzvrm
Copy link

devzvrm commented Sep 20, 2021

Maybe this is stupid - but following basic instructions and adding Bulma from NPM produces this result.

hugo v0.88.1+extended darwin/amd64 BuildDate=unknown
Error: Error building site: TOCSS: failed to transform "css/main.sass" (text/x-sass): SCSS processing failed: file "stdin", line 3, col 1: File to import not found or unreadable: bulma.

@jgazeau
Copy link
Owner

jgazeau commented Sep 20, 2021

Hello,

Indeed one command is missing in the documentation. Bulma is used as submodule for the theme so to make it work here are the command you should use:

cd ${PROJECT_DIRECTORY}
git submodule add https://github.com/jgazeau/shadocs.git themes/shadocs
git submodule update --init --recursive

I'll update it in the next version to make it more clear.

@jgazeau jgazeau added the documentation Improvements or additions to documentation label Sep 20, 2021
jgazeau added a commit that referenced this issue Oct 23, 2021
jgazeau added a commit that referenced this issue Oct 23, 2021
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

Successfully merging a pull request may close this issue.

2 participants