aboutsummaryrefslogtreecommitdiffstats
path: root/site-src/plugins/orgmode/macros.org
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-10-23 17:42:28 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-10-23 17:42:28 +0300
commit46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6 (patch)
tree53d85f05c362230a428ca5593125ba1a1341799d /site-src/plugins/orgmode/macros.org
parent410bb2715ce7c9f8d796704395cb44d76e2e884c (diff)
downloadck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.tar.gz
ck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.tar.bz2
ck-46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6.zip
Remove site clutter and rename test folder (tests -> test)
Diffstat (limited to 'site-src/plugins/orgmode/macros.org')
-rw-r--r--site-src/plugins/orgmode/macros.org19
1 files changed, 0 insertions, 19 deletions
diff --git a/site-src/plugins/orgmode/macros.org b/site-src/plugins/orgmode/macros.org
deleted file mode 100644
index c90be7f..0000000
--- a/site-src/plugins/orgmode/macros.org
+++ /dev/null
@@ -1,19 +0,0 @@
-# Macros for embedding media into org-mode posts.
-
-#+MACRO: TEASER_END #+HTML: <!-- TEASER_END -->
-{{{TEASER_END}}}
-
-#+MACRO: gist #+HTML: <script src="https://gist.github.com/$1.js"></script>
-{{{gist(2395294)}}}
-
-#+MACRO: soundcloud #+HTML: <iframe width="$3" height="$2" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/$1"> </iframe>
-{{{soundcloud(31824842,240,320)}}}
-
-#+MACRO: soundcloud_playlist #+HTML: <iframe width="$3" height="$2" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/playlists/$1"> </iframe>
-{{{soundcloud_playlist(694081,800,400)}}}
-
-#+MACRO: vimeo #+HTML: <iframe src="https://player.vimeo.com/video/$1" width="$3" height="$2" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen> </iframe>
-{{{vimeo(85360039,240,320)}}}
-
-#+MACRO: youtube #+HTML: <iframe width="$3" height="$2" src="https://www.youtube.com/embed/$1?rel=0&amp;hd=1&amp;wmode=transparent"></iframe>
-{{{youtube(8N_tupPBtWQ,240,320)}}}