-
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
create and add content to index pages #25
Comments
General language for Semester index pages
|
General Language for fld pagesEach student (or group of students) kept detailed fieldnotes for all skill building activities each semester. General Language for ann pages
General language for profilesStudents introduced themselves and their backgrounds to the instructors and each other in these profiles. They were asked to include as much or as little information as they liked. |
Questions that arose while I did this, with answers/comments by @gschare below:
|
Greg has created a |
I created a Python script which runs the Pandoc command to generate the index.html files in every subdirectory. How to run
This will generate a ton of index.html files. If everything runs without errors, you should see nothing printed to terminal. If there are problems, they will appear in terminal so you can look at them and fix them. Common errors and how to fix themThe most common errors will be: Missing fieldsThe error looks like:
e.g. the index.md file has a blank value for You can fix this by giving the necessary fields a value, like Malformed fieldsThe error looks like:
This can be many things, like unescaped characters. Often this is because the fields are surrounded in double quotes ( There is a relatively easy fix. Here's an example: Bad
GoodEscape the double quotes.
GreatPut a
Another advantage of using
Missing fileThe error looks like:
This just means that my script is trying to compile an index.md file where there isn't one. This is most likely a bug in my script, not a mistake in the index.md files. |
Just realized that for any semesters with "reference" directories (like fa14), we did not generate index pages or include them in the various listings. This can be done manually, however. For now, I am going to wait on making those pages (perhaps doing them all in one fell swoop) as I work on updating the other index pages |
#25: some of sp15 and pandoc script run
Summary of what needs to be donewrite script to check the following across all subfolders:
Then,
Then,
|
Follow-up to #21, each index page now needs to be populated with descriptive content (e.g., info about the semester's theme).
All index files are listed in blank-fill-log.xlsx. For tracking purposes, this file has been made into a googlesheet under M&K's account (Digital> Digital Admin > Field Notes)
The text was updated successfully, but these errors were encountered: