diff options
author | David Runge <dave@sleepmap.de> | 2015-08-08 15:01:31 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-08-08 15:01:31 +0200 |
commit | d60988a74293237b2c7ded8d83a8d84b7b4dbe6f (patch) | |
tree | f200eef05cf26bb1310467db80e571763e4995ed /content | |
parent | 4f7b0e55b5a3e3cc405529c19206bf91b6a401f3 (diff) | |
download | sleepmap-d60988a74293237b2c7ded8d83a8d84b7b4dbe6f.tar.gz sleepmap-d60988a74293237b2c7ded8d83a8d84b7b4dbe6f.tar.bz2 sleepmap-d60988a74293237b2c7ded8d83a8d84b7b4dbe6f.tar.xz sleepmap-d60988a74293237b2c7ded8d83a8d84b7b4dbe6f.zip |
content/blog/hardware-section.rst: Adding article introducing the new hardware section.
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/hardware-section.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/content/blog/hardware-section.rst b/content/blog/hardware-section.rst new file mode 100644 index 0000000..bcac2ce --- /dev/null +++ b/content/blog/hardware-section.rst @@ -0,0 +1,27 @@ +Hardware section +################ + +:date: 2015-08-08 15:00 +:modified: 2015-08-08 15:00 +:tags: diy, modular, suitcase, eurorack, hardware +:category: hardware +:slug: hardware-section +:authors: David Runge + +| Again, it took me some time to write something of value here. But hey, it's quality over quantity, right? +| I've just expanded the spectrum of this website (after doing some major |visual_overhauls| and simultaneously dropping |markdown| in favor of |restructured_text|) by a `hardware section </hardware/>`_. +| The first page I've added is something I have been working on over the past two months: My `modular suitcase </hardware/modular-suitcase/>`_ (a suitcase for :abbr:`Eurorack (A racking system for modular synthesizers, being 3U tall and a multiple of 2HP wide)` modules). Go check it out, copy/ modify the source files and build one yourself (if you dare!). +| More devices will follow as soon as I have the time to write about them (or the desire to document them). + +.. |visual_overhauls| raw:: html + + <a href="https://git.sleepmap.de/sleepmap.git/log/?qt=grep&q=sleepmap-theme" target="_blank">visual overhauls</a> + +.. |markdown| raw:: html + + <a href="https://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> + +.. |restructured_text| raw:: html + + <a href="https://en.wikipedia.org/wiki/ReStructuredText" target="_blank">reStructuredText</a> + |