-
Notifications
You must be signed in to change notification settings - Fork 3
Add how to install jekyll #56
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
Conversation
README.md
Outdated
| ## Installation | ||
| If you are on debian derivates go install build-essentials: | ||
| ``` | ||
| apt install build-essential |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the whitespace intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I thought so because here it is also one prefixing whitespace: https://github.com/metafacture/metafacture-documentation/blob/master/docs/Documentation-Maintainer-Guide.md?plain=1#L33C1-L34C2 , but at other places it is not. We can or should remove all prefixing whitespaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed these whitespaces here.
|
Note: if this PR is good, we could add the jekyll installation advices to https://github.com/metafacture/metafacture-tutorial/blob/main/README.md. |
I tried to avoid installing jekyll on my system by using these docker images but no luck.
|
Complements d19f1d0.
|
I've added a commit that takes you suggestions into account. |
The tutorial is using the same template as the documentation therefore we can reuse the installation instruction by @dr0i See: metafacture/metafacture-documentation#56
I had many issues by using
jekyllfrom the official repositories, as well as on Debian Testing as on Debian Bookworm.The solution here worked for me (well I hope I have written down everything correctly).