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: templates/adding_content.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,3 @@ To add new pages to the Resources and Trainings sections of the website:
10
10
6. Rename the template file with a name corresponding to the resource's/training's title.
11
11
7. Preview the changes using the command `bundle exec jekyll serve .` in the top of the repository's directory. Changes can be previewed at the URL `http://localhost:4000/midwest-region/`
12
12
8. Commit changes and push to main branch.
13
-
14
-
# Adding content to the Events pages
15
-
1. In the `_events/`directory, edit either the `upcoming.md` or `past.md` markdown file.
16
-
2. Add your content to the markdown file according to markdown syntax. A training to markdown can be found [here](https://www.markdownguide.org/basic-syntax/). Any images you want to include should be placed in the `images/` directory and can be added using the syntax given in the following example: `` Videos can be added using the syntax given in the following example: `{% include youtube.html id="1JnLBws7L70" %}`. In this example `1JnLBws7L70` is the string of characters found at the end of the YouTube URL where the video can be watched.
17
-
3. Preview the changes using the command `bundle exec jekyll serve .` in the top of the repository's directory. Changes can be previewed at the URL `http://localhost:4000/midwest-region/`.
0 commit comments