Index: pages/index.md |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/pages/index.md |
@@ -0,0 +1,62 @@ |
+title=Website boilerplate |
+description=A boilerplate for new website development. |
+ |
+## Headings |
+ |
+# Heading 1 |
+## Heading 2 |
+### Heading 3 |
+#### Heading 4 |
+##### Heading 5 |
+###### Heading 6 |
+ |
+## Body text |
+ |
+This is normal. |
+ |
+This is *emphasized*. |
+ |
+This is **strong**. |
+ |
+This is an abbr. |
+ |
+This is a [link](example.com). |
+ |
+This has a footnote[^1]. |
+ |
+> This is a blockquote. |
+ |
+*[abbr]: Abbreviation |
+ |
+[^1]: This is a footnote content. |
+ |
+## Unordered lists |
+ |
+- This is a list item |
+- This is a list item |
+ - This is a list item |
+ - This is a list item |
+- This is a list item |
+ |
+## Ordered lists |
+ |
+1. This is a list item |
+2. This is a list item |
+ 3. This is a list item |
+ 4. This is a list item |
+5. This is a list item |
+ |
+## Description lists |
+ |
+This is a description title |
+: This is a description detail. |
+ |
+This is a description title |
+: This is a description detail. |
+ |
+## Images |
+ |
+![Fixed width image](http://placehold.it/480x240?text=Fixed%20width) |
+ |
+![Full width image](http://placehold.it/960x240?text=Full%20width) |
+{: .full-width } |