aboutsummaryrefslogtreecommitdiff
path: root/content/posts/initial.org
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-12 00:59:51 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-12 00:59:51 +0200
commitbf64e61e1da92a829ae172cde608371a3335b602 (patch)
tree6148e3271c33ccd336cb12fb8b976798530f651e /content/posts/initial.org
parenta42f79ec30d915b45793d7d3c6964845bd5f4946 (diff)
downloadgabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.gz
gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.bz2
gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.zip
Adds two pages from previous jekyll project
Diffstat (limited to 'content/posts/initial.org')
-rw-r--r--content/posts/initial.org40
1 files changed, 0 insertions, 40 deletions
diff --git a/content/posts/initial.org b/content/posts/initial.org
deleted file mode 100644
index 4326425..0000000
--- a/content/posts/initial.org
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "Writing Hugo blog in Org (File Export)"
-author: ["Kaushal Modi"]
-date: 2017-09-10
-lastmod: 2100-12-21T00:00:00+00:00
-tags: ["hugo", "org"]
-categories: ["emacs"]
-gamma: 10
----
-* First heading within the post :hugo:
-- This post will be exported as
- =content/posts/writing-hugo-blog-in-org-file-export.md=.
-- Its title will be "Writing Hugo blog in Org".
-- It will have /hugo/ and /org/ tags and /emacs/ as category.
-- The /lastmod/ property in the front-matter is set automatically to
- the time of export.
-- The menu item /identifier/ is auto-set.
-- The menu item /weight/ and post /weight/ if needed have to be
- manually specified as shown above.
-** A sub-heading under that heading
-- It's draft state will be marked as =true= because of =#+hugo_draft:
- true=.
-
-With the point _anywhere_, do =C-c C-e H h= to export this whole file
-titled /Writing Hugo blog in Org/ to a Hugo post.
-
-The exported Markdown has a little comment footer as set in the /Local
-Variables/ section below.
-* Demo Source Code
-
-#+begin_src python
-if __name__ == "__main__":
- print("Hello World")
-#+end_src
-
- [[file:file]]notes
-* COMMENT Local Variables :ARCHIVE:
-# Local Variables:
-# org-hugo-footer: "\n\n[//]: # \"Exported with love from a post written in Org mode\"\n[//]: # \"- https://github.com/kaushalmodi/ox-hugo\""
-# End: