aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding pelican-plugins as submodule to this repository.David Runge2015-10-253-1/+3
|
* TODO: Adding TODOs to separate file.David Runge2015-10-251-1/+2
|
* README.rst: Adding new README in ReStructuredText.David Runge2015-10-252-8/+56
|
* reStructuredText_CheatSheet.txt: Moving to proper named file.David Runge2015-10-141-0/+0
|
* restructuredtext_cheatsheet.txt: Adding reStructuredText cheat sheet.David Runge2015-10-141-0/+132
|
* TODO: Adding TODO list (from README.md).David Runge2015-10-141-0/+6
|
* content/pages/404.rst: Adding custom 404 error handler page.David Runge2015-08-201-0/+10
|
* content/blog/ssh-tunnel-and-postfix.md: Moving article to the category admin.David Runge2015-08-081-1/+1
|
* content/blog/chaos-communication-camp-2015.rst: Adding an entry about the ↵David Runge2015-08-081-0/+55
| | | | soon starting chaos communication camp 2015.
* content/blog/hardware-section.rst: Adding a summary.David Runge2015-08-081-1/+2
|
* content/blog/hardware-section.rst: Adding article introducing the new ↵David Runge2015-08-081-0/+27
| | | | hardware section.
* content/pages/hardware: Adding hardware main page and subpage for modular ↵David Runge2015-08-082-0/+648
| | | | suitcase.
* content/images/: Adding all new images (related to hardware page).David Runge2015-08-0839-0/+4594
|
* sleepmap-theme/templates/base.html: Adding sleepmap.de icon to the header of ↵David Runge2015-08-081-0/+1
| | | | each HTML file.
* content/icons/sleepmap.ico: Adding sleepmap.de iconDavid Runge2015-08-081-0/+0
|
* sleepmap-theme/static/css/main.css: Adding proper figure legend display ↵David Runge2015-08-081-4/+11
| | | | (disabling left/right margin for tables). Making all abbr elements italic.
* content/pages/music/*: Making all links open in new tab. Adding links for ↵David Runge2015-08-046-28/+29
| | | | venues. Adding information for Respect The Device.
* content/pages/music/deviser.md: Making all links open in new tab. Removing ↵David Runge2015-08-041-13/+12
| | | | additional header.
* content/pages/installations/{random241,thesoundofpeople}.md: Making all ↵David Runge2015-08-042-10/+10
| | | | links open in new tab.
* content/pages/music/1deviser.md: Moving to deviser.mdDavid Runge2015-08-041-0/+0
|
* pelicanconf.py: Alphabetically sorting all links. Adding links for CCC and ↵David Runge2015-08-041-5/+7
| | | | c-base.
* content/pages/software/{crypted-backups.md,rts.md,uenv.md}: making all links ↵David Runge2015-08-043-12/+12
| | | | open in new tab.
* content/pages/software.md: Adding link for Arch Linux and AUR packages.David Runge2015-08-041-1/+3
|
* content/pages/about.md: Fixing name of the public key link.David Runge2015-08-041-1/+1
|
* sleepmap-theme/templates/base.html: Removing the encapsulating widget divs ↵David Runge2015-08-041-32/+26
| | | | for categories, links and social.
* sleepmap-theme/static/images/icons/discogs.png: Adding discogs icon.David Runge2015-08-041-0/+0
|
* sleepmap-theme/static/css/main.css: Lowering the padding used for the ↵David Runge2015-08-041-2/+7
| | | | sidemenu nav. Adding a top margin for each li in the #posts-lists (on index page). Unifying .hentry class' padding to 20px. Adding icon for discogs links.
* pelicanconf.py: Adding Discogs to SOCIAL links.David Runge2015-08-041-0/+1
|
* pelicanconf.py: Cleaning up MENUITEMS. Adding SITESUBTITLE. Adding Flattr ↵David Runge2015-08-041-4/+4
| | | | link to SOCIAL. Cleaning up STATIC_PATHS.
* sleepmap-theme/templates/base.html: Moving SITESUBTITLE outside of link. ↵David Runge2015-08-041-10/+16
| | | | Removing unneeded category collection. Make external links open in new tab. Add information about sidemenu closing tag.
* content/cert/dave@sleepmap.de.asc: Adding PGP public key as downloadable file.David Runge2015-08-041-0/+234
|
* sleepmap-theme/static/images/icons/flattr.png: Adding rudimentary flattr ↵David Runge2015-08-041-0/+0
| | | | icon for social links.
* sleepmap-theme/static/css/main.css: Adding icon for flattr link. Making ↵David Runge2015-08-041-2/+6
| | | | blogroll overflow hidden. Fixing visibility and position of SITESUBTITLE.
* content/pages/contact.md: Removing separate contact page (merged into About.md)David Runge2015-08-041-6/+0
|
* content/pages/about.md: Adding downloadable PGP Public Key for mail address. ↵David Runge2015-08-041-1/+6
| | | | Adding contact channels (merged from Contact.md).
* sleepmap-theme/templates/base.html: Adding menu entries for software and ↵David Runge2015-08-031-1/+1
| | | | hardware. Removing menu entry for projects.
* content/pages/projects: Moving projects to software.David Runge2015-08-034-1/+1
|
* sleepmap-theme/static/css/main.css: Major cleanup. Removing footer and old ↵David Runge2015-08-031-489/+254
| | | | sidebar. Correcting stupid indent.
* sleepmap-theme/static/images/header.jpg: Adding static header pictureDavid Runge2015-08-031-0/+0
|
* sleepmap-theme/static/css/main.css: Major overhaul (pre-cleanup) of element ↵David Runge2015-08-031-89/+142
| | | | placement. Now featuring a complete (lefthanded) sidebar and a minimal header with an image. 2nd order hover menus have been deprecated in favor of inline lists (can also be properly displayed on mobile devices).
* sleepmap-theme/templates/index.html: Adding hentry class to featured article ↵David Runge2015-08-031-11/+15
| | | | element inside the aside element (to further streamline the design). Adding taglist to all article headers. Moving article_infos inclusion after the article content.
* sleepmap-theme/templates/page.html: Encapsulating page content in main ↵David Runge2015-08-031-3/+3
| | | | element with class hentry (to further streamline design). Removing pdf processing stuff.
* sleepmap-theme/templates/taglist.html: Removing pdf processing stuffDavid Runge2015-08-031-1/+0
|
* sleepmap-theme/templates/base.html: Removing footer. Moving sidebar widgets ↵David Runge2015-08-031-55/+37
| | | | to the header (attached id is now called sidemenu). Adding h2 element for the menu in sidemenu. Moving site title to separate header with id banner attached to it.
* sleepmap-theme/templates/article_infos.html: Removing tags (now in article ↵David Runge2015-08-031-4/+5
| | | | header). Adding date, author and category in one line below the article.
* sleepmap-theme/templates/article.html: Moving include of post-info to ↵David Runge2015-08-031-2/+2
| | | | correct position (outside of entry-content div). Adding hentry class to article to streamline the design further.
* pelicanconf.py: Adding additional link to Tibetmoto. Removing Blog hardlink ↵David Runge2015-08-031-1/+2
| | | | from MENUITEMS.
* about.md: Removing phone.David Runge2015-04-302-5/+1
|
* content/downloads/en_*: Removing static downloads. Use da cloud, fool.David Runge2015-04-032-0/+0
|
* content/blog/linux-audio-conference-2015.md: Adding article about Linux ↵David Runge2015-04-031-0/+33
| | | | Audio Conference 2015