-
Notifications
You must be signed in to change notification settings - Fork 0
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
Courses #20
base: gh-pages
Are you sure you want to change the base?
Courses #20
Conversation
…using liquid language
Hi @lorenzo-sani - looks like a good addition. There's a lot of conflicts here though. You need to follow these steps after a pull request happens: git checkout gh-pages # change back to the gh-pages branch
git pull # pull down the latest changes
git checkout -b lorenzo/courses. # create and switch to a new branch
# Now do some work
git add <do some work>
git commit -m "Commit message"
# Push up the changes and submit a pull request
git push -u origin lorenzo/courses This way, you ensure that your local copy of the repository never falls too far out of sync with the one on Github. |
You can also delete your old branch too:
The small |
@willu47 thanks for the clarification and sorry for the mess 😅 |
Hi Lorenzo - I see a number of duplicate lectures now - can you remove these? Also, I'm not convinced of this automated route. Currently this is a middle ground between fully automatically generated course pages (generated from The fully automatic route raises the issue of the order of the lectures. How do you define which lecture goes first, second, third etc. What if you wish to include a lecture in multiple courses? In other words, I think the automatic generation is cool, but it raises more questions than it answers. I suggest we go for a manual approach. Perhaps add the functionality as an issue to keep a record (together with the code snippets) and we can revisit this at another point in time. |
Actually, using |
@willu47 I just updated the way courses are created using a front matter variable "course", writing it to the lectures and recalling it in the course page