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

Gemfile.lock missing #5

Closed
Slookeur opened this issue Feb 10, 2022 · 4 comments
Closed

Gemfile.lock missing #5

Slookeur opened this issue Feb 10, 2022 · 4 comments

Comments

@Slookeur
Copy link

Slookeur commented Feb 10, 2022

Dear Vanessa,
this is Sébastien Le Roux, first thank you for your quick reply yesterday.
I followed your tutorial to convert latex documents to md, I think I got the hang of it,
apart for the container part, also I noticed that in your tutorial you convert tex to html and not markdown.

I am trying to use your template to visualize if my conversion from latex to md was successful, some part is ok,
some can be improved, not to mention that I a single (long) page absolutely not organized for a decent search for help.
So I followed the instruction you provide but got an error at this point:

docker build -t notes-jekyll .
Sending build context to Docker daemon  69.82MB
Step 1/9 : FROM jekyll/jekyll:4.1.0
 ---> d11121e6548e
Step 2/9 : WORKDIR /srv/jekyll
 ---> Using cache
 ---> 9c6c294605cf
Step 3/9 : COPY Gemfile .
 ---> Using cache
 ---> 915a597fed7c
Step 4/9 : COPY Gemfile.lock .
COPY failed: file not found in build context or excluded by .dockerignore: stat Gemfile.lock: file does not exist

Thanks in advance for your lights.

Sébastien

@vsoch
Copy link
Owner

vsoch commented Feb 10, 2022

That’s generated when you do bundle exec jekyll serve, do either you can do that on the host to make the file or just comment out the line. Also make sure you look at the RSE ops knowledge repo to see the latex conversion, first to markdown and then html.

@vsoch
Copy link
Owner

vsoch commented Feb 14, 2022

Just run bundle exec jekyll serve locally to generate the lock file.

@Slookeur
Copy link
Author

Slookeur commented Mar 9, 2022

Dear Vanessa, this message to let you know that I published my documentation (https://slookeur.github.io/Atomes-doc/)
I needed some time to understand how everything is working from GitHub / GitHub Pages / Jekyll ... and so on ...
I think that I have the hang of it now and your tutorial / work on GitHub helped me a lot.
So I wanted to thank you for your help, and that I very much appreciate that you took the time to write down those tutorials
to help others like my self. Please keep up your good vibe ;-)

All the best !

@vsoch
Copy link
Owner

vsoch commented Mar 9, 2022

Awesome! Glad to help. All the best to you too!

@vsoch vsoch closed this as completed Mar 9, 2022
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