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

There is no _inludes folder #6

Closed
BeastyBlacksmith opened this issue May 7, 2021 · 2 comments · Fixed by #7
Closed

There is no _inludes folder #6

BeastyBlacksmith opened this issue May 7, 2021 · 2 comments · Fixed by #7

Comments

@BeastyBlacksmith
Copy link
Collaborator

make lesson-check errors with

FileNotFoundError: [Errno 2] No such file or directory: '_includes/links.md'
make: *** [Makefile:135: lesson-check] Fehler 1

What should go in there?

@tobyhodges
Copy link
Member

Sorry this was an error in the repository template used to create this repo. It can be fixed by adding a duplicate here of the _includes/links.md file in that template repository. Let me know if you would like me to put in a Pull Request for this.

Once this file is in the repo, you can use it to keep all your link references in a single location, adding {% include links.md %} at the end of every episode.

@fmichonneau
Copy link
Contributor

fmichonneau commented May 7, 2021

This comes from a bug (carpentries/styles#570) in the lesson-check script that didn't take into account remote themes (as used in The Carpentries Incubator currently). I'll submit a PR.

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

Successfully merging a pull request may close this issue.

3 participants