-
Notifications
You must be signed in to change notification settings - Fork 10
How to Add Content
You can add a new community resource or a new page. Please refer to the documentation below when adding new content.
###Adding a new community resource
The following tutorial explains how you can contribute to the community resources section of the Level Up website.
####1. Forking the repo and submitting a pull request #####Go to the repo's home page and click the button "Fork" #####Navigate to the _posts folder and then resources on your forked repo #####Either make a new file or upload a file from your computer #####When you are done adding new content, navigate to the original repo's home page #####Click on the navigation element "Pull requests" and click the link "compare across forks" #####Choose the base fork as the the-engine-room/level-up base: gh-pages and the head fork as your-github-name/level-up compare: gh-pages #####Click on the button "Create pull request" and wait for the administrator of the repo to accept your pull request
####2. Getting push access to the repository and adding content directly
#####Go to the repo's home page #####Navigate to the _posts folder and then resources #####Either make a new file or upload a file from your computer
###Adding a new page If you want to add a new page, please contact the site administrator to talk about the options. It might make more sense to add it to the Community Resources page rather than the main navigation. The current content in You, the Trainer, Before an Event, Curriculum and After an Event was thoughfully organized and new addition to this content must fit in with the current information architecture.
###How to work with Markdown
All pages are written in markdown and contain the following metadata: layout, title, author, summary, updated, permalink, parent.
Please see [this example] for metadata reference and [this example] for what markdown syntax to use.
Below is an example of metadata on a page.