Skip to content

Commit e6f1fb7

Browse files
Remove events section since format changed
1 parent 2febcf8 commit e6f1fb7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

templates/adding_content.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ To add new pages to the Resources and Trainings sections of the website:
1010
6. Rename the template file with a name corresponding to the resource's/training's title.
1111
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/`
1212
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: `![Paired_End](/images/paired_end.png "Paired End Sequencing")` 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/`.
18-
4. Commit changes and push to main branch.

0 commit comments

Comments
 (0)