diff --git a/site/pages/home/page.html b/site/pages/home/page.html index b9d07596..dc2e4cb0 100755 --- a/site/pages/home/page.html +++ b/site/pages/home/page.html @@ -16,13 +16,13 @@ template: default

1. Launch your text editor and paste this sample text: -

-        ---
-        title: My New Page
-        ---
-        <h1>My New Page!</h1>
-        <p>This is the body of <b>My New Page</b></p>
-    
+
+---
+title: My New Page
+---
+<h1>My New Page!</h1>
+<p>This is the body of <b>My New Page</b></p>
+
2. Save this file in the /site/pages/my-new-page/ folder as page.md and its will be available by this url: http://your_site_url/my-new-page

diff --git a/site/themes/simple/assets/scss/base/main.scss b/site/themes/simple/assets/scss/base/main.scss index 7b84d917..6cb7a7db 100755 --- a/site/themes/simple/assets/scss/base/main.scss +++ b/site/themes/simple/assets/scss/base/main.scss @@ -33,5 +33,5 @@ p { pre { background: #f0f0f0; - padding-left: 10px; + padding: 20px; }