You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/06-about.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Please keep these guidelines in mind for Digital Collection About pages:
14
14
- Writing for the web is different from traditional documents. Use short paragraphs and plenty of headings. This facilitates reading and access on screen.
15
15
- Always start with a h2 (`##`) level heading. The standard nav-menu include is designed to link to h2 level headings only.
16
16
- Use meaningful text in hyperlinks (i.e. don't use pattern of "click here").
17
+
- Don't use double spaces! These can get misinterpreted by Markdown engines and cause odd formatting.
17
18
18
19
Collection About Pages are written in Markdown.
19
20
Below are some common notes about About pages for our Digital Collections.
@@ -41,7 +42,9 @@ All main sections will also be h2.
41
42
Do not skip heading levels!
42
43
Heading should follow hierarchically like an outline.
43
44
44
-
The "nav-menu" include is designed to provide links to the h2 sections.
45
+
Always leave a blank line above and below a heading to ensure correct rendering.
46
+
47
+
The "nav-menu" include is designed to provide links to the h2 sections *only*.
45
48
46
49
`{% raw %}{% include feature/nav-menu.html sections="About CollectionBuilder;About the About Page" %}{% endraw %}`
47
50
@@ -52,7 +55,7 @@ In the "sections" value, paste the exact text of each heading you want in the na
52
55
## Citations
53
56
54
57
You'll need to cite the sources for your multimedia essay just as you would for any academic essay.
55
-
Whenever possible, use [Turabian Style](https://www.chicagomanualofstyle.org/turabian/turabian-notes-and-bibliography-citation-quick-guide.html) to add your citations as footnotes.
58
+
Whenever possible, use [Chicago Style / Turabian Style](https://www.chicagomanualofstyle.org/turabian/turabian-notes-and-bibliography-citation-quick-guide.html) to add your citations as footnotes.
56
59
57
60
To add a footnote in Markdown, directly after the sentence you'd like to cite, add a left square bracket (`[`), followed by a caret symbol (`^`), followed by a footnote number (i.e. `1`, `2`, `3`, etc.), followed by a left square bracket (`]`). See below for an example:
58
61
@@ -82,7 +85,7 @@ You can create hyperlinks in Markdown like this:
82
85
`[GitHub Help](https://help.github.com/)`
83
86
84
87
When linking to pages **within the same collection**, use Jekyll's `relative_url` feature.
85
-
Instead of writing out https://www.lib.uidaho.eduon an About page you should use the Liquid relative_url formula.
88
+
Instead of writing out https://www.lib.uidaho.edu you should use the Liquid relative_url formula.
0 commit comments