@@ -14,8 +14,8 @@ project page to be hosted on the site.
1414
1515All the projects on the website are stored in the [ projects folder] .
1616Each post is saved as a Markdown file, and is automagically converted to HTML
17- when you publish your changes (read more about Markdown
18- [ here] [ markdown basics] ). To submit a page,
17+ when you publish your changes (read more about Kramdown
18+ [ here] [ kramdown basics] ). To submit a page,
1919all you need to do is add a markdown file in that folder and submit a pull
2020request. We recommend that you start with a copy of the [ template project] .
2121You can see the example file live on [ the website] [ template page ] .
@@ -113,8 +113,7 @@ Give it a name using the format "`YYYY-MM-DD-my-project-name.md`", where
113113Then paste in the frontmatter that we copied earlier. Fill out as many of the
114114properties as you can, and delete the lines of the ones you can't fill out.
115115After the second set of dashes ('---'), you can type your description text,
116- which is parsed as [ Markdown] ( https://help.github.com/articles/markdown-basics )
117- on the site.
116+ which is parsed as [ Kramdown] [ kramdown basics ] on the site.
118117
119118<img src =" /images/Website/Creating-file-on-GitHub.png " style =" max-width : 100% ;" />
120119
@@ -153,7 +152,7 @@ edits, and will review and merge your changes when they get the chance.
153152[ projects page] : {{ site.github.url }}/projects
154153[ mindsensor.com ] : http://mindsensors.com/
155154[ projects folder ] : https://github.com/ev3dev/ev3dev.github.io/tree/master/projects/_posts
156- [ markdown basics] : https ://help.github.com/articles/markdown-basics
155+ [ kramdown basics] : http ://kramdown.gettalong.org/quickref.html
157156[ template project ] : https://github.com/ev3dev/ev3dev.github.io/blob/master/projects/_posts/2014-03-21-Example-Project.md
158157[ template page ] : http://www.ev3dev.org/projects/2014/03/21/Example-Project/
159158[ website repository ] : http://github.com/ev3dev/ev3dev.github.io
0 commit comments