aboutsummaryrefslogtreecommitdiffstats
path: root/posts
diff options
context:
space:
mode:
authorÓscar Nájera <najera.oscar@gmail.com>2016-12-26 01:42:05 +0100
committerÓscar Nájera <najera.oscar@gmail.com>2016-12-26 01:42:05 +0100
commitefbb1f8574898b127fedcea0d92d207670493921 (patch)
tree8906ada04a0c5da047492fe94f268b0536d239bc /posts
parent9ffc88b7d5d9a2429e58d12716a5486c271168d2 (diff)
downloadhomepage-efbb1f8574898b127fedcea0d92d207670493921.tar.gz
homepage-efbb1f8574898b127fedcea0d92d207670493921.tar.bz2
homepage-efbb1f8574898b127fedcea0d92d207670493921.zip
Deleting draft tryout posts
Diffstat (limited to 'posts')
-rw-r--r--posts/nikola-in-orgmode.org38
-rw-r--r--posts/starting-with-nikola.rst16
2 files changed, 0 insertions, 54 deletions
diff --git a/posts/nikola-in-orgmode.org b/posts/nikola-in-orgmode.org
deleted file mode 100644
index c11a3fe..0000000
--- a/posts/nikola-in-orgmode.org
+++ /dev/null
@@ -1,38 +0,0 @@
-#+BEGIN_COMMENT
-.. title: Nikola in orgmode
-.. slug: nikola-in-orgmode
-.. date: 2016-12-25 22:46:19 UTC+01:00
-.. tags: testing
-.. category:
-.. link:
-.. description:
-.. type: text
-#+END_COMMENT
-
-
-Kind of boring header in this case. But I need to test other options
-as the amazing codeblocks.
-
-#+BEGIN_SRC emacs-lisp
-(use-package jedi
- :ensure t
- :init
- (add-hook 'python-mode-hook 'jedi:setup)
- (add-hook 'python-mode-hook 'jedi:ac-setup))
-#+END_SRC
-
-
-#+BEGIN_SRC emacs-lisp
-(global-hl-line-mode t)
-#+END_SRC
-
-#+BEGIN_SRC python :results output :exports both
-print('yes, twire')
-print('yes, twici')
-#+END_SRC
-
-#+RESULTS:
-: yes, twice
-: yes, twici
-:
-:
diff --git a/posts/starting-with-nikola.rst b/posts/starting-with-nikola.rst
deleted file mode 100644
index 0485cb3..0000000
--- a/posts/starting-with-nikola.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. title: Starting with Nikola
-.. slug: starting-with-nikola
-.. date: 2016-12-25 22:32:00 UTC+01:00
-.. tags: testing
-.. category:
-.. link:
-.. description:
-.. type: text
-
-Write your post here.
-
-.. code-block:: python
- :number-lines:
-
- print('no')
- print('yes')