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: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Template source can be found in `_layouts`. Component source can be found in `_i
30
30
Most of the major editable content can be found in the markdown files (such as 1-services.md). Use the number at the start of the filename to order the pages.
31
31
32
32
33
-
## Creating Blog Post
33
+
## Creating a Blog Post
34
34
Create a Markdown file within the `_posts` folder. The name structure is a backward date followed by the title of your post, for example: `2011-10-18-a-day-with-clojure.md`. All of the content within this file is written using the [Markdown language](http://daringfireball.net/projects/markdown/syntax).
35
35
36
36
At the top of your mardkown file should have the post information like so:
@@ -49,6 +49,6 @@ You can set whether an article is featured at the top of the blog homepage by se
49
49
50
50
Once you are happy, push this file to the `master` branch to go LIVE.
51
51
52
-
### Tips
52
+
####Tips
53
53
- Always wrap video elements in a `<div class="video"></div>` element if you want it to look awesome.
54
54
- Use an h3 at the start of articles to give a summary of the post.
0 commit comments