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
make lesson suitable for teaching with locally-built (serverless) pages #159
base: gh-pages
Are you sure you want to change the base?
Conversation
following this https://creativecommons.org/licenses/by/4.0/deed.es insead of usted tu
updated license
Update CONDUCT.md
Bring in latest changes to styles repository
updates sc/syllabus
Traducido
translate 'finish' to 'final
translate 'cite' to 'cita'
Update schedule.html
change finish for Final
translate overview and teaching
_config.yml: no 'mailto' in 'email'
Git for Windows doesn't provide fgrep, which is a shortcut to call `grep -F` on Mac and Linux. Instead, we have to use full arguments.
To avoid problems with various symbols, we have to specify the encoding when we read files. The actual codec name is `utf_8` but aliases like `utf8`, `utf-8`, etc are accepted. Here, I'm using `utf-8` alias. https://docs.python.org/3.8/library/codecs.html#standard-encodings This fixes `make lesson-check` when running under 'Git for Windows' for lessons that have non-cp1252 characters.
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com> Co-authored-by: François Michonneau <francois.michonneau@gmail.com>
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
When 'Website' action tests a lesson, it checks out repositories into the current working directory: 'lesson' directory doesn't exist. As a result, steps that use "lesson" as the working directory fail.
new & improved PR: now with corrected code block class tags |
This lesson currently builds on my system, as does the shell lesson. The MATLAB lesson doesn't following a PR that looks a lot like this one. I anticipate this PR being similar, given it also has a bazillion commits rather than the two commits on the shell lesson PR. I'm happy to look at this if someone will help with the Ruby/Jekyll side, but really there should be a separate PR for lesson template stuff, and for building locally. |
Like we did in swcarpentry/shell-novice#1146, this PR makes the lesson suitable for building locally. It:
permalink
andlayout
from Extras and Setup pagesI built the site locally and everything seems to be working, but I'll run another check for broken links if and when this has been merged.