typos
authorkengrimes <ken@kengrimes.com>
Sat, 21 Apr 2018 01:35:35 +0000 (18:35 -0700)
committerkengrimes <ken@kengrimes.com>
Sat, 21 Apr 2018 01:35:35 +0000 (18:35 -0700)
content.org
content/about/_index.md
content/ox-hugo-tutorial.md

index 9de9616..16c3f5d 100644 (file)
@@ -636,7 +636,9 @@ This will make any ~:EXPORT_DESCRIPTION:~ properties export, instead, to a
 able to replace exported values in the Org body:
 #+begin_src org
 ,#+begin_description
-This is the description, but will export as the Summary value in front-matter
+This is the description, 
+it has multiple lines too!
+It will export as the Summary value in front-matter
 ,#+end_description
 #+end_src
 To do this on a per-heading basis, simply add the
@@ -709,5 +711,5 @@ At Large
 Hi! I'm Ken, a 34-year-old computer scientist currently living in Irvine,
 California. This is a website I've constructed for the purpose of developing
 web-facing software. I will probably blog with it once development is
-complete. In the mean time, if you're curious, this is my [[file:static/cv.pdf][curriculum vitae]]
+complete. In the meantime, if you're curious, this is my [[file:static/cv.pdf][curriculum vitae]]
 
index f978e63..eb2e6c8 100644 (file)
@@ -21,4 +21,4 @@ menu:
 Hi! I'm Ken, a 34-year-old computer scientist currently living in Irvine,
 California. This is a website I've constructed for the purpose of developing
 web-facing software. I will probably blog with it once development is
-complete. In the mean time, if you're curious, this is my [curriculum vitae](/cv.pdf)
+complete. In the meantime, if you're curious, this is my [curriculum vitae](/cv.pdf)
index 4658738..ebcfa37 100644 (file)
@@ -688,7 +688,9 @@ able to replace exported values in the Org body:
 
 ```org
 #+begin_description
-This is the description, but will export as the Summary value in front-matter
+This is the description,
+it has multiple lines too!
+It will export as the Summary value in front-matter
 #+end_description
 ```