├── _layouts ├── simple.html ├── plain.html ├── page.html ├── index-pages-1.html ├── index-all-2.html ├── index-posts-1.html ├── index-posts-8.html ├── index-posts-7.html ├── index-posts-2.html ├── index-all-1.html ├── index-posts-3.html ├── post-columns.html ├── index-posts-4.html ├── default-small.html ├── configurator.html ├── post.html ├── index-all-3.html ├── index-posts-5.html └── default-validation.html ├── area └── work │ └── index.html ├── .temp ├── box004 │ ├── index │ │ ├── cat-full.html │ │ ├── cat-mid.html │ │ ├── cat-short.html │ │ ├── date-full.html │ │ ├── date-mid.html │ │ ├── tags-full.html │ │ ├── tags-mid.html │ │ ├── date-full-sep.html │ │ ├── date-mid-sep.html │ │ ├── date-short-sep.html │ │ ├── date-short.html │ │ └── tags-short.html │ ├── index.html │ ├── _posts │ │ ├── 2013-01-02-box4-post4.md │ │ ├── 2013-01-01-box4-post3.md │ │ ├── 2012-01-01-box4-post2.md │ │ └── 2011-01-01-box4-post1.md │ └── atom.xml ├── _experimental-layouts │ ├── simple.html │ ├── page.html │ ├── index-pages-1.html │ ├── index-all-2.html │ ├── index-posts-1.html │ ├── index-posts-8.html │ ├── index-posts-7.html │ ├── index-posts-2.html │ ├── index-all-1.html │ ├── index-posts-3.html │ ├── post-columns.html │ ├── index-posts-4.html │ ├── default-small.html │ ├── configurator.html │ ├── post.html │ ├── index-all-3.html │ ├── index-posts-5.html │ └── default-validation.html ├── favicon-alt.ico ├── index.html ├── box002 │ ├── index.html │ ├── _posts │ │ ├── 2008-01-01-box2-post1.md │ │ ├── 2009-01-01-box2-post2.md │ │ ├── 2010-01-01-box2-post3.md │ │ ├── 2011-01-01-box2-post4.md │ │ ├── 2012-01-01-box2-post5.md │ │ └── 2013-01-01-box2-post6.md │ └── atom.xml ├── box003 │ ├── index.html │ ├── _posts │ │ ├── 2012-01-01-box3-post1.md │ │ ├── 2012-01-02-box3-post2.md │ │ ├── 2012-01-03-box3-post3.md │ │ ├── 2012-01-04-box3-post4.md │ │ ├── 2013-01-01-box3-post5.md │ │ ├── 2013-01-02-box3-post6.md │ │ ├── 2013-01-04-box3-post8.md │ │ └── 2013-01-03-box3-post7.md │ └── atom.xml ├── box005 │ ├── index.html │ ├── _posts │ │ ├── 2012-01-01-box2-post.md │ │ └── 2013-01-01-box2-post.md │ └── atom.xml ├── box001 │ ├── _posts │ │ ├── 2012-02-01-box1-post2.md │ │ ├── 2012-03-01-box1-post3.md │ │ ├── 2012-04-01-box1-post4.md │ │ ├── 2012-05-01-box1-post5.md │ │ └── 2012-06-01-box1-post6.md │ ├── index.html │ └── atom.xml ├── chronic.html ├── _experimental-includes │ ├── root-index │ │ ├── box001.md │ │ ├── box002.md │ │ ├── box003.md │ │ ├── box004.md │ │ └── box005.md │ ├── comments.md │ ├── decobar.md │ └── sidebarleft.md ├── CHANGELOG.md ├── sidebarleft-v1.md ├── post.html ├── box001-varios-page-parsing.md ├── index-v01.html ├── sidebarleft-version4-singlelinks.md ├── index-v02.html ├── sidebars-topbar-bottombar.md ├── index-v03.html └── default-old.css ├── board ├── onefourboard │ └── index.html └── scrumboard │ └── index.html ├── box ├── fourbox │ ├── index │ │ ├── cat-full.html │ │ ├── cat-mid.html │ │ ├── cat-short.html │ │ ├── date-full.html │ │ ├── date-mid.html │ │ ├── date-short.html │ │ ├── tags-full.html │ │ ├── tags-mid.html │ │ ├── tags-short.html │ │ ├── date-full-sep.html │ │ ├── date-mid-sep.html │ │ └── date-short-sep.html │ ├── index.html │ ├── _posts │ │ ├── 2013-01-02-box4-post4.md │ │ ├── 2013-01-01-box4-post3.md │ │ ├── 2012-01-01-box4-post2.md │ │ └── 2011-01-01-box4-post1.md │ └── atom.xml ├── fivebox │ ├── index.html │ ├── _posts │ │ ├── 2012-01-01-box2-post.md │ │ └── 2013-01-01-box2-post.md │ └── atom.xml ├── twobox │ ├── index.html │ ├── _posts │ │ ├── 2008-01-01-box2-post1.md │ │ ├── 2010-01-01-box2-post3.md │ │ ├── 2012-01-01-box2-post5.md │ │ ├── 2013-01-01-box2-post6.md │ │ ├── 2009-01-01-box2-post2.md │ │ └── 2011-01-01-box2-post4.md │ └── atom.xml ├── threebox │ ├── index.html │ ├── _posts │ │ ├── 2012-01-01-box3-post1.md │ │ ├── 2012-01-02-box3-post2.md │ │ ├── 2012-01-03-box3-post3.md │ │ ├── 2012-01-04-box3-post4.md │ │ ├── 2013-01-01-box3-post5.md │ │ ├── 2013-01-02-box3-post6.md │ │ ├── 2013-01-04-box3-post8.md │ │ └── 2013-01-03-box3-post7.md │ └── atom.xml ├── wikibox │ ├── 2013-04-02-wikibox-sample-card │ │ └── Wikipedia.pdf │ ├── _posts │ │ ├── 2013-04-18-wikibox-inbox.md │ │ ├── 2013-04-18-wikibox-jobs.md │ │ ├── 2013-04-21-wikibox-command-reference.md │ │ ├── 2013-04-09-wikibox-layout-hacks.md │ │ ├── 2013-04-16-wikibox-presentations.md │ │ ├── 2013-04-08-wikibox-theme-dev.md │ │ ├── 2013-04-15-wikibox-scenarios-use-cases.md │ │ ├── 2013-05-07-wikibox-handout.md │ │ ├── 2013-04-20-wikibox-mobile-apps.md │ │ └── 2013-04-17-wikibox-cheatsheets.md │ └── index.html └── onebox │ ├── _posts │ ├── 2012-03-01-box1-post3.md │ ├── 2012-04-01-box1-post4.md │ ├── 2012-05-01-box1-post5.md │ └── 2012-06-01-box1-post6.md │ ├── index.html │ └── atom.xml ├── _themes ├── github │ └── README.md ├── things │ └── README.md ├── appledeveloper │ └── README.md ├── scientificthesis │ └── README.md ├── ioslinen │ ├── _ioslinen.jpg │ ├── assets │ │ └── img │ │ │ └── bgioslinen.png │ └── README.md ├── foldingtext │ ├── _foldingtext.jpg │ ├── README.md │ └── index.html ├── paintpucket │ ├── _paintbucket.jpg │ ├── _paintbucket-favicon.png │ ├── _paintbucket-mobile.jpg │ └── README.md └── sublimetext │ ├── _sublimetext.jpg │ ├── README.md │ └── assets │ └── txt │ └── decobar.md ├── assets ├── css │ ├── foldingtext-cheatsheets.css │ ├── default.css │ └── foldingtext.css ├── icon │ ├── app.icns │ ├── logo.png │ ├── logo16.png │ ├── logo32.png │ ├── logo48.png │ ├── logo60.png │ ├── favicon.png │ ├── program.ico │ └── faviconalt.png ├── img │ └── bgioslinen.png ├── highlight │ └── styles │ │ ├── pojoaque.jpg │ │ ├── school_book.png │ │ ├── brown_papersq.png │ │ ├── ascetic.css │ │ ├── tomorrow.css │ │ ├── solarized_dark.css │ │ ├── solarized_light.css │ │ ├── tomorrow-night-bright.css │ │ ├── tomorrow-night-eighties.css │ │ ├── tomorrow-night.css │ │ ├── tomorrow-night-blue.css │ │ ├── vs.css │ │ ├── ir_black.css │ │ ├── pojoaque.css │ │ ├── dark.css │ │ ├── rainbow.css │ │ ├── brown_paper.css │ │ ├── github.css │ │ ├── idea.css │ │ ├── far.css │ │ ├── monokai.css │ │ ├── zenburn.css │ │ ├── magula.css │ │ ├── school_book.css │ │ ├── googlecode.css │ │ ├── default.css │ │ ├── sunburst.css │ │ ├── xcode.css │ │ └── arta.css └── txt │ └── decobar.md ├── _plugins └── README.md ├── .info ├── tag-added.png ├── tag-fixed.png ├── tag-improved.png ├── tag-added-org.png ├── tag-fixed-org.png ├── tag-improved-org.png ├── snapshot-version-a01.jpg ├── snapshot-version-a02.jpg ├── snapshot-version-a03-paintbucket.jpg └── snapshot-version-a03-sublimetext.jpg ├── .gitignore ├── Rakefile ├── JEKYLL-WIKIBOX.sublime-project ├── stack └── allposts │ └── index.html ├── _includes ├── count │ └── box001.md ├── root-index │ ├── box001.md │ ├── box002.md │ ├── box003.md │ ├── box004.md │ └── box005.md ├── comments.md ├── sidebarleft.md └── decobar.md ├── index.md └── CHANGELOG.md /_layouts/simple.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /area/work/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/cat-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/cat-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/cat-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/tags-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/tags-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/onefourboard/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/cat-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/cat-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/cat-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/tags-full.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/tags-mid.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/tags-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-full-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-mid-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-short-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/date-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/box004/index/tags-short.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_themes/github/README.md: -------------------------------------------------------------------------------- 1 | themes folder -------------------------------------------------------------------------------- /_themes/things/README.md: -------------------------------------------------------------------------------- 1 | themes folder -------------------------------------------------------------------------------- /assets/css/foldingtext-cheatsheets.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-full-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-mid-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /box/fourbox/index/date-short-sep.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/simple.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_themes/appledeveloper/README.md: -------------------------------------------------------------------------------- 1 | themes folder -------------------------------------------------------------------------------- /_themes/scientificthesis/README.md: -------------------------------------------------------------------------------- 1 | themes folder -------------------------------------------------------------------------------- /_plugins/README.md: -------------------------------------------------------------------------------- 1 | folder for plugins: 2 | 3 | - read taskpaper files 4 | - etc. 5 | -------------------------------------------------------------------------------- /.info/tag-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-added.png -------------------------------------------------------------------------------- /.info/tag-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-fixed.png -------------------------------------------------------------------------------- /.info/tag-improved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-improved.png -------------------------------------------------------------------------------- /.temp/favicon-alt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.temp/favicon-alt.ico -------------------------------------------------------------------------------- /assets/icon/app.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/app.icns -------------------------------------------------------------------------------- /assets/icon/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/logo.png -------------------------------------------------------------------------------- /assets/icon/logo16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/logo16.png -------------------------------------------------------------------------------- /assets/icon/logo32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/logo32.png -------------------------------------------------------------------------------- /assets/icon/logo48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/logo48.png -------------------------------------------------------------------------------- /assets/icon/logo60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/logo60.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # project 2 | _site/ 3 | 4 | # editor 5 | *.sublime-workspace 6 | 7 | # mac osx 8 | .DS_Store -------------------------------------------------------------------------------- /.info/tag-added-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-added-org.png -------------------------------------------------------------------------------- /.info/tag-fixed-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-fixed-org.png -------------------------------------------------------------------------------- /assets/icon/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/favicon.png -------------------------------------------------------------------------------- /assets/icon/program.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/program.ico -------------------------------------------------------------------------------- /.info/tag-improved-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/tag-improved-org.png -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- 1 | 2 | # before jekyll is run 3 | 4 | ## convert .scss or .sass to css 5 | ## convert .html.yaml to .html -------------------------------------------------------------------------------- /assets/icon/faviconalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/icon/faviconalt.png -------------------------------------------------------------------------------- /assets/img/bgioslinen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/img/bgioslinen.png -------------------------------------------------------------------------------- /.info/snapshot-version-a01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/snapshot-version-a01.jpg -------------------------------------------------------------------------------- /.info/snapshot-version-a02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/snapshot-version-a02.jpg -------------------------------------------------------------------------------- /JEKYLL-WIKIBOX.sublime-project: -------------------------------------------------------------------------------- 1 | { 2 | "folders": 3 | [ 4 | { 5 | "path": "../jekyll-wikibox" 6 | } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /_themes/ioslinen/_ioslinen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/ioslinen/_ioslinen.jpg -------------------------------------------------------------------------------- /.temp/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-all-1 3 | title: Home 4 | type: index navigation 5 | navtitle: Home 6 | navpos: 0 7 | --- -------------------------------------------------------------------------------- /_themes/foldingtext/_foldingtext.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/foldingtext/_foldingtext.jpg -------------------------------------------------------------------------------- /_themes/paintpucket/_paintbucket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/paintpucket/_paintbucket.jpg -------------------------------------------------------------------------------- /_themes/sublimetext/_sublimetext.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/sublimetext/_sublimetext.jpg -------------------------------------------------------------------------------- /assets/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /assets/highlight/styles/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/highlight/styles/school_book.png -------------------------------------------------------------------------------- /board/scrumboard/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-all-1 3 | title: Home 4 | type: index navigation 5 | navtitle: Home 6 | navpos: 0 7 | --- -------------------------------------------------------------------------------- /stack/allposts/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-all-2 3 | title: Posts 4 | type: index navigation 5 | navtitle: Posts 6 | navpos: 6 7 | --- -------------------------------------------------------------------------------- /.info/snapshot-version-a03-paintbucket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/snapshot-version-a03-paintbucket.jpg -------------------------------------------------------------------------------- /.info/snapshot-version-a03-sublimetext.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/.info/snapshot-version-a03-sublimetext.jpg -------------------------------------------------------------------------------- /_themes/ioslinen/assets/img/bgioslinen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/ioslinen/assets/img/bgioslinen.png -------------------------------------------------------------------------------- /assets/highlight/styles/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/assets/highlight/styles/brown_papersq.png -------------------------------------------------------------------------------- /_themes/paintpucket/_paintbucket-favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/paintpucket/_paintbucket-favicon.png -------------------------------------------------------------------------------- /_themes/paintpucket/_paintbucket-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/_themes/paintpucket/_paintbucket-mobile.jpg -------------------------------------------------------------------------------- /box/fivebox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-5 3 | title: Box 5 4 | type: index navigation 5 | navtitle: Box 5 6 | navpos: 5 7 | --- 8 | box005 -------------------------------------------------------------------------------- /box/fourbox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-4 3 | title: Box 4 4 | type: index navigation 5 | navtitle: Box 4 6 | navpos: 4 7 | --- 8 | box004 -------------------------------------------------------------------------------- /box/twobox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-2 3 | title: Box 2 4 | type: index navigation 5 | navtitle: Box 2 6 | navpos: 2 7 | --- 8 | box002 -------------------------------------------------------------------------------- /.temp/box002/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-2 3 | title: Box 2 4 | type: index navigation 5 | navtitle: Box 2 6 | navpos: 2 7 | --- 8 | box002 -------------------------------------------------------------------------------- /.temp/box003/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-3 3 | title: Box 3 4 | type: index navigation 5 | navtitle: Box 3 6 | navpos: 3 7 | --- 8 | box003 -------------------------------------------------------------------------------- /.temp/box004/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-4 3 | title: Box 4 4 | type: index navigation 5 | navtitle: Box 4 6 | navpos: 4 7 | --- 8 | box004 -------------------------------------------------------------------------------- /.temp/box005/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-5 3 | title: Box 5 4 | type: index navigation 5 | navtitle: Box 5 6 | navpos: 5 7 | --- 8 | box005 -------------------------------------------------------------------------------- /box/threebox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-3 3 | title: Box 3 4 | type: index navigation 5 | navtitle: Box 3 6 | navpos: 3 7 | --- 8 | box003 -------------------------------------------------------------------------------- /box/wikibox/2013-04-02-wikibox-sample-card/Wikipedia.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataduke/jekyll-wikibox/HEAD/box/wikibox/2013-04-02-wikibox-sample-card/Wikipedia.pdf -------------------------------------------------------------------------------- /_layouts/plain.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 | 7 |
8 | 9 | {{ content }} 10 | 11 |
-------------------------------------------------------------------------------- /_includes/count/box001.md: -------------------------------------------------------------------------------- 1 | {% for post in site.posts %} 2 | {% capture b %}{{ post.box }}{% endcapture %} 3 | {% if b == "box001" %}{% capture post_count %} {{ post_count | plus: 1 }} {% endcapture %} 4 | {% endif %} 5 | {% endfor %} -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A simple page. 5 | --- 6 |
7 | {{ content }} 8 |
9 | {% if page.comments %} 10 | {% include comments.md %} 11 | {% endif %} -------------------------------------------------------------------------------- /.temp/box003/_posts/2012-01-01-box3-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat001 5 | title: 'First Post in Box 3' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2012-01-02-box3-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat002 5 | title: 'Second Post in Box 3' 6 | date: 2012-01-02 01:01 7 | --- 8 | ###This is the second post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2012-01-03-box3-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat003 5 | title: 'Third Post in Box 3' 6 | date: 2012-01-03 01:01 7 | --- 8 | ###This is the third post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2012-01-04-box3-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat004 5 | title: 'Fourth Post in Box 3' 6 | date: 2012-01-04 01:01 7 | --- 8 | ###This is the fourth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2013-01-01-box3-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat005 5 | title: 'Fifth Post in Box 3' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the fifth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2013-01-02-box3-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat006 5 | title: 'Sixth Post in Box 3' 6 | date: 2013-01-02 01:01 7 | --- 8 | ###This is the sixth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2013-01-04-box3-post8.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat008 5 | title: 'Eigth Post in Box 3' 6 | date: 2013-01-04 01:01 7 | --- 8 | ###This is the eigth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box004/_posts/2013-01-02-box4-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat004 5 | title: 'Fourth Post in Box 4' 6 | date: 2013-01-02 00:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/fourbox/_posts/2013-01-02-box4-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat004 5 | title: 'Fourth Post in Box 4' 6 | date: 2013-01-02 00:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2012-01-01-box3-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat001 5 | title: 'First Post in Box 3' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2012-01-02-box3-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat002 5 | title: 'Second Post in Box 3' 6 | date: 2012-01-02 01:01 7 | --- 8 | ###This is the second post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2012-01-03-box3-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat003 5 | title: 'Third Post in Box 3' 6 | date: 2012-01-03 01:01 7 | --- 8 | ###This is the third post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2012-01-04-box3-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat004 5 | title: 'Fourth Post in Box 3' 6 | date: 2012-01-04 01:01 7 | --- 8 | ###This is the fourth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2013-01-01-box3-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat005 5 | title: 'Fifth Post in Box 3' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the fifth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2013-01-02-box3-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat006 5 | title: 'Sixth Post in Box 3' 6 | date: 2013-01-02 01:01 7 | --- 8 | ###This is the sixth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2013-01-04-box3-post8.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat008 5 | title: 'Eigth Post in Box 3' 6 | date: 2013-01-04 01:01 7 | --- 8 | ###This is the eigth post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/box003/_posts/2013-01-03-box3-post7.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat007 5 | title: 'Seventh Post in Box 3' 6 | date: 2013-01-03 01:01 7 | --- 8 | ###This is the seventh post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /box/threebox/_posts/2013-01-03-box3-post7.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box003 4 | category: cat007 5 | title: 'Seventh Post in Box 3' 6 | date: 2013-01-03 01:01 7 | --- 8 | ###This is the seventh post on this box### 9 | 10 | Hello world. -------------------------------------------------------------------------------- /.temp/_experimental-layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A simple page. 5 | --- 6 |
7 | {{ content }} 8 |
9 | {% if page.comments %} 10 | {% include comments.md %} 11 | {% endif %} -------------------------------------------------------------------------------- /.temp/box005/_posts/2012-01-01-box2-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box005 4 | category: cat001 5 | title: 'First post in Box 5' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/fivebox/_posts/2012-01-01-box2-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box005 4 | category: cat001 5 | title: 'First post in Box 5' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2008-01-01-box2-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat001 5 | title: 'First Post in Box 2' 6 | date: 2008-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2010-01-01-box2-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat003 5 | title: 'Third Post in Box 2' 6 | date: 2010-01-01 01:01 7 | --- 8 | ###This is the third post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2012-01-01-box2-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat005 5 | title: 'Fifth Post in Box 2' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the fifth post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2013-01-01-box2-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat006 5 | title: 'Sixth Post in Box 2' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the sixth post on this blox### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box001/_posts/2012-02-01-box1-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat002 5 | title: 'Second Post in Box 1' 6 | date: 2012-02-01 21:35 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box001/_posts/2012-03-01-box1-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat003 5 | title: 'Third Post in Box 1' 6 | date: 2012-03-01 21:35 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box001/_posts/2012-04-01-box1-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat004 5 | title: 'Fourth Post in Box 1' 6 | date: 2012-04-01 21:35 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box001/_posts/2012-05-01-box1-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat005 5 | title: 'Fifth Post in Box 1' 6 | date: 2012-05-01 21:35 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box001/_posts/2012-06-01-box1-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat006 5 | title: 'Sixth Post in Box 1' 6 | date: 2012-06-01 21:35 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2008-01-01-box2-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat001 5 | title: 'First Post in Box 2' 6 | date: 2008-01-01 01:01 7 | --- 8 | ###This is the first post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2009-01-01-box2-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat002 5 | title: 'Second Post in Box 2' 6 | date: 2009-01-01 01:01 7 | --- 8 | ###This is the second post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2010-01-01-box2-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat003 5 | title: 'Third Post in Box 2' 6 | date: 2010-01-01 01:01 7 | --- 8 | ###This is the third post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2011-01-01-box2-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat004 5 | title: 'Fourth Post in Box 2' 6 | date: 2011-01-01 01:01 7 | --- 8 | ###This is the fourth post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2012-01-01-box2-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat005 5 | title: 'Fifth Post in Box 2' 6 | date: 2012-01-01 01:01 7 | --- 8 | ###This is the fifth post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box002/_posts/2013-01-01-box2-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat006 5 | title: 'Sixth Post in Box 2' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the sixth post on this blox### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box005/_posts/2013-01-01-box2-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box005 4 | category: cat002 5 | title: 'Second post in Box 5' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the first post on this blox### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/fivebox/_posts/2013-01-01-box2-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box005 4 | category: cat002 5 | title: 'Second post in Box 5' 6 | date: 2013-01-01 01:01 7 | --- 8 | ###This is the first post on this blox### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2009-01-01-box2-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat002 5 | title: 'Second Post in Box 2' 6 | date: 2009-01-01 01:01 7 | --- 8 | ###This is the second post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /box/twobox/_posts/2011-01-01-box2-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box002 4 | category: cat004 5 | title: 'Fourth Post in Box 2' 6 | date: 2011-01-01 01:01 7 | --- 8 | ###This is the fourth post on this box### 9 | 10 | Hello world. 11 | 12 | 13 | -------------------------------------------------------------------------------- /.temp/box004/_posts/2013-01-01-box4-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat003 5 | title: 'Third Post in Box 4' 6 | date: 2013-01-01 00:01 7 | tags: one two three 8 | --- 9 | ###This is the first post on this box### 10 | 11 | Hello world. -------------------------------------------------------------------------------- /box/fourbox/_posts/2013-01-01-box4-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat003 5 | title: 'Third Post in Box 4' 6 | date: 2013-01-01 00:01 7 | tags: one two three 8 | --- 9 | ###This is the first post on this box### 10 | 11 | Hello world. -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-18-wikibox-inbox.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Universal Inbox 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | 9 | 10 | # Universal Inbox 11 | 12 | Inbox 13 | TasksInox.md 14 | NotesInbox.md 15 | File.pdf 16 | File.xls -------------------------------------------------------------------------------- /.temp/box004/_posts/2012-01-01-box4-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat002 5 | title: 'Second Post in Box 4' 6 | date: 2012-01-01 7 | tags: 8 | - one 9 | - two 10 | - three 11 | --- 12 | ###This is the first post on this box### 13 | 14 | Hello world. 15 | 16 | 17 | -------------------------------------------------------------------------------- /box/fourbox/_posts/2012-01-01-box4-post2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box004 4 | category: cat002 5 | title: 'Second Post in Box 4' 6 | date: 2012-01-01 7 | tags: 8 | - one 9 | - two 10 | - three 11 | --- 12 | ###This is the first post on this box### 13 | 14 | Hello world. 15 | 16 | 17 | -------------------------------------------------------------------------------- /_themes/ioslinen/README.md: -------------------------------------------------------------------------------- 1 | ## iOS Linen Theme 2 | 3 | ### Installation 4 | 5 | - Copy files to root folder and overwrite. 6 | 7 | ### Ignore these files! 8 | 9 | - `README.md` 10 | - `_ioslinen.jpg` 11 | - Other files that start with `_` (underscore). 12 | 13 | ### Sample Shots 14 | 15 | ![iOS Linen Theme](https://raw.github.com/dataduke/jekyll-wikibox/master/_themes/ioslinen/_ioslinen.jpg) -------------------------------------------------------------------------------- /_layouts/index-pages-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: Lists all pages with type index. 5 | --- 6 |
7 | 8 | 15 | 16 |
-------------------------------------------------------------------------------- /_themes/foldingtext/README.md: -------------------------------------------------------------------------------- 1 | ## Folding Text Theme 2 | 3 | ### Installation 4 | 5 | - Copy files to root folder and overwrite. 6 | 7 | ### Ignore these files! 8 | 9 | - `README.md` 10 | - `_foldingtext.jpg` 11 | - Other files that start with `_` (underscore). 12 | 13 | ### Sample Shots 14 | 15 | ![Folding Text Theme](https://github.com/dataduke/jekyll-wikibox/raw/master/_themes/foldingtext/_foldingtext.jpg) -------------------------------------------------------------------------------- /_themes/sublimetext/README.md: -------------------------------------------------------------------------------- 1 | ## Sublime Text Theme 2 | 3 | ### Installation 4 | 5 | - Copy files to root folder and overwrite. 6 | 7 | ### Ignore these files! 8 | 9 | - `README.md` 10 | - `_sublimetext.jpg` 11 | - Other files that start with `_` (underscore). 12 | 13 | ### Sample Shots 14 | 15 | ![Sublime Text Theme](https://raw.github.com/dataduke/jekyll-wikibox/master/_themes/sublimetext/_sublimetext.jpg) -------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-pages-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: Lists all pages with type index. 5 | --- 6 |
7 | 8 | 15 | 16 |
-------------------------------------------------------------------------------- /_layouts/index-all-2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: An index layout listing all posts by date (Timeline) 5 | --- 6 |
7 | 8 | {% for post in site.posts %} 9 |

10 | 11 | {{ post.title }} 12 |

13 | {% endfor %} 14 |
15 |
-------------------------------------------------------------------------------- /box/onebox/_posts/2012-03-01-box1-post3.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat003 5 | title: 'Third Post in first Box' 6 | date: 2012-03-01 21:35 7 | --- 8 | # Short Post 9 | 10 | Cras vehicula aliquet lacus eget pulvinar. Curabitur molestie, tortor quis pellentesque vehicula, risus sapien blandit libero, et molestie dui magna et sem. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse elementum convallis euismod. Fusce et ante eu urna porta tempor. In rhoncus. -------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-all-2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: An index layout listing all posts by date (Timeline) 5 | --- 6 |
7 | 8 | {% for post in site.posts %} 9 |

10 | 11 | {{ post.title }} 12 |

13 | {% endfor %} 14 |
15 |
-------------------------------------------------------------------------------- /_layouts/index-posts-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | 8 | {% for post in site.posts %} 9 | {% capture b %}{{ post.box }}{% endcapture %} 10 | {% if content contains b %} 11 |

12 | 13 | {{ post.title }} 14 |

15 | {% endif %} 16 | {% endfor %} 17 |
18 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | 8 | {% for post in site.posts %} 9 | {% capture b %}{{ post.box }}{% endcapture %} 10 | {% if content contains b %} 11 |

12 | 13 | {{ post.title }} 14 |

15 | {% endif %} 16 | {% endfor %} 17 |
18 |
-------------------------------------------------------------------------------- /_layouts/index-posts-8.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | {{ content }} 8 | 9 | {% for post in site.posts %} 10 | {% capture tags %}{{ post.tags }}{% endcapture %} 11 | {% if content contains b %} 12 |

13 | 14 | {{ post.title }} 15 |

16 | {% endif %} 17 | {% endfor %} 18 |
19 |
-------------------------------------------------------------------------------- /.temp/chronic.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Blog1 4 | category: blog1 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-8.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | {{ content }} 8 | 9 | {% for post in site.posts %} 10 | {% capture tags %}{{ post.tags }}{% endcapture %} 11 | {% if content contains b %} 12 |

13 | 14 | {{ post.title }} 15 |

16 | {% endif %} 17 | {% endfor %} 18 |
19 |
-------------------------------------------------------------------------------- /.temp/box001/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-7 3 | title: Box 1 4 | type: index navigation 5 | navtitle: Box 1 6 | navpos: 1 7 | --- 8 |
9 | View: 10 | List 11 | 12 | Card 13 | Full 14 | 15 |
16 |
17 | Sort: 18 | Year 19 | Name 20 | Tags 21 |
22 | -------------------------------------------------------------------------------- /box/onebox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-7 3 | title: Box 1 4 | type: index navigation 5 | navtitle: Box 1 6 | navpos: 1 7 | --- 8 |
9 | View: 10 | List 11 | 12 | Card 13 | Full 14 | 15 |
16 |
17 | Sort: 18 | Year 19 | Name 20 | Tags 21 |
22 | -------------------------------------------------------------------------------- /box/wikibox/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index-posts-7 3 | category: box 4 | title: WikiBox 5 | type: index navigation 6 | navtitle: WikiBox 7 | navpos: 0 8 | --- 9 |
10 | View: 11 | List 12 | 13 | Card 14 | Full 15 | 16 |
17 |
18 | Sort: 19 | Year 20 | Name 21 | Tags 22 |
23 | -------------------------------------------------------------------------------- /_layouts/index-posts-7.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | {{ content }} 8 |
9 |
10 | {% for post in site.posts %} 11 | {% capture b %}{{ post.box }}{% endcapture %} 12 | {% if content contains b %} 13 |

14 | 15 | {{ post.title }} {{ post.content | number_of_words }}

16 | {% endif %} 17 | {% endfor %} 18 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-7.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A very simple list layout. 5 | --- 6 |
7 | {{ content }} 8 |
9 |
10 | {% for post in site.posts %} 11 | {% capture b %}{{ post.box }}{% endcapture %} 12 | {% if content contains b %} 13 |

14 | 15 | {{ post.title }} {{ post.content | number_of_words }}

16 | {% endif %} 17 | {% endfor %} 18 |
-------------------------------------------------------------------------------- /_includes/root-index/box001.md: -------------------------------------------------------------------------------- 1 |
Box 1
2 | 3 | -------------------------------------------------------------------------------- /_includes/root-index/box002.md: -------------------------------------------------------------------------------- 1 |
Box 2
2 | 3 | -------------------------------------------------------------------------------- /_includes/root-index/box003.md: -------------------------------------------------------------------------------- 1 |
Box 3
2 | 3 | -------------------------------------------------------------------------------- /_includes/root-index/box004.md: -------------------------------------------------------------------------------- 1 |
Box 4
2 | 3 | -------------------------------------------------------------------------------- /_includes/root-index/box005.md: -------------------------------------------------------------------------------- 1 |
Box 5
2 | 3 | -------------------------------------------------------------------------------- /_themes/paintpucket/README.md: -------------------------------------------------------------------------------- 1 | ## Paint Bucket Theme 2 | 3 | ### Installation 4 | 5 | - Copy files to root folder and overwrite. 6 | 7 | ### Ignore these files! 8 | 9 | - `README.md` 10 | - `_paintbucket.jpg` 11 | - Other files that start with `_` (underscore). 12 | 13 | ### Sample Shots 14 | 15 | Paint Bucket Favicon 16 | 17 | ![Paint Bucket Favicon](https://raw.github.com/dataduke/jekyll-wikibox/master/_themes/paintpucket/_paintbucket-favicon.png) 18 | 19 | Paint Bucket Desktop 20 | 21 | ![Paint Bucket Desktop](https://github.com/dataduke/jekyll-wikibox/raw/master/_themes/paintpucket/_paintbucket.jpg) 22 | 23 | Paint Bucket Mobile 24 | 25 | ![Paint Bucket Mobile](https://github.com/dataduke/jekyll-wikibox/raw/master/_themes/paintpucket/_paintbucket-mobile.jpg) 26 | -------------------------------------------------------------------------------- /.temp/_experimental-includes/root-index/box001.md: -------------------------------------------------------------------------------- 1 |
Box 1
2 | 3 | -------------------------------------------------------------------------------- /.temp/_experimental-includes/root-index/box002.md: -------------------------------------------------------------------------------- 1 |
Box 2
2 | 3 | -------------------------------------------------------------------------------- /.temp/_experimental-includes/root-index/box003.md: -------------------------------------------------------------------------------- 1 |
Box 3
2 | 3 | -------------------------------------------------------------------------------- /.temp/_experimental-includes/root-index/box004.md: -------------------------------------------------------------------------------- 1 |
Box 4
2 | 3 | -------------------------------------------------------------------------------- /.temp/_experimental-includes/root-index/box005.md: -------------------------------------------------------------------------------- 1 |
Box 5
2 | 3 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-18-wikibox-jobs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Jobs and Scripts 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | # (Cron) Jobs & Scripts 9 | 10 | A job is a triggered (ruby) script run on all or (finder) selection of cards. It acts on the basis of the frontmatter, especially on tags. 11 | 12 | Scripts can be triggered: 13 | 14 | - by time: automatically every night (cron jobs) 15 | - by action: file movement (hazel) 16 | - manually: execution via launcher (alfred) or via command bar (wikibox mobile app) 17 | 18 | # Available Scripts 19 | 20 | ## Task Management 21 | 22 | - add new task to tasks inbox 23 | - open inbox url 24 | - open inbox with taskpaper 25 | 26 | ## Notes Management 27 | 28 | - add new note to notes inbox 29 | -------------------------------------------------------------------------------- /_layouts/index-posts-2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with year seperation. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% capture y %}{{ post.date | date:"%Y" }}{% endcapture %} 10 | {% if content contains b %} 11 | {% if year != y %} 12 | {% assign year = y %} 13 |
{{ y }}
14 | {% endif %} 15 |
16 | {{ post.title }} 17 |
18 | | {{ post.content | strip_html | truncatewords: 100 }} 19 | {% endif %} 20 | {% endfor %} 21 |
-------------------------------------------------------------------------------- /_layouts/index-all-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default-small 3 | type: layout 4 | description: An index layout with 4 boxes in seperate columns 5 | --- 6 | 7 |
8 |
9 | {% capture b01 %}{% include root-index/box001.md %}{% endcapture %} 10 | {{ b01 | markdownify }} 11 |
12 | 13 |
14 | {% capture b02 %}{% include root-index/box002.md %}{% endcapture %} 15 | {{ b02 | markdownify }} 16 |
17 | 18 |
19 | {% capture b03 %}{% include root-index/box003.md %}{% endcapture %} 20 | {{ b03 | markdownify }} 21 |
22 | 23 |
24 | {% capture b04 %}{% include root-index/box004.md %}{% endcapture %} 25 | {{ b04 | markdownify }} 26 |
27 |
28 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with year seperation. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% capture y %}{{ post.date | date:"%Y" }}{% endcapture %} 10 | {% if content contains b %} 11 | {% if year != y %} 12 | {% assign year = y %} 13 |
{{ y }}
14 | {% endif %} 15 |
16 | {{ post.title }} 17 |
18 | | {{ post.content | strip_html | truncatewords: 100 }} 19 | {% endif %} 20 | {% endfor %} 21 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-all-1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default-small 3 | type: layout 4 | description: An index layout with 4 boxes in seperate columns 5 | --- 6 | 7 |
8 |
9 | {% capture b01 %}{% include root-index/box001.md %}{% endcapture %} 10 | {{ b01 | markdownify }} 11 |
12 | 13 |
14 | {% capture b02 %}{% include root-index/box002.md %}{% endcapture %} 15 | {{ b02 | markdownify }} 16 |
17 | 18 |
19 | {% capture b03 %}{% include root-index/box003.md %}{% endcapture %} 20 | {{ b03 | markdownify }} 21 |
22 | 23 |
24 | {% capture b04 %}{% include root-index/box004.md %}{% endcapture %} 25 | {{ b04 | markdownify }} 26 |
27 |
28 |
-------------------------------------------------------------------------------- /_layouts/index-posts-3.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with year seperation. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% capture y %}{{ post.date | date:"%Y" }}{% endcapture %} 10 | {% if content contains b %} 11 | {% if year != y %} 12 | {% assign year = y %} 13 |
{{ y }}
14 | {% endif %} 15 |
16 | 17 | {{ post.title }} 18 |
19 |
20 | {{ post.content | strip_html | truncatewords: 100 }} 21 |
22 | {% endif %} 23 | {% endfor %} 24 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-3.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with year seperation. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% capture y %}{{ post.date | date:"%Y" }}{% endcapture %} 10 | {% if content contains b %} 11 | {% if year != y %} 12 | {% assign year = y %} 13 |
{{ y }}
14 | {% endif %} 15 |
16 | 17 | {{ post.title }} 18 |
19 |
20 | {{ post.content | strip_html | truncatewords: 100 }} 21 |
22 | {% endif %} 23 | {% endfor %} 24 |
-------------------------------------------------------------------------------- /.temp/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | 23 | 24 | 25 | # jekyll-wiki: Version History 26 | 27 | ### Alpha 02 / 2013-04-03 28 | 29 | IMPROVED Project Structure. 30 | FIXED Project Documentation. 31 | 32 | ### Alpha 01 / 2013-04-02 33 | 34 | ADDED Inital Layout. -------------------------------------------------------------------------------- /_includes/comments.md: -------------------------------------------------------------------------------- 1 |
2 |
3 | 14 | 15 |
-------------------------------------------------------------------------------- /.temp/_experimental-includes/comments.md: -------------------------------------------------------------------------------- 1 |
2 |
3 | 14 | 15 |
-------------------------------------------------------------------------------- /_includes/sidebarleft.md: -------------------------------------------------------------------------------- 1 | ### iOS Linen Theme 2 | 3 | Welcome at this site. Horizontal and vertical scrolling is fun! 4 | 5 | **INSPECT BOX** 6 | 7 | **Box 1** [open](/box001/index.html) [show](#) [toggle](#) 8 | **Box 2** [open](/box002/index.html) [show](#) [toggle](#) 9 | **Box 3** [open](/box003/index.html) [show](#) [toggle](#) 10 | **Box 4** [open](/box004/index.html) [show](#) [toggle](#) 11 | **Box 5** [open](/box005/index.html) [show](#) [toggle](#) 12 | 13 | **CHANGE VIEW** 14 | 15 | TBD [Index List](#) 16 | TBD [Card Stack](#) 17 | TBD [Post Line](#) 18 | 19 | **SORT BY** 20 | 21 | TBD [Date Created](/datecreated.html) 22 | TBD [Date Modified](/datemodified.html) 23 | TBD [Category](/category.html) 24 | TBD [Tags](/tags.html) 25 | TBD [Name](/name.html) 26 | 27 | **CHANGE COLUMN** 28 | 29 | Width [300](#) [400](#) [600](#) [900](#) [1200](#) 30 | 31 | **INFO** 32 | 33 | {{ site.time | date: '%Y' }} dataduke 34 | Version alpha.03 -------------------------------------------------------------------------------- /_includes/decobar.md: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | 03 4 | 04 5 | 05 6 | 06 7 | 07 8 | 08 9 | 09 10 | 10 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 | 18 19 | 19 20 | 20 21 | 21 22 | 22 23 | 23 24 | 24 25 | 25 26 | 26 27 | 27 28 | 28 29 | 29 30 | 30 31 | 31 32 | 32 33 | 33 34 | 34 35 | 35 36 | 36 37 | 37 38 | 38 39 | 39 40 | 40 41 | 41 42 | 42 43 | 43 44 | 44 45 | 45 46 | 46 47 | 47 48 | 48 49 | 49 50 | 50 51 | 51 52 | 52 53 | 53 54 | 54 55 | 55 56 | 56 57 | 57 58 | 58 59 | 59 60 | 60 61 | 61 62 | 62 63 | 63 64 | 64 65 | 65 66 | 66 67 | 67 68 | 68 69 | 69 70 | 70 71 | 71 72 | 72 73 | 73 74 | 74 75 | 75 76 | 76 77 | 77 78 | 78 79 | 79 80 | 80 81 | 81 82 | 82 83 | 83 84 | 84 85 | 85 86 | 86 87 | 87 88 | 88 89 | 89 90 | 90 91 | 91 92 | 92 93 | 93 94 | 94 95 | 95 96 | 96 97 | 97 98 | 98 99 | 99 -------------------------------------------------------------------------------- /assets/txt/decobar.md: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | 03 4 | 04 5 | 05 6 | 06 7 | 07 8 | 08 9 | 09 10 | 10 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 | 18 19 | 19 20 | 20 21 | 21 22 | 22 23 | 23 24 | 24 25 | 25 26 | 26 27 | 27 28 | 28 29 | 29 30 | 30 31 | 31 32 | 32 33 | 33 34 | 34 35 | 35 36 | 36 37 | 37 38 | 38 39 | 39 40 | 40 41 | 41 42 | 42 43 | 43 44 | 44 45 | 45 46 | 46 47 | 47 48 | 48 49 | 49 50 | 50 51 | 51 52 | 52 53 | 53 54 | 54 55 | 55 56 | 56 57 | 57 58 | 58 59 | 59 60 | 60 61 | 61 62 | 62 63 | 63 64 | 64 65 | 65 66 | 66 67 | 67 68 | 68 69 | 69 70 | 70 71 | 71 72 | 72 73 | 73 74 | 74 75 | 75 76 | 76 77 | 77 78 | 78 79 | 79 80 | 80 81 | 81 82 | 82 83 | 83 84 | 84 85 | 85 86 | 86 87 | 87 88 | 88 89 | 89 90 | 90 91 | 91 92 | 92 93 | 93 94 | 94 95 | 95 96 | 96 97 | 97 98 | 98 99 | 99 -------------------------------------------------------------------------------- /.temp/_experimental-includes/decobar.md: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | 03 4 | 04 5 | 05 6 | 06 7 | 07 8 | 08 9 | 09 10 | 10 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 | 18 19 | 19 20 | 20 21 | 21 22 | 22 23 | 23 24 | 24 25 | 25 26 | 26 27 | 27 28 | 28 29 | 29 30 | 30 31 | 31 32 | 32 33 | 33 34 | 34 35 | 35 36 | 36 37 | 37 38 | 38 39 | 39 40 | 40 41 | 41 42 | 42 43 | 43 44 | 44 45 | 45 46 | 46 47 | 47 48 | 48 49 | 49 50 | 50 51 | 51 52 | 52 53 | 53 54 | 54 55 | 55 56 | 56 57 | 57 58 | 58 59 | 59 60 | 60 61 | 61 62 | 62 63 | 63 64 | 64 65 | 65 66 | 66 67 | 67 68 | 68 69 | 69 70 | 70 71 | 71 72 | 72 73 | 73 74 | 74 75 | 75 76 | 76 77 | 77 78 | 78 79 | 79 80 | 80 81 | 81 82 | 82 83 | 83 84 | 84 85 | 85 86 | 86 87 | 87 88 | 88 89 | 89 90 | 90 91 | 91 92 | 92 93 | 93 94 | 94 95 | 95 96 | 96 97 | 97 98 | 98 99 | 99 -------------------------------------------------------------------------------- /.temp/_experimental-includes/sidebarleft.md: -------------------------------------------------------------------------------- 1 | ### iOS Linen Theme 2 | 3 | Welcome at this site. Horizontal and vertical scrolling is fun! 4 | 5 | **INSPECT BOX** 6 | 7 | **Box 1** [open](/box001/index.html) [show](#) [toggle](#) 8 | **Box 2** [open](/box002/index.html) [show](#) [toggle](#) 9 | **Box 3** [open](/box003/index.html) [show](#) [toggle](#) 10 | **Box 4** [open](/box004/index.html) [show](#) [toggle](#) 11 | **Box 5** [open](/box005/index.html) [show](#) [toggle](#) 12 | 13 | **CHANGE VIEW** 14 | 15 | TBD [Index List](#) 16 | TBD [Card Stack](#) 17 | TBD [Post Line](#) 18 | 19 | **SORT BY** 20 | 21 | TBD [Date Created](/datecreated.html) 22 | TBD [Date Modified](/datemodified.html) 23 | TBD [Category](/category.html) 24 | TBD [Tags](/tags.html) 25 | TBD [Name](/name.html) 26 | 27 | **CHANGE COLUMN** 28 | 29 | Width [300](#) [400](#) [600](#) [900](#) [1200](#) 30 | 31 | **INFO** 32 | 33 | {{ site.time | date: '%Y' }} dataduke 34 | Version alpha.03 -------------------------------------------------------------------------------- /_themes/sublimetext/assets/txt/decobar.md: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | 03 4 | 04 5 | 05 6 | 06 7 | 07 8 | 08 9 | 09 10 | 10 11 | 11 12 | 12 13 | 13 14 | 14 15 | 15 16 | 16 17 | 17 18 | 18 19 | 19 20 | 20 21 | 21 22 | 22 23 | 23 24 | 24 25 | 25 26 | 26 27 | 27 28 | 28 29 | 29 30 | 30 31 | 31 32 | 32 33 | 33 34 | 34 35 | 35 36 | 36 37 | 37 38 | 38 39 | 39 40 | 40 41 | 41 42 | 42 43 | 43 44 | 44 45 | 45 46 | 46 47 | 47 48 | 48 49 | 49 50 | 50 51 | 51 52 | 52 53 | 53 54 | 54 55 | 55 56 | 56 57 | 57 58 | 58 59 | 59 60 | 60 61 | 61 62 | 62 63 | 63 64 | 64 65 | 65 66 | 66 67 | 67 68 | 68 69 | 69 70 | 70 71 | 71 72 | 72 73 | 73 74 | 74 75 | 75 76 | 76 77 | 77 78 | 78 79 | 79 80 | 80 81 | 81 82 | 82 83 | 83 84 | 84 85 | 85 86 | 86 87 | 87 88 | 88 89 | 89 90 | 90 91 | 91 92 | 92 93 | 93 94 | 94 95 | 95 96 | 96 97 | 97 98 | 98 99 | 99 -------------------------------------------------------------------------------- /assets/highlight/styles/ascetic.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Original style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: white; color: black; 10 | } 11 | 12 | pre .string, 13 | pre .tag .value, 14 | pre .filter .argument, 15 | pre .addition, 16 | pre .change, 17 | pre .apache .tag, 18 | pre .apache .cbracket, 19 | pre .nginx .built_in, 20 | pre .tex .formula { 21 | color: #888; 22 | } 23 | 24 | pre .comment, 25 | pre .template_comment, 26 | pre .shebang, 27 | pre .doctype, 28 | pre .pi, 29 | pre .javadoc, 30 | pre .deletion, 31 | pre .apache .sqbracket { 32 | color: #CCC; 33 | } 34 | 35 | pre .keyword, 36 | pre .tag .title, 37 | pre .ini .title, 38 | pre .lisp .title, 39 | pre .clojure .title, 40 | pre .http .title, 41 | pre .nginx .title, 42 | pre .css .tag, 43 | pre .winutils, 44 | pre .flow, 45 | pre .apache .tag, 46 | pre .tex .command, 47 | pre .request, 48 | pre .status { 49 | font-weight: bold; 50 | } 51 | -------------------------------------------------------------------------------- /.temp/sidebarleft-v1.md: -------------------------------------------------------------------------------- 1 | 2 | **TOGGLE BOX** 3 | 4 | TBD [BOX 1](/blog1/index.html) 5 | TBD [BOX 2](/blog2/index.html) 6 | TBD [BOX 3](/blog3/index.html) 7 | TBD [BOX 4](/blog4/index.html) 8 | 9 | **INSPECT BOX** 10 | 11 | [BOX 1](/blog1/index.html) 12 | [BOX 2](/blog2/index.html) 13 | [BOX 3](/blog3/index.html) 14 | [BOX 4](/blog4/index.html) 15 | 16 | **CHANGE VIEW ** 17 | 18 | [INDEX LIST](/name.html) 19 | TBD [CARD STACK](/name.html) 20 | TBD [POST LINE](/name.html) 21 | 22 | **SORT BY** 23 | 24 | [Date Created](/datecreated.html) 25 | TBD [Date Modified](/datemodified.html) 26 | TBD [Category](/category.html) 27 | TBD [Tags](/tags.html) 28 | TBD [Name](/name.html) 29 | 30 | **SET COLUMN WIDTH** 31 | 32 | [300 PX](/tags.html) 33 | TBD [600 PX](/name.html) 34 | 35 | **INFO** 36 | 37 | {{ site.time | date: '%Y' }} dataduke 38 | Version alpha.02 39 | 40 | ## Long list Scroll testing 41 | 42 | - a 43 | - a 44 | - a 45 | - a 46 | - a 47 | - a 48 | - a 49 | - a 50 | - a 51 | - a 52 | - a 53 | - x 54 | - y 55 | - z -------------------------------------------------------------------------------- /_layouts/post-columns.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A post with metadata. 5 | --- 6 |
7 |

{{ page.title }}

8 |

9 | Date: {{ page.date | date:"%Y-%m-%d" }}
10 | {% capture tags %}{{ page.tags }}{% endcapture %} 11 | {% if tags == "" %} 12 | Tags: none
13 | {% else %} 14 | {% for tag in page.tags %} 15 | {% if forloop.first %}Tags: {% endif %} 16 | {{ tag }}{% unless forloop.last %}, {% endunless %} 17 | {% if forloop.last %}
{% endif %} 18 | {% endfor %} 19 | {% endif %} 20 | Day : {{ page.date | date:"%A" }}
21 | {% capture time %}{{ page.date | date:"%H:%M" }}{% endcapture %} 22 | {% if time == "00:00" %} 23 | Time: --:--
24 | {% else %} 25 | Time: {{ time }}
26 | {% endif %} 27 | Text: {{ page.content | number_of_words }} words 28 |

29 | 30 |
31 | {{ content }} 32 |
33 | 34 |
35 | 36 | -------------------------------------------------------------------------------- /box/fivebox/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 2 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog2' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /box/fourbox/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 4 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog4' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /box/onebox/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 1 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog1' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /box/twobox/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 2 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog2' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/box001/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 1 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog1' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/box002/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 2 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog2' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/box003/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 3 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog3' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/box004/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 4 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog4' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/box005/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 2 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog2' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /box/threebox/atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 6 | Blog 3 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | http://example.com 11 | 12 | Guillermo Garron 13 | 14 | Copyright (c) 2010-2011 Guillermo Garron 15 | {% for post in site.posts limit:20 %} 16 | {% if post.categories contains 'blog3' %} 17 | 18 | {{ post.title }} 19 | 20 | {{ post.date | date_to_xmlschema }} 21 | http://garron.me{{ post.url }} 22 | {{ post.content | xml_escape }} 23 | 24 | {% endif %} 25 | {% endfor %} 26 | 27 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/post-columns.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A post with metadata. 5 | --- 6 |
7 |

{{ page.title }}

8 |

9 | Date: {{ page.date | date:"%Y-%m-%d" }}
10 | {% capture tags %}{{ page.tags }}{% endcapture %} 11 | {% if tags == "" %} 12 | Tags: none
13 | {% else %} 14 | {% for tag in page.tags %} 15 | {% if forloop.first %}Tags: {% endif %} 16 | {{ tag }}{% unless forloop.last %}, {% endunless %} 17 | {% if forloop.last %}
{% endif %} 18 | {% endfor %} 19 | {% endif %} 20 | Day : {{ page.date | date:"%A" }}
21 | {% capture time %}{{ page.date | date:"%H:%M" }}{% endcapture %} 22 | {% if time == "00:00" %} 23 | Time: --:--
24 | {% else %} 25 | Time: {{ time }}
26 | {% endif %} 27 | Text: {{ page.content | number_of_words }} words 28 |

29 | 30 |
31 | {{ content }} 32 |
33 | 34 |
35 | 36 | -------------------------------------------------------------------------------- /.temp/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A post with metadata. 5 | --- 6 |
7 |

{{ page.title }}

8 |

9 | Date: {{ page.date | date:"%Y-%m-%d" }}
10 | Edit: {{ page.edit | date:"%Y-%m-%d" }}
11 | {% capture tags %}{{ page.tags }}{% endcapture %} 12 | {% if tags == "" %} 13 | Tags: none
14 | {% else %} 15 | {% for tag in page.tags %} 16 | {% if forloop.first %}Tags: {% endif %} 17 | {{ tag }}{% unless forloop.last %}, {% endunless %} 18 | {% if forloop.last %}
{% endif %} 19 | {% endfor %} 20 | {% endif %} 21 | Day : {{ page.date | date:"%A" }}
22 | {% capture time %}{{ page.date | date:"%H:%M" }}{% endcapture %} 23 | {% if time == "00:00" %} 24 | Time: --:--
25 | {% else %} 26 | Time: {{ time }}
27 | {% endif %} 28 | Text: {{ page.content | number_of_words }} words 29 |

30 | 31 |
32 | {{ content }} 33 |
34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-21-wikibox-command-reference.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Command Reference 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | # Command Bar 9 | 10 | The commands can be type into the command bar to interact with wikibox. The command bar is a feature to be available on mobile apps only. On the desktop there are enough cli tools (like grep etc.) and launchers (alfred) that can run scripts or web browser tools (search highlighting etc.)that mimic the following possibilities. 11 | 12 | # Natural Language 13 | 14 | For keeping things as simple as possible all commands use natural language. 15 | You can also assign one or several command alias' to a keep command names short or better recognizable for you. 16 | 17 | Aliases work by a rc configuration file (similar to dotfiles for bash etc.) 18 | 19 | # Complex Usage Examples 20 | 21 | # Actions 22 | 23 | search 24 | : search in all places or specified ones 25 | 26 | filter 27 | : marrow down the shown results 28 | 29 | highlight 30 | : highlights text of view 31 | 32 | run "scriptname" 33 | : runs 34 | 35 | # Creation 36 | 37 | Add new note, task... 38 | -------------------------------------------------------------------------------- /_layouts/index-posts-4.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with a post list with metadata and preview. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% if content contains b %} 10 | {% capture t %}{{ post.date | date:"%H%M" }}{% endcapture %} 11 |
12 |

{{ post.title }}

13 | 26 |
27 | {{ post.content | strip_html | truncatewords: 100 }} 28 |
29 |
30 |
31 | {% endif %} 32 | {% endfor %} 33 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-4.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with a post list with metadata and preview. 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% if content contains b %} 10 | {% capture t %}{{ post.date | date:"%H%M" }}{% endcapture %} 11 |
12 |

{{ post.title }}

13 | 26 |
27 | {{ post.content | strip_html | truncatewords: 100 }} 28 |
29 |
30 |
31 | {% endif %} 32 | {% endfor %} 33 |
-------------------------------------------------------------------------------- /.temp/box001-varios-page-parsing.md: -------------------------------------------------------------------------------- 1 | **[Box 1](/box001/index.html)** 2 | 3 | 20 | 21 | All Pages with YAML and title 22 | 23 | 30 | 31 | All Pages with YAML url only 32 | 33 | -------------------------------------------------------------------------------- /assets/css/default.css: -------------------------------------------------------------------------------- 1 | /* Custom container */ 2 | .container-narrow { 3 | margin: 0 auto; 4 | max-width: 700px; } 5 | 6 | .container-narrow > hr { 7 | margin: 30px 0; } 8 | 9 | .navbar .nav { 10 | float: right; } 11 | 12 | /* posts index */ 13 | .post > h3.title { 14 | position: relative; 15 | padding-top: 10px; } 16 | 17 | .post > h3.title span.date { 18 | position: absolute; 19 | right: 0; 20 | font-size: 0.9em; } 21 | 22 | .post > .more { 23 | margin: 10px 0; 24 | text-align: left; } 25 | 26 | /* post-full*/ 27 | .post-full .date { 28 | margin-bottom: 20px; 29 | font-weight: bold; } 30 | 31 | /* tag_box */ 32 | .tag_box { 33 | list-style: none; 34 | margin: 0; 35 | overflow: hidden; } 36 | 37 | .tag_box li { 38 | line-height: 28px; } 39 | 40 | .tag_box li i { 41 | opacity: 0.9; } 42 | 43 | .tag_box.inline li { 44 | float: left; } 45 | 46 | .tag_box a { 47 | padding: 3px 6px; 48 | margin: 2px; 49 | background: #eee; 50 | color: #555; 51 | border-radius: 3px; 52 | text-decoration: none; 53 | border: 1px dashed #cccccc; } 54 | 55 | .tag_box a span { 56 | vertical-align: super; 57 | font-size: 0.8em; } 58 | 59 | .tag_box a:hover { 60 | background-color: #e5e5e5; } 61 | 62 | .tag_box a.active { 63 | background: #57A957; 64 | border: 1px solid #4c964d; 65 | color: #FFF; } -------------------------------------------------------------------------------- /_layouts/default-small.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | type: layout 4 | description: A small header with tagline and footer. 5 | --- 6 | 7 | 8 | 9 | 10 | 11 | 12 | WikiBox 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 | 29 |
30 | 31 | {{ content }} 32 | 33 | 38 |
39 | 40 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/default-small.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | type: layout 4 | description: A small header with tagline and footer. 5 | --- 6 | 7 | 8 | 9 | 10 | 11 | 12 | WikiBox 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 | 29 |
30 | 31 | {{ content }} 32 | 33 | 38 |
39 | 40 | -------------------------------------------------------------------------------- /_layouts/configurator.html: -------------------------------------------------------------------------------- 1 | --- 2 | laxout: nil 3 | type: configuration 4 | description: forwards request to a layout based by on parameter list ("box000" or "all", "timeline" or "category" or "tags", "short or "medium" or "full". "separator" or "continuous"). Every layout template handles "box000" or "full" and "separator" or "continuous" by itself. In this file the other parameters are run through a decision tree to find the fitting layout file. In the end there will be (3x3x2=) 18 index-files for each box/all boxes. If you have 5 boxes jekyll creates (18x6=) 108 total layouts. 5 | ---- 6 | 7 | {% if content contains "timeline" %} 8 | {% if content contains "short" %} 9 | 10 | {% endif %} 11 | {% if content contains "medium" %} 12 | 13 | {% endif %} 14 | {% if content contains "full" %} 15 | 16 | {% endif %} 17 | {% endif %} 18 | {% if content contains "category" %} 19 | {% if content contains "short" %} 20 | 21 | {% endif %} 22 | {% if content contains "medium" %} 23 | 24 | {% endif %} 25 | {% if content contains "full" %} 26 | 27 | {% endif %} 28 | {% endif %} 29 | {% if content contains "tags" %} 30 | {% if content contains "short" %} 31 | 32 | {% endif %} 33 | {% if content contains "medium" %} 34 | 35 | {% endif %} 36 | {% if content contains "full" %} 37 | 38 | {% endif %} 39 | {% endif %} -------------------------------------------------------------------------------- /.temp/_experimental-layouts/configurator.html: -------------------------------------------------------------------------------- 1 | --- 2 | laxout: nil 3 | type: configuration 4 | description: forwards request to a layout based by on parameter list ("box000" or "all", "timeline" or "category" or "tags", "short or "medium" or "full". "separator" or "continuous"). Every layout template handles "box000" or "full" and "separator" or "continuous" by itself. In this file the other parameters are run through a decision tree to find the fitting layout file. In the end there will be (3x3x2=) 18 index-files for each box/all boxes. If you have 5 boxes jekyll creates (18x6=) 108 total layouts. 5 | ---- 6 | 7 | {% if content contains "timeline" %} 8 | {% if content contains "short" %} 9 | 10 | {% endif %} 11 | {% if content contains "medium" %} 12 | 13 | {% endif %} 14 | {% if content contains "full" %} 15 | 16 | {% endif %} 17 | {% endif %} 18 | {% if content contains "category" %} 19 | {% if content contains "short" %} 20 | 21 | {% endif %} 22 | {% if content contains "medium" %} 23 | 24 | {% endif %} 25 | {% if content contains "full" %} 26 | 27 | {% endif %} 28 | {% endif %} 29 | {% if content contains "tags" %} 30 | {% if content contains "short" %} 31 | 32 | {% endif %} 33 | {% if content contains "medium" %} 34 | 35 | {% endif %} 36 | {% if content contains "full" %} 37 | 38 | {% endif %} 39 | {% endif %} -------------------------------------------------------------------------------- /.temp/index-v01.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 37 | 38 | 42 | 43 |
44 | {% capture blog1 %}{% include blog1.md %}{% endcapture %} 45 | {{ blog1 | markdownify }} 46 |
47 | 48 |
49 | {% capture blog2 %}{% include blog2.md %}{% endcapture %} 50 | {{ blog2 | markdownify }} 51 |
52 | 53 |
54 | {% capture blog3 %}{% include blog3.md %}{% endcapture %} 55 | {{ blog3 | markdownify }} 56 |
57 | 58 |
59 | {% capture blog4 %}{% include blog4.md %}{% endcapture %} 60 | {{ blog4 | markdownify }} 61 |
-------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-09-wikibox-layout-hacks.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Hacking Liquid Layouts 4 | tags: ' #box(wikibox) ' 5 | line: For the visual basic style refer to the layout specification. 6 | box: wikibox 7 | --- 8 | 9 | # Hacking Layouts with Parameters 10 | 11 | The files `./index.html` and `./box000/index.html` define the index pages. There (ex: `./box004/index.html`), the choosen layout (in YAML frontmatter, ex: `index-posts-1`) and a parameter list for the choosen layout (as content, ex: `box004`) have to be defined: 12 | 13 | {% raw %} 14 | --- 15 | layout: index-posts-1 16 | title: Box 4 17 | navigation: true 18 | navtitle: Box 4 19 | navpos: 5 20 | --- 21 | box004 showday 22 | {% endraw %} 23 | 24 | Inside the choosen layout file (ex: `./_layouts/index-posts-1.html`) the parameter list is refereed to by the liquid template variable `content` in line 3 and 5: 25 | 26 | {% raw %} 27 | {% for post in site.posts %} 28 | {% capture b %}{{ post.box }}{% endcapture %} 29 | {% if content contains b %} 30 | 31 | {% if content contains "showday" %} 32 | 33 | Day : {{ post.date | date:"%A" }} 34 | {% endif} 35 | {% endif %} 36 | {% endfor %} 37 | {% endraw %} 38 | 39 | -------------------------------------------------------------------------------- /box/onebox/_posts/2012-04-01-box1-post4.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat004 5 | title: 'Fourth Post in first Box' 6 | date: 2012-04-01 21:35 7 | --- 8 | 9 | Quisque vel risus nibh, non. Mauris sem quam, dapibus eget. Donec eu interdum ante. Cras a tortor justo. Duis consequat, lectus eget dictum egestas, dui mauris gravida dui, in pulvinar turpis tellus id felis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In hac habitasse platea dictumst. Donec scelerisque, lacus id pulvinar rhoncus, libero ante commodo felis, nec congue nulla tellus ac arcu. Praesent et libero est, pellentesque pulvinar augue. Proin at elementum orci. Aliquam tempus aliquam nisi in suscipit. Donec et lectus at sapien aliquet convallis ac in lectus. Nullam porttitor porta lacinia. Nam quis placerat diam. Donec a metus vel velit venenatis sodales eu ac velit. Sed vel porttitor leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi convallis odio dictum ante tempus aliquet. Aenean ultrices hendrerit nulla. Fusce porttitor, quam mattis vehicula scelerisque, libero metus adipiscing ipsum, et pellentesque neque nunc nec velit. Proin non posuere lorem. Mauris pretium bibendum leo a vestibulum. Cras eu sapien a felis facilisis egestas quis in enim. Vivamus auctor tristique urna, vitae dapibus ipsum ornare et. Donec sed commodo nunc. Phasellus malesuada dapibus scelerisque. Vivamus. -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A post with metadata. 5 | --- 6 |
7 |

8 | {{ page.title }} {{ page.content | number_of_words }} 9 |

10 |

11 | {% capture createdtime %}{{ page.date | date:"%H:%M" }}{% endcapture %} 12 | {% capture changedtime %}{{ page.edit | date:"%H:%M" }}{% endcapture %} 13 | {% capture changed %}{{ page.edit | date:"%Y-%m-%d" }}{% endcapture %} 14 | {% if createdtime == "00:00" %} 15 | {{ page.date | date:"%Y-%m-%d --:-- %A" }}
{% else %} 16 | {{ page.date | date:"%Y-%m-%d %H:%M %A" }}
{% endif %} 17 | {% if changed != "" %} {% if changedtime == "00:00" %} 18 | {{ page.edit | date:"%Y-%m-%d --:-- %A" }}
{% else %} 19 | {{ page.edit | date:"%Y-%m-%d %H:%M %A" }}
{% endif %}{% endif %} 20 | {% capture tags %}{{ page.tags }}{% endcapture %} 21 | {% for tag in page.tags %} 22 | {% if forloop.first %}
{% endif %} 23 | {{ tag }}{% unless forloop.last %}{% endunless %} 24 | {% if forloop.last %}
{% endif %} 25 | {% endfor %} 26 |

27 | {% if page.line %} 28 |

{{ page.line }}

29 | {% endif %} 30 |

{{ content }}

31 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A post with metadata. 5 | --- 6 |
7 |

8 | {{ page.title }} {{ page.content | number_of_words }} 9 |

10 |

11 | {% capture createdtime %}{{ page.date | date:"%H:%M" }}{% endcapture %} 12 | {% capture changedtime %}{{ page.edit | date:"%H:%M" }}{% endcapture %} 13 | {% capture changed %}{{ page.edit | date:"%Y-%m-%d" }}{% endcapture %} 14 | {% if createdtime == "00:00" %} 15 | {{ page.date | date:"%Y-%m-%d --:-- %A" }}
{% else %} 16 | {{ page.date | date:"%Y-%m-%d %H:%M %A" }}
{% endif %} 17 | {% if changed != "" %} {% if changedtime == "00:00" %} 18 | {{ page.edit | date:"%Y-%m-%d --:-- %A" }}
{% else %} 19 | {{ page.edit | date:"%Y-%m-%d %H:%M %A" }}
{% endif %}{% endif %} 20 | {% capture tags %}{{ page.tags }}{% endcapture %} 21 | {% for tag in page.tags %} 22 | {% if forloop.first %}
{% endif %} 23 | {{ tag }}{% unless forloop.last %}{% endunless %} 24 | {% if forloop.last %}
{% endif %} 25 | {% endfor %} 26 |

27 | {% if page.line %} 28 |

{{ page.line }}

29 | {% endif %} 30 |

{{ content }}

31 |
-------------------------------------------------------------------------------- /.temp/sidebarleft-version4-singlelinks.md: -------------------------------------------------------------------------------- 1 | ### Paintbucket Theme 2 | 3 | Welcome at this amazing site. 4 | It has horizontal scrolling! 5 | 6 | Box 1 [open](/box001/index.html) [show](#) [toggle](#) 7 | Box 2 [open](/box002/index.html) [show](#) [toggle](#) 8 | Box 3 [open](/box003/index.html) [show](#) [toggle](#) 9 | Box 4 [open](/box004/index.html) [show](#) [toggle](#) 10 | Box 5 [open](/box005/index.html) [show](#) [toggle](#) 11 | 12 | **OPEN BOX** 13 | 14 | [Box 1](/box001/index.html) 15 | [Box 2](/box002/index.html) 16 | [Box 3](/box003/index.html) 17 | [Box 4](/box004/index.html) 18 | [Box 5](/box005/index.html) 19 | 20 | **SCROLL TO BOX** 21 | 22 | [Box 1](/box001/index.html) 23 | [Box 2](/box002/index.html) 24 | [Box 3](/box003/index.html) 25 | [Box 4](/box004/index.html) 26 | [Box 5](/box005/index.html) 27 | 28 | **TOGGLE BOX** 29 | 30 | TBD [Box 1](/box001/index.html) 31 | TBD [Box 2](/box002/index.html) 32 | TBD [Box 3](/box003/index.html) 33 | TBD [Box 4](/box004/index.html) 34 | TBD [Box 5](/box005/index.html) 35 | 36 | **CHANGE VIEW** 37 | 38 | TBD [Index List](#) 39 | TBD [Card Stack](#) 40 | TBD [Post Line](#) 41 | 42 | **SORT BY** 43 | 44 | [Date Created](/datecreated.html) 45 | TBD [Date Modified](/datemodified.html) 46 | TBD [Category](/category.html) 47 | TBD [Tags](/tags.html) 48 | TBD [Name](/name.html) 49 | 50 | **SET COLUMN WIDTH** 51 | 52 | TBD [300 PX](#) 53 | TBD [600 PX](#) 54 | 55 | **INFO** 56 | 57 | {{ site.time | date: '%Y' }} dataduke 58 | Version alpha.03 -------------------------------------------------------------------------------- /assets/highlight/styles/tomorrow.css: -------------------------------------------------------------------------------- 1 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 2 | .tomorrow-comment, pre .comment, pre .title { 3 | color: #8e908c; 4 | } 5 | 6 | .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { 7 | color: #c82829; 8 | } 9 | 10 | .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { 11 | color: #f5871f; 12 | } 13 | 14 | .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { 15 | color: #eab700; 16 | } 17 | 18 | .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { 19 | color: #718c00; 20 | } 21 | 22 | .tomorrow-aqua, pre .css .hexcolor { 23 | color: #3e999f; 24 | } 25 | 26 | .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { 27 | color: #4271ae; 28 | } 29 | 30 | .tomorrow-purple, pre .keyword, pre .javascript .function { 31 | color: #8959a8; 32 | } 33 | 34 | pre code { 35 | display: block; 36 | background: white; 37 | color: #4d4d4c; 38 | padding: 0.5em; 39 | } 40 | 41 | pre .coffeescript .javascript, 42 | pre .javascript .xml, 43 | pre .tex .formula, 44 | pre .xml .javascript, 45 | pre .xml .vbscript, 46 | pre .xml .css, 47 | pre .xml .cdata { 48 | opacity: 0.5; 49 | } 50 | -------------------------------------------------------------------------------- /.temp/index-v02.html: -------------------------------------------------------------------------------- 1 | 30 | 31 |
32 | {% capture sidebar %}{% include sidebar.md %}{% endcapture %} 33 | {{ sidebar | markdownify }} 34 |
35 | 36 |
37 | {% capture blog1 %}{% include blog1.md %}{% endcapture %} 38 | {{ blog1 | markdownify }} 39 |
40 | 41 |
42 | {% capture blog2 %}{% include blog2.md %}{% endcapture %} 43 | {{ blog2 | markdownify }} 44 |
45 | 46 |
47 | {% capture blog3 %}{% include blog3.md %}{% endcapture %} 48 | {{ blog3 | markdownify }} 49 |
50 | 51 |
52 | {% capture blog4 %}{% include blog4.md %}{% endcapture %} 53 | {{ blog4 | markdownify }} 54 |
-------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-16-wikibox-presentations.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Presentation Cards 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | # Making Presentations Fun Again 9 | 10 | **Layout** 11 | 12 | For Presentation View (Card Page) see Wikibox Layout Specification. 13 | 14 | **Character of markdown presentations** 15 | 16 | It is supposed to be much quicker in creating and manipulating content then your typical presentation program and thus replaces the need for propriety formats like Microsoft Powerpoint `.ppsx` `.pptx`, Apple Keynote `.keynote`, and open formats like LibreOffice or NeoOffcie or Apache OpenOffice Impress `.odp` `.otp` `.sdd` `.sxi`, which make highly use of slow mouse interactions. 17 | 18 | **Viewing a Presentation** 19 | 20 | The html can be viewed on any mobile or tablet device, too. Attachments can be included with relative links. 21 | 22 | **Sharing of Presentations** 23 | 24 | Sharing the single html file with css and javascript included makes presentations much more fun. For example mathjax, syntax highlighting or animated graphics can now be included as interactive elements, as well as links to attached external files. 25 | 26 | **Sharing Formats** 27 | 28 | Sharing is supposed to be done in one of these ways. 29 | 1. As single .html file. 30 | 2. As a zipped folder. Illustrated below. 31 | 32 | . 33 | |-- Presentation.zip 34 | |-- Presentation Folder 35 | |-- presentation.html // presentation 36 | |-- presentation.pdf // printed presentation 37 | |-- attachment.pdf // other pdfs 38 | |-- attachment.doc // other documents 39 | |-- attachment.java // code snippets -------------------------------------------------------------------------------- /assets/highlight/styles/solarized_dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #002b36; color: #839496; 10 | } 11 | 12 | pre .comment, 13 | pre .template_comment, 14 | pre .diff .header, 15 | pre .doctype, 16 | pre .pi, 17 | pre .lisp .string, 18 | pre .javadoc { 19 | color: #586e75; 20 | font-style: italic; 21 | } 22 | 23 | pre .keyword, 24 | pre .winutils, 25 | pre .method, 26 | pre .addition, 27 | pre .css .tag, 28 | pre .request, 29 | pre .status, 30 | pre .nginx .title { 31 | color: #859900; 32 | } 33 | 34 | pre .number, 35 | pre .command, 36 | pre .string, 37 | pre .tag .value, 38 | pre .phpdoc, 39 | pre .tex .formula, 40 | pre .regexp, 41 | pre .hexcolor { 42 | color: #2aa198; 43 | } 44 | 45 | pre .title, 46 | pre .localvars, 47 | pre .chunk, 48 | pre .decorator, 49 | pre .built_in, 50 | pre .identifier, 51 | pre .vhdl .literal, 52 | pre .id { 53 | color: #268bd2; 54 | } 55 | 56 | pre .attribute, 57 | pre .variable, 58 | pre .lisp .body, 59 | pre .smalltalk .number, 60 | pre .constant, 61 | pre .class .title, 62 | pre .parent, 63 | pre .haskell .type { 64 | color: #b58900; 65 | } 66 | 67 | pre .preprocessor, 68 | pre .preprocessor .keyword, 69 | pre .shebang, 70 | pre .symbol, 71 | pre .symbol .string, 72 | pre .diff .change, 73 | pre .special, 74 | pre .attr_selector, 75 | pre .important, 76 | pre .subst, 77 | pre .cdata, 78 | pre .clojure .title { 79 | color: #cb4b16; 80 | } 81 | 82 | pre .deletion { 83 | color: #dc322f; 84 | } 85 | 86 | pre .tex .formula { 87 | background: #073642; 88 | } 89 | -------------------------------------------------------------------------------- /assets/highlight/styles/solarized_light.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #fdf6e3; color: #657b83; 10 | } 11 | 12 | pre .comment, 13 | pre .template_comment, 14 | pre .diff .header, 15 | pre .doctype, 16 | pre .pi, 17 | pre .lisp .string, 18 | pre .javadoc { 19 | color: #93a1a1; 20 | font-style: italic; 21 | } 22 | 23 | pre .keyword, 24 | pre .winutils, 25 | pre .method, 26 | pre .addition, 27 | pre .css .tag, 28 | pre .request, 29 | pre .status, 30 | pre .nginx .title { 31 | color: #859900; 32 | } 33 | 34 | pre .number, 35 | pre .command, 36 | pre .string, 37 | pre .tag .value, 38 | pre .phpdoc, 39 | pre .tex .formula, 40 | pre .regexp, 41 | pre .hexcolor { 42 | color: #2aa198; 43 | } 44 | 45 | pre .title, 46 | pre .localvars, 47 | pre .chunk, 48 | pre .decorator, 49 | pre .built_in, 50 | pre .identifier, 51 | pre .vhdl .literal, 52 | pre .id { 53 | color: #268bd2; 54 | } 55 | 56 | pre .attribute, 57 | pre .variable, 58 | pre .lisp .body, 59 | pre .smalltalk .number, 60 | pre .constant, 61 | pre .class .title, 62 | pre .parent, 63 | pre .haskell .type { 64 | color: #b58900; 65 | } 66 | 67 | pre .preprocessor, 68 | pre .preprocessor .keyword, 69 | pre .shebang, 70 | pre .symbol, 71 | pre .symbol .string, 72 | pre .diff .change, 73 | pre .special, 74 | pre .attr_selector, 75 | pre .important, 76 | pre .subst, 77 | pre .cdata, 78 | pre .clojure .title { 79 | color: #cb4b16; 80 | } 81 | 82 | pre .deletion { 83 | color: #dc322f; 84 | } 85 | 86 | pre .tex .formula { 87 | background: #eee8d5; 88 | } 89 | -------------------------------------------------------------------------------- /_layouts/index-all-3.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: An index layout with post tables with all metadata (column 1) and title and preview (column 2). 5 | --- 6 | 7 | {% for post in site.posts %} 8 |
9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 19 | 20 | 21 | 44 | 49 | 50 |
17 |
{{ post.title }}
18 |
22 | 43 | 45 |
46 | {{ post.content | strip_html | truncatewords: 40 }} 47 |
48 |
51 |
52 | {% endfor %} 53 |
-------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-all-3.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: An index layout with post tables with all metadata (column 1) and title and preview (column 2). 5 | --- 6 | 7 | {% for post in site.posts %} 8 |
9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 19 | 20 | 21 | 44 | 49 | 50 |
17 |
{{ post.title }}
18 |
22 | 43 | 45 |
46 | {{ post.content | strip_html | truncatewords: 40 }} 47 |
48 |
51 |
52 | {% endfor %} 53 |
-------------------------------------------------------------------------------- /assets/highlight/styles/tomorrow-night-bright.css: -------------------------------------------------------------------------------- 1 | /* Tomorrow Night Bright Theme */ 2 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ 3 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 4 | .tomorrow-comment, pre .comment, pre .title { 5 | color: #969896; 6 | } 7 | 8 | .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { 9 | color: #d54e53; 10 | } 11 | 12 | .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { 13 | color: #e78c45; 14 | } 15 | 16 | .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { 17 | color: #e7c547; 18 | } 19 | 20 | .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { 21 | color: #b9ca4a; 22 | } 23 | 24 | .tomorrow-aqua, pre .css .hexcolor { 25 | color: #70c0b1; 26 | } 27 | 28 | .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { 29 | color: #7aa6da; 30 | } 31 | 32 | .tomorrow-purple, pre .keyword, pre .javascript .function { 33 | color: #c397d8; 34 | } 35 | 36 | pre code { 37 | display: block; 38 | background: black; 39 | color: #eaeaea; 40 | padding: 0.5em; 41 | } 42 | 43 | pre .coffeescript .javascript, 44 | pre .javascript .xml, 45 | pre .tex .formula, 46 | pre .xml .javascript, 47 | pre .xml .vbscript, 48 | pre .xml .css, 49 | pre .xml .cdata { 50 | opacity: 0.5; 51 | } 52 | -------------------------------------------------------------------------------- /assets/highlight/styles/tomorrow-night-eighties.css: -------------------------------------------------------------------------------- 1 | /* Tomorrow Night Eighties Theme */ 2 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ 3 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 4 | .tomorrow-comment, pre .comment, pre .title { 5 | color: #999999; 6 | } 7 | 8 | .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { 9 | color: #f2777a; 10 | } 11 | 12 | .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { 13 | color: #f99157; 14 | } 15 | 16 | .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { 17 | color: #ffcc66; 18 | } 19 | 20 | .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { 21 | color: #99cc99; 22 | } 23 | 24 | .tomorrow-aqua, pre .css .hexcolor { 25 | color: #66cccc; 26 | } 27 | 28 | .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { 29 | color: #6699cc; 30 | } 31 | 32 | .tomorrow-purple, pre .keyword, pre .javascript .function { 33 | color: #cc99cc; 34 | } 35 | 36 | pre code { 37 | display: block; 38 | background: #2d2d2d; 39 | color: #cccccc; 40 | padding: 0.5em; 41 | } 42 | 43 | pre .coffeescript .javascript, 44 | pre .javascript .xml, 45 | pre .tex .formula, 46 | pre .xml .javascript, 47 | pre .xml .vbscript, 48 | pre .xml .css, 49 | pre .xml .cdata { 50 | opacity: 0.5; 51 | } 52 | -------------------------------------------------------------------------------- /_layouts/index-posts-5.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with post tables with all metadata (column 1) and title and preview (column 2). 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% if content contains b %} 10 |
11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 | 21 | 22 | 23 | 46 | 51 | 52 |
19 |
{{ post.title }}
20 |
24 | 45 | 47 |
48 | {{ post.content | strip_html | truncatewords: 40 }} 49 |
50 |
53 |
54 | {% endif %} 55 | {% endfor %} 56 |
-------------------------------------------------------------------------------- /assets/highlight/styles/tomorrow-night.css: -------------------------------------------------------------------------------- 1 | /* Tomorrow Night Theme */ 2 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 3 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ 4 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 5 | .tomorrow-comment, pre .comment, pre .title { 6 | color: #969896; 7 | } 8 | 9 | .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { 10 | color: #cc6666; 11 | } 12 | 13 | .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { 14 | color: #de935f; 15 | } 16 | 17 | .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { 18 | color: #f0c674; 19 | } 20 | 21 | .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { 22 | color: #b5bd68; 23 | } 24 | 25 | .tomorrow-aqua, pre .css .hexcolor { 26 | color: #8abeb7; 27 | } 28 | 29 | .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { 30 | color: #81a2be; 31 | } 32 | 33 | .tomorrow-purple, pre .keyword, pre .javascript .function { 34 | color: #b294bb; 35 | } 36 | 37 | pre code { 38 | display: block; 39 | background: #1d1f21; 40 | color: #c5c8c6; 41 | padding: 0.5em; 42 | } 43 | 44 | pre .coffeescript .javascript, 45 | pre .javascript .xml, 46 | pre .tex .formula, 47 | pre .xml .javascript, 48 | pre .xml .vbscript, 49 | pre .xml .css, 50 | pre .xml .cdata { 51 | opacity: 0.5; 52 | } 53 | -------------------------------------------------------------------------------- /assets/highlight/styles/tomorrow-night-blue.css: -------------------------------------------------------------------------------- 1 | /* Tomorrow Night Blue Theme */ 2 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 3 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ 4 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 5 | .tomorrow-comment, pre .comment, pre .title { 6 | color: #7285b7; 7 | } 8 | 9 | .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { 10 | color: #ff9da4; 11 | } 12 | 13 | .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { 14 | color: #ffc58f; 15 | } 16 | 17 | .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { 18 | color: #ffeead; 19 | } 20 | 21 | .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { 22 | color: #d1f1a9; 23 | } 24 | 25 | .tomorrow-aqua, pre .css .hexcolor { 26 | color: #99ffff; 27 | } 28 | 29 | .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { 30 | color: #bbdaff; 31 | } 32 | 33 | .tomorrow-purple, pre .keyword, pre .javascript .function { 34 | color: #ebbbff; 35 | } 36 | 37 | pre code { 38 | display: block; 39 | background: #002451; 40 | color: white; 41 | padding: 0.5em; 42 | } 43 | 44 | pre .coffeescript .javascript, 45 | pre .javascript .xml, 46 | pre .tex .formula, 47 | pre .xml .javascript, 48 | pre .xml .vbscript, 49 | pre .xml .css, 50 | pre .xml .cdata { 51 | opacity: 0.5; 52 | } 53 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/index-posts-5.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | type: layout 4 | description: A layout with post tables with all metadata (column 1) and title and preview (column 2). 5 | --- 6 | 7 | {% for post in site.posts %} 8 | {% capture b %}{{ post.box }}{% endcapture %} 9 | {% if content contains b %} 10 |
11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 | 21 | 22 | 23 | 46 | 51 | 52 |
19 |
{{ post.title }}
20 |
24 | 45 | 47 |
48 | {{ post.content | strip_html | truncatewords: 40 }} 49 |
50 |
53 |
54 | {% endif %} 55 | {% endfor %} 56 |
-------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-08-wikibox-theme-dev.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: wikibox 4 | title: Theme Development 5 | tags: ' #box(wikibox) ' 6 | --- 7 | 8 | # Theme Development 9 | 10 | ## Best Practices and Conventions 11 | 12 | 1. **Standard View (Markdown Editing):** Build a basic `theme.css` by styling a simple markdown text file (with the help of Marked.app this is superfast). Typically this stylesheet includes the styling of body fonts, headings (h1-h4), links, lists, sourcecode, blockquotes, definitions, tables, columns, dividers (hr) etc. This file can be used for general text editing, post previewing, printing etc. (Your basic theme.css should/could be print and mobile friendly.) 13 | 14 | 2. **Desktop Browsing:** Now create a `theme-ext.css` (or `theme-web.css`). This file will extend your basic `theme.css` to style navigation and external media elements. It should include the styling for header, navigation (bars, breadcrumb), footer, index (page body content), embedded media, etc. and maybe overwrite `theme.css` with a different background etc. For desktop browsing load both created stylesheets: `theme.css`, which renders your post texts, and `theme-ext.css` for nice navigation. 15 | 16 | 3. **Mobile Browsing:** If your basic `theme.css` doesn't satisfy the mobile browsing experience. Build a separate, custom and minimal `theme-mobile.css` without any dependencies on `theme.css` or `theme-extensions.css`. 17 | 18 | 4. **Special Layouts** If you included additional layouts (cheatsheet view, presentation view) to standard layouts (article, post). It is best to add an additional stylesheet for each e.g. `theme-cheatsheet.css`. These files can be loaded as "Scoped CSS" inside the body of your additional layout. 19 | 20 | 5. Throw everything away and just use `twitter bootstrap`! Just kidding. -------------------------------------------------------------------------------- /_themes/foldingtext/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | title: Home 4 | navigation: Home 5 | --- 6 | 7 | 8 | 9 | 10 | 11 | 12 | WikiBox 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 |
21 |

22 | 23 |

WikiBox

- A guerilla wiki for hackers -

24 |

25 |
26 | 27 |
28 |
29 | {% capture b01 %}{% include customize-root-index/box001.md %}{% endcapture %} 30 | {{ b01 | markdownify }} 31 |
32 | 33 |
34 | {% capture b02 %}{% include customize-root-index/box002.md %}{% endcapture %} 35 | {{ b02 | markdownify }} 36 |
37 | 38 |
39 | {% capture b03 %}{% include customize-root-index/box003.md %}{% endcapture %} 40 | {{ b03 | markdownify }} 41 |
42 | 43 |
44 | {% capture b04 %}{% include customize-root-index/box004.md %}{% endcapture %} 45 | {{ b04 | markdownify }} 46 |
47 |
48 | 49 | 56 |
57 | 58 | -------------------------------------------------------------------------------- /.temp/sidebars-topbar-bottombar.md: -------------------------------------------------------------------------------- 1 | 2 | **RIGHT SIDEBAR** 3 | 4 | **TOGGLE BOX** 5 | 6 | TBD [BOX 1](/blog1/index.html) 7 | TBD [BOX 2](/blog2/index.html) 8 | TBD [BOX 3](/blog3/index.html) 9 | TBD [BOX 4](/blog4/index.html) 10 | (with grab handle for sorting) 11 | 12 | **INSPECT BOX** 13 | 14 | [BOX 1](/blog1/index.html) 15 | [BOX 2](/blog2/index.html) 16 | [BOX 3](/blog3/index.html) 17 | [BOX 4](/blog4/index.html) 18 | 19 | **CHANGE VIEW ** 20 | 21 | [INDEX LIST](/name.html) 22 | TBD [CARD STACK](/name.html) 23 | TBD [POST LINE](/name.html) 24 | (each post one column) 25 | 26 | **SORT BY** 27 | 28 | [Date Created](/datecreated.html) 29 | TBD [Date Modified](/datemodified.html) 30 | TBD [Category](/category.html) 31 | TBD [Tags](/tags.html) 32 | TBD [Name](/name.html) 33 | 34 | **SET COLUMN WIDTH** 35 | 36 | [300 PX](/tags.html) 37 | TBD [600 PX](/name.html) 38 | slider for dynamic width 39 | Toggle line number column 40 | 41 | **INFO** 42 | 43 | {{ site.time | date: '%Y' }} dataduke 44 | Version 0.1 45 | 46 | **LEFT SIDEBAR** 47 | 48 | - Info 49 | - table of contents (for current note) 50 | - favorite posts 51 | - saved searches/filters 52 | - can be toggled via icon in bottom bar 53 | 54 | **RIGHT SIDEBAR** 55 | 56 | - preferences/options 57 | - can be toggled via icon in bottom bar 58 | 59 | **TOP BAR FIXED** 60 | 61 | - logo (home link) 62 | - name (home link) 63 | - links to each box 64 | 65 | - link to wiki distrubutor landing page 66 | - links to other wiki instances 67 | 68 | **BOTTOM BAR FIXED** 69 | 70 | - command line for search/filter/set preferences with autocomplete and suggestions and history 71 | - icon for toggle preferences sidebar 72 | - icon for toogle additional bottom status bar 73 | 74 | ** BOTTOM STATUS BAR FIXED** 75 | 76 | - breadcrumb navigation 77 | - statistices: word/letter count etc. -------------------------------------------------------------------------------- /assets/highlight/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | pre code { 7 | display: block; padding: 0.5em; 8 | } 9 | 10 | pre .comment, 11 | pre .annotation, 12 | pre .template_comment, 13 | pre .diff .header, 14 | pre .chunk, 15 | pre .apache .cbracket { 16 | color: rgb(0, 128, 0); 17 | } 18 | 19 | pre .keyword, 20 | pre .id, 21 | pre .built_in, 22 | pre .smalltalk .class, 23 | pre .winutils, 24 | pre .bash .variable, 25 | pre .tex .command, 26 | pre .request, 27 | pre .status, 28 | pre .nginx .title, 29 | pre .xml .tag, 30 | pre .xml .tag .value { 31 | color: rgb(0, 0, 255); 32 | } 33 | 34 | pre .string, 35 | pre .title, 36 | pre .parent, 37 | pre .tag .value, 38 | pre .rules .value, 39 | pre .rules .value .number, 40 | pre .ruby .symbol, 41 | pre .ruby .symbol .string, 42 | pre .aggregate, 43 | pre .template_tag, 44 | pre .django .variable, 45 | pre .addition, 46 | pre .flow, 47 | pre .stream, 48 | pre .apache .tag, 49 | pre .date, 50 | pre .tex .formula { 51 | color: rgb(163, 21, 21); 52 | } 53 | 54 | pre .ruby .string, 55 | pre .decorator, 56 | pre .filter .argument, 57 | pre .localvars, 58 | pre .array, 59 | pre .attr_selector, 60 | pre .pseudo, 61 | pre .pi, 62 | pre .doctype, 63 | pre .deletion, 64 | pre .envvar, 65 | pre .shebang, 66 | pre .preprocessor, 67 | pre .userType, 68 | pre .apache .sqbracket, 69 | pre .nginx .built_in, 70 | pre .tex .special, 71 | pre .prompt { 72 | color: rgb(43, 145, 175); 73 | } 74 | 75 | pre .phpdoc, 76 | pre .javadoc, 77 | pre .xmlDocTag { 78 | color: rgb(128, 128, 128); 79 | } 80 | 81 | pre .vhdl .typename { font-weight: bold; } 82 | pre .vhdl .string { color: #666666; } 83 | pre .vhdl .literal { color: rgb(163, 21, 21); } 84 | pre .vhdl .attribute { color: #00B0E8; } 85 | 86 | pre .xml .attribute { color: rgb(255, 0, 0); } 87 | -------------------------------------------------------------------------------- /_layouts/default-validation.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | type: layout 4 | description: A plain layout with a footer for w3.org validation. 5 | --- 6 | 7 | 8 | 9 | 10 | 11 | 12 | WikiBox 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | Home 34 | Box 1 35 | Box 2 36 | Box 3 37 | Box 4 38 | Box 5 39 | 40 | 41 | 42 | {{ content }} 43 | 44 | 49 |
50 | 51 | -------------------------------------------------------------------------------- /assets/highlight/styles/ir_black.css: -------------------------------------------------------------------------------- 1 | /* 2 | IR_Black style (c) Vasily Mikhailitchenko 3 | */ 4 | 5 | pre code { 6 | display: block; padding: 0.5em; 7 | background: #000; color: #f8f8f8; 8 | } 9 | 10 | pre .shebang, 11 | pre .comment, 12 | pre .template_comment, 13 | pre .javadoc { 14 | color: #7c7c7c; 15 | } 16 | 17 | pre .keyword, 18 | pre .tag, 19 | pre .tex .command, 20 | pre .request, 21 | pre .status, 22 | pre .clojure .attribute { 23 | color: #96CBFE; 24 | } 25 | 26 | pre .sub .keyword, 27 | pre .method, 28 | pre .list .title, 29 | pre .nginx .title { 30 | color: #FFFFB6; 31 | } 32 | 33 | pre .string, 34 | pre .tag .value, 35 | pre .cdata, 36 | pre .filter .argument, 37 | pre .attr_selector, 38 | pre .apache .cbracket, 39 | pre .date { 40 | color: #A8FF60; 41 | } 42 | 43 | pre .subst { 44 | color: #DAEFA3; 45 | } 46 | 47 | pre .regexp { 48 | color: #E9C062; 49 | } 50 | 51 | pre .title, 52 | pre .sub .identifier, 53 | pre .pi, 54 | pre .decorator, 55 | pre .tex .special, 56 | pre .haskell .type, 57 | pre .constant, 58 | pre .smalltalk .class, 59 | pre .javadoctag, 60 | pre .yardoctag, 61 | pre .phpdoc, 62 | pre .nginx .built_in { 63 | color: #FFFFB6; 64 | } 65 | 66 | pre .symbol, 67 | pre .ruby .symbol .string, 68 | pre .number, 69 | pre .variable, 70 | pre .vbscript, 71 | pre .literal { 72 | color: #C6C5FE; 73 | } 74 | 75 | pre .css .tag { 76 | color: #96CBFE; 77 | } 78 | 79 | pre .css .rules .property, 80 | pre .css .id { 81 | color: #FFFFB6; 82 | } 83 | 84 | pre .css .class { 85 | color: #FFF; 86 | } 87 | 88 | pre .hexcolor { 89 | color: #C6C5FE; 90 | } 91 | 92 | pre .number { 93 | color:#FF73FD; 94 | } 95 | 96 | pre .coffeescript .javascript, 97 | pre .javascript .xml, 98 | pre .tex .formula, 99 | pre .xml .javascript, 100 | pre .xml .vbscript, 101 | pre .xml .css, 102 | pre .xml .cdata { 103 | opacity: 0.7; 104 | } 105 | -------------------------------------------------------------------------------- /.temp/_experimental-layouts/default-validation.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | type: layout 4 | description: A plain layout with a footer for w3.org validation. 5 | --- 6 | 7 | 8 | 9 | 10 | 11 | 12 | WikiBox 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | Home 34 | Box 1 35 | Box 2 36 | Box 3 37 | Box 4 38 | Box 5 39 | 40 | 41 | 42 | {{ content }} 43 | 44 | 49 |
50 | 51 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-15-wikibox-scenarios-use-cases.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Scenarios and Use Cases 4 | tags: ' #box(wikibox) #board(dev) #documentation #project ' 5 | box: wikibox 6 | --- 7 | 8 | # Scenarios and Use Cases 9 | 10 | Wikibox has a hugh potential for practical usage scenarios: 11 | 12 | 1. This comes by the fact that it was designed to be flexible enough mimic the behavior of traditional index cards (Pile of Index Cards), web blogs, wikis, hierarchical folders, sticky boards, lossy tagged notes collections and last but note least old school web 2.0 personal homepages with widgets (like iGoogle or netvibes). 13 | 14 | 2. WikiBox combines all advantages of plaintext files (markdown, txt, etc.) with attachments (pdfs, xls, doc, etc.) and version control by git. Most importantly you own your data. Your data is saved in a future-proof format. Your data is historicized so every stated can be reclaimed. You can put your data in an encrypted container (image). 15 | 16 | 3. At every time your data can be accessed through your file system and therefor can be viewed and manipulated by other applications. If you store your data in dropbox you even can access via web or [IFTTT](https://ifttt.com/). If you store it on github then you can manipulate it via web apps like [Grit](http://grit.rubyforge.org/), [Grit Github](https://github.com/mojombo/grit) or [Prose](http://prose.io/), [Prose Github](https://github.com/prose/prose). 17 | 18 | Below follows an incomplete list of possible use cases. 19 | 20 | ## Software development 21 | 22 | - Scrum Board 23 | - Kanban Board 24 | - Coding Snippets (Collections) 25 | - Cheatsheets 26 | - Traditional Wiki 27 | 28 | ## Houshold 29 | 30 | - Financial Reports 31 | - Cooking Receipe Bos 32 | 33 | ## Management 34 | 35 | - Task Management 36 | - Note Taking 37 | 38 | ## Presentations 39 | 40 | - Presentation Cards 41 | - Storyline Cards (Presentation Sketches Drafts) 42 | - Speaker Cards 43 | 44 | ## Studying 45 | 46 | - Learning Cards (Vocabulary) 47 | - Index Cards -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: plain 3 | category: card 4 | title: Home 5 | type: index navigation 6 | navtitle: Home 7 | navpos: 0 8 | --- 9 | 10 | # Welcome 11 | 12 | Wikibox is an applied paradigm on building a well-organized and consistent wiki for yourself and your team. It is very flexible and can also manage tasks (with various systematic approaches), presentations, cheatsheets, code snippets and documents and last but not least boards (e.g. Scrum Board). Hell, it can even archive sent mails and tweets. 13 | 14 | ## Characteristics 15 | 16 | Wikibox is not your conventional wiki. In fact it is a foundation for a knowledge base with lifetime storage capabilities based on simple technologies (like plaintext only) available for every major operating system (including iOS and Android) which makes high usage of scripts. 17 | 18 | Probably it is the most magnificent personal information system and it's free to use and hack. 19 | 20 | ## Essentials 21 | 22 | Information Pieces are placed on cards. A card is the atomic unit of your system. 23 | Wikibox follows the conventions of four basic categories: 24 | 25 | Box 26 | : is a permanent container of cards. It is the place where your items are stored permanently. 27 | 28 | Stack 29 | : is a temporary container of cards. It is the place where you can aggregate cards form various places for use cases as "Ideas for Project X". 30 | 31 | Area 32 | : is a permanent container that can keep boxes. It is the place where you can pin and collect boxes for long terms. 33 | 34 | Board 35 | : is a temporary container that can keep boxes, stacks and individual cards. It is the place where you interact and fluidly organize all items. 36 | 37 | ## Want More? 38 | 39 | Check out the cards in `./box/wikibox` for installation, customizing, help and hacking it. 40 | 41 | ## Caution! 42 | 43 | At the moment the project development is still in alpha state. 44 | 45 | ## Inspirations 46 | 47 | Wikibox incooperates the advantages and principles of Micheal Douglas Information system, and pile if index cards. -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # jekyll-wikibox 2 | 3 | A guerilla wiki for hackers based on plaintext files (markdown, textile, taskpaper) transformed into static html by jekyll. The default theme is inspired by sublime text editor. 4 | 5 | ## Version History 6 | 7 | For details of version numbers see [Semantic Versioning](http://semver.org) 8 | 9 | ### 0.8.0 / 2013-04-17 10 | 11 | ![improved](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-improved.png) Project Structure Breakdown into Box, Stack, Area, Board 12 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) 13 | added 4 new documentation files 14 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) Welcome site for project 15 | 16 | ### 0.7.0 / 2013-04-15 17 | 18 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) added 3 new documentation files (including layout documentation) 19 | 20 | ### 0.6.0 / 2013-04-13 21 | 22 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) parameters inside layout files which are injected via index files containing a parameter list 23 | 24 | ### 0.5.0 / 2013-04-12 25 | 26 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) Folding Text Theme 27 | 28 | ### 0.4.0 / 2013-04-07 29 | 30 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) iOS Linen Theme 31 | 32 | ### 0.3.0 / 2013-04-06 33 | 34 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) Sublime Text Theme 35 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) Paint Bucket Theme 36 | 37 | ### 0.2.0 / 2013-04-03 38 | 39 | ![improved](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-improved.png) Project Structure 40 | ![fixed](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-fixed.png) Project Documentation 41 | 42 | ### 0.1.0 / 2013-04-02 43 | 44 | ![added tag](https://github.com/dataduke/jekyll-wikibox/raw/master/.info/tag-added.png) Initial Layout -------------------------------------------------------------------------------- /assets/highlight/styles/pojoaque.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Pojoaque Style by Jason Tate 4 | http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html 5 | Based on Solarized Style from http://ethanschoonover.com/solarized 6 | 7 | */ 8 | 9 | pre code { 10 | display: block; padding: 0.5em; 11 | color: #DCCF8F; 12 | background: url(./pojoaque.jpg) repeat scroll left top #181914; 13 | } 14 | 15 | pre .comment, 16 | pre .template_comment, 17 | pre .diff .header, 18 | pre .doctype, 19 | pre .lisp .string, 20 | pre .javadoc { 21 | color: #586e75; 22 | font-style: italic; 23 | } 24 | 25 | pre .keyword, 26 | pre .css .rule .keyword, 27 | pre .winutils, 28 | pre .javascript .title, 29 | pre .method, 30 | pre .addition, 31 | pre .css .tag, 32 | pre .clojure .title, 33 | pre .nginx .title { 34 | color: #B64926; 35 | } 36 | 37 | pre .number, 38 | pre .command, 39 | pre .string, 40 | pre .tag .value, 41 | pre .phpdoc, 42 | pre .tex .formula, 43 | pre .regexp, 44 | pre .hexcolor { 45 | color: #468966; 46 | } 47 | 48 | pre .title, 49 | pre .localvars, 50 | pre .function .title, 51 | pre .chunk, 52 | pre .decorator, 53 | pre .built_in, 54 | pre .lisp .title, 55 | pre .clojure .built_in, 56 | pre .identifier, 57 | pre .id { 58 | color: #FFB03B; 59 | } 60 | 61 | pre .attribute, 62 | pre .variable, 63 | pre .lisp .body, 64 | pre .smalltalk .number, 65 | pre .constant, 66 | pre .class .title, 67 | pre .parent, 68 | pre .haskell .type { 69 | color: #b58900; 70 | } 71 | 72 | pre .css .attribute { 73 | color: #b89859; 74 | } 75 | 76 | pre .css .number,pre .css .hexcolor{ 77 | color: #DCCF8F; 78 | } 79 | 80 | pre .css .class { 81 | color: #d3a60c; 82 | } 83 | 84 | pre .preprocessor, 85 | pre .pi, 86 | pre .shebang, 87 | pre .symbol, 88 | pre .symbol .string, 89 | pre .diff .change, 90 | pre .special, 91 | pre .attr_selector, 92 | pre .important, 93 | pre .subst, 94 | pre .cdata { 95 | color: #cb4b16; 96 | } 97 | 98 | pre .deletion { 99 | color: #dc322f; 100 | } 101 | 102 | pre .tex .formula { 103 | background: #073642; 104 | } 105 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-05-07-wikibox-handout.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: wikibox 4 | title: Handout and Printing 5 | tags: ' #box(wikibox) ' 6 | --- 7 | 8 | For printing a card as pdf or on paper use these **Layout** settings: 9 | 10 | ## DIN A 4 (foldable) 11 | 12 | A standard DIN A 4 paper with 2 columns (4 pages on 1 paper), optional duplex print (8 pages on 1 paper) and folding for distracting-free learning and easy transportation. 13 | 14 | 1. **Print** form within Marked or Web browser (as PDF or directly to Printer) 15 | 2. **Choose Layout** 16 | - Pages per Sheet: 4 17 | - Layout Direction: Flipped N 18 | (Picture 3 on Mac = order: top left, bottom left, top right, bottom right) 19 | - Border: None 20 | 3. **Choose Duplex Printing** (optional) 21 | - Print Area: Use normal-size printing - Stapling Side: Long-Side stapling (Right) 22 | 4. **Folding the printed paper** (optional) 23 | - for focused studying: fold paper on horizontal mid (each column is on own flat surface) 24 | - for transportation: fold paper again on vertical mid to get a portable DIN A 6 size 25 | 26 | ## DIN A 6 Booklet 27 | 28 | A DIN A 6 booklet out of a folded DIN A 4 paper (4 pages on 1 paper). 29 | 30 | 1. **Save as Standard Paper (PDF) and Convert to PostScript File (PS)** 31 | - Pages per Sheet: 1 32 | - Duplex/Two-Sided: No 33 | - optional: print directly to pdf. 34 | 2. **Run CLI-Script** 35 | - Sort DIN A 4 pages to book order (**psbook**) 36 | - Resize pages to DIN A 6 (**pstops**) 37 | - Merge them together to a DIN A4 paper 38 | - Convert them to printable pdf file (**ps2pdf**) 39 | 3. **Print PDF-File** 40 | - Pages per Sheet: 1 41 | - Duplex/Two-Sided: Yes 42 | 4. **Fold Paper** 43 | - Fold and cut paper (Scissor) to fit booklet format. 44 | 45 | CLI-Script for DIN A4 Book: 46 | 47 | cat input.ps | psbook > output.ps 48 | ps2pdf output.ps output.pdf 49 | 50 | CLI-Script for DIN A6 Booklet: 51 | 52 | cat input.ps | psbook | pstops '1:0@0.5' | pstops '2:0+1(10.5cm,0)' | pstops '4:0(0,14.8cm)+2,1(0,14.8cm)+3' > output.ps 53 | ps2pdf output.ps output.pdf` 54 | 55 | Reference: 56 | 57 | - [DIN A 6 Booklet](http://www.rootz.de/2010/12/ein-booklet-in-din-a6-als-druckfertige-pdf-datei-erstellen/) -------------------------------------------------------------------------------- /assets/highlight/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #444; 10 | } 11 | 12 | pre .keyword, 13 | pre .literal, 14 | pre .change, 15 | pre .winutils, 16 | pre .flow, 17 | pre .lisp .title, 18 | pre .clojure .built_in, 19 | pre .nginx .title, 20 | pre .tex .special { 21 | color: white; 22 | } 23 | 24 | pre code, 25 | pre .subst { 26 | color: #DDD; 27 | } 28 | 29 | pre .string, 30 | pre .title, 31 | pre .haskell .type, 32 | pre .ini .title, 33 | pre .tag .value, 34 | pre .css .rules .value, 35 | pre .preprocessor, 36 | pre .ruby .symbol, 37 | pre .ruby .symbol .string, 38 | pre .ruby .class .parent, 39 | pre .built_in, 40 | pre .sql .aggregate, 41 | pre .django .template_tag, 42 | pre .django .variable, 43 | pre .smalltalk .class, 44 | pre .javadoc, 45 | pre .ruby .string, 46 | pre .django .filter .argument, 47 | pre .smalltalk .localvars, 48 | pre .smalltalk .array, 49 | pre .attr_selector, 50 | pre .pseudo, 51 | pre .addition, 52 | pre .stream, 53 | pre .envvar, 54 | pre .apache .tag, 55 | pre .apache .cbracket, 56 | pre .tex .command, 57 | pre .prompt { 58 | color: #D88; 59 | } 60 | 61 | pre .comment, 62 | pre .java .annotation, 63 | pre .python .decorator, 64 | pre .template_comment, 65 | pre .pi, 66 | pre .doctype, 67 | pre .deletion, 68 | pre .shebang, 69 | pre .apache .sqbracket, 70 | pre .tex .formula { 71 | color: #777; 72 | } 73 | 74 | pre .keyword, 75 | pre .literal, 76 | pre .title, 77 | pre .css .id, 78 | pre .phpdoc, 79 | pre .haskell .type, 80 | pre .vbscript .built_in, 81 | pre .sql .aggregate, 82 | pre .rsl .built_in, 83 | pre .smalltalk .class, 84 | pre .diff .header, 85 | pre .chunk, 86 | pre .winutils, 87 | pre .bash .variable, 88 | pre .apache .tag, 89 | pre .tex .special, 90 | pre .request, 91 | pre .status { 92 | font-weight: bold; 93 | } 94 | 95 | pre .coffeescript .javascript, 96 | pre .javascript .xml, 97 | pre .tex .formula, 98 | pre .xml .javascript, 99 | pre .xml .vbscript, 100 | pre .xml .css, 101 | pre .xml .cdata { 102 | opacity: 0.5; 103 | } 104 | -------------------------------------------------------------------------------- /assets/highlight/styles/rainbow.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Style with support for rainbow parens 4 | 5 | */ 6 | 7 | pre ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; } 8 | pre ::selection { background:#FF5E99; color:#fff; text-shadow: none; } 9 | 10 | pre code { 11 | display: block; padding: 0.5em; 12 | background: #474949; color: #D1D9E1; 13 | } 14 | 15 | 16 | pre .body, 17 | pre .collection { 18 | color: #D1D9E1; 19 | } 20 | 21 | pre .comment, 22 | pre .template_comment, 23 | pre .diff .header, 24 | pre .doctype, 25 | pre .lisp .string, 26 | pre .javadoc { 27 | color: #969896; 28 | font-style: italic; 29 | } 30 | 31 | pre .keyword, 32 | pre .clojure .attribute, 33 | pre .winutils, 34 | pre .javascript .title, 35 | pre .addition, 36 | pre .css .tag { 37 | color: #cc99cc; 38 | } 39 | 40 | pre .number { color: #f99157; } 41 | 42 | pre .command, 43 | pre .string, 44 | pre .tag .value, 45 | pre .phpdoc, 46 | pre .tex .formula, 47 | pre .regexp, 48 | pre .hexcolor { 49 | color: #8abeb7; 50 | } 51 | 52 | pre .title, 53 | pre .localvars, 54 | pre .function .title, 55 | pre .chunk, 56 | pre .decorator, 57 | pre .built_in, 58 | pre .lisp .title, 59 | pre .identifier 60 | { 61 | color: #b5bd68; 62 | } 63 | 64 | pre .class .keyword 65 | { 66 | color: #f2777a; 67 | } 68 | 69 | pre .variable, 70 | pre .lisp .body, 71 | pre .smalltalk .number, 72 | pre .constant, 73 | pre .class .title, 74 | pre .parent, 75 | pre .haskell .label, 76 | pre .id, 77 | pre .lisp .title, 78 | pre .clojure .title .built_in { 79 | color: #ffcc66; 80 | } 81 | 82 | pre .tag .title, 83 | pre .rules .property, 84 | pre .django .tag .keyword, 85 | pre .clojure .title .built_in { 86 | font-weight: bold; 87 | } 88 | 89 | pre .attribute, 90 | pre .clojure .title { 91 | color: #81a2be; 92 | } 93 | 94 | pre .preprocessor, 95 | pre .pi, 96 | pre .shebang, 97 | pre .symbol, 98 | pre .symbol .string, 99 | pre .diff .change, 100 | pre .special, 101 | pre .attr_selector, 102 | pre .important, 103 | pre .subst, 104 | pre .cdata { 105 | color: #f99157; 106 | } 107 | 108 | pre .deletion { 109 | color: #dc322f; 110 | } 111 | 112 | pre .tex .formula { 113 | background: #eee8d5; 114 | } 115 | -------------------------------------------------------------------------------- /assets/highlight/styles/brown_paper.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Brown Paper style from goldblog.com.ua (c) Zaripov Yura 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background:#b7a68e url(./brown_papersq.png); 10 | } 11 | 12 | pre .keyword, 13 | pre .literal, 14 | pre .change, 15 | pre .winutils, 16 | pre .flow, 17 | pre .lisp .title, 18 | pre .clojure .built_in, 19 | pre .nginx .title, 20 | pre .tex .special, 21 | pre .request, 22 | pre .status { 23 | color:#005599; 24 | font-weight:bold; 25 | } 26 | 27 | pre code, 28 | pre .subst, 29 | pre .tag .keyword { 30 | color: #363C69; 31 | } 32 | 33 | pre .string, 34 | pre .title, 35 | pre .haskell .type, 36 | pre .tag .value, 37 | pre .css .rules .value, 38 | pre .preprocessor, 39 | pre .ruby .symbol, 40 | pre .ruby .symbol .string, 41 | pre .ruby .class .parent, 42 | pre .built_in, 43 | pre .sql .aggregate, 44 | pre .django .template_tag, 45 | pre .django .variable, 46 | pre .smalltalk .class, 47 | pre .javadoc, 48 | pre .ruby .string, 49 | pre .django .filter .argument, 50 | pre .smalltalk .localvars, 51 | pre .smalltalk .array, 52 | pre .attr_selector, 53 | pre .pseudo, 54 | pre .addition, 55 | pre .stream, 56 | pre .envvar, 57 | pre .apache .tag, 58 | pre .apache .cbracket, 59 | pre .tex .number { 60 | color: #2C009F; 61 | } 62 | 63 | pre .comment, 64 | pre .java .annotation, 65 | pre .python .decorator, 66 | pre .template_comment, 67 | pre .pi, 68 | pre .doctype, 69 | pre .deletion, 70 | pre .shebang, 71 | pre .apache .sqbracket, 72 | pre .nginx .built_in, 73 | pre .tex .formula { 74 | color: #802022; 75 | } 76 | 77 | pre .keyword, 78 | pre .literal, 79 | pre .css .id, 80 | pre .phpdoc, 81 | pre .title, 82 | pre .haskell .type, 83 | pre .vbscript .built_in, 84 | pre .sql .aggregate, 85 | pre .rsl .built_in, 86 | pre .smalltalk .class, 87 | pre .diff .header, 88 | pre .chunk, 89 | pre .winutils, 90 | pre .bash .variable, 91 | pre .apache .tag, 92 | pre .tex .command { 93 | font-weight: bold; 94 | } 95 | 96 | pre .coffeescript .javascript, 97 | pre .javascript .xml, 98 | pre .tex .formula, 99 | pre .xml .javascript, 100 | pre .xml .vbscript, 101 | pre .xml .css, 102 | pre .xml .cdata { 103 | opacity: 0.8; 104 | } 105 | -------------------------------------------------------------------------------- /assets/css/foldingtext.css: -------------------------------------------------------------------------------- 1 | /* HTML BODY */ 2 | 3 | html { 4 | /* Setting the baseline font */ 5 | font-size: 62.5%; 6 | -webkit-font-smoothing: antialiased; 7 | font-smoothing: antialiased; 8 | } 9 | html, body { 10 | min-height: 100%; 11 | } 12 | body { 13 | font-family: Courier, monospace; 14 | font-size: 1.6rem; 15 | padding: 0 2rem; 16 | color: rgb(20%,20%,20%); 17 | background: rgb(97%,97%,97%); 18 | } 19 | 20 | /* HEADINGS */ 21 | 22 | h1, h2, h3, h4, h5, h6 { 23 | font-size: 1.6rem; 24 | margin:1rem 0; 25 | color:black; 26 | } 27 | h1:before { 28 | font-weight:normal; 29 | content:"# "; 30 | } 31 | h1 { 32 | text-indent: -2rem; 33 | } 34 | h2:before { 35 | font-weight:normal; 36 | content:"## "; 37 | } 38 | h2 { 39 | text-indent: -3rem; 40 | } 41 | h3:before { 42 | font-weight:normal; 43 | content:"### "; 44 | } 45 | h3 { 46 | text-indent: -4rem; 47 | } 48 | h4 { 49 | font-weight: bold; 50 | } 51 | small { 52 | font-size: 1.3rem; 53 | } 54 | 55 | /* LINKS */ 56 | 57 | a, a:link { 58 | color: black; 59 | text-decoration: underline; 60 | } 61 | a:hover { 62 | color: black; 63 | text-decoration: none; 64 | } 65 | 66 | /* LISTS */ 67 | 68 | ul, ol { 69 | padding: 0; 70 | } 71 | ul { 72 | list-style-type: circle; 73 | } 74 | li:before { 75 | content:none; 76 | } 77 | 78 | /* SOURCECODE */ 79 | 80 | code { 81 | font-family: Courier, monospace; 82 | font-size: 1.3rem; 83 | /*background: rgb(90%,90%,90%);*/ 84 | } 85 | 86 | /* BLOCKQUOTES */ 87 | 88 | blockquote:before { 89 | content: "\201C"; 90 | float: left; 91 | margin-left:-1rem; 92 | } 93 | blockquote { 94 | width:52rem; 95 | margin:2rem auto; 96 | margin-right:10rem; 97 | font-style:italic; 98 | clear:both; 99 | } 100 | blockquote a { 101 | text-decoration:none; 102 | color: rgb(20%,20%,20%);; 103 | } 104 | blockquote .author:before { 105 | content: " – "; 106 | } 107 | 108 | 109 | blockquote .quote:after { 110 | content: "\201D"; 111 | } 112 | 113 | /* DIVIDERS */ 114 | 115 | hr { 116 | border:none; 117 | display:hidden; 118 | margin: 2rem 0; 119 | clear:both; 120 | } 121 | 122 | hr:after { 123 | display:block; 124 | text-align:center; 125 | content: "✦ ✦ ✦"; 126 | color: rgb(20%,20%,20%); 127 | } 128 | -------------------------------------------------------------------------------- /assets/highlight/styles/github.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | github.com style (c) Vasily Polovnyov 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | color: #333; 10 | background: #f8f8ff 11 | } 12 | 13 | pre .comment, 14 | pre .template_comment, 15 | pre .diff .header, 16 | pre .javadoc { 17 | color: #998; 18 | font-style: italic 19 | } 20 | 21 | pre .keyword, 22 | pre .css .rule .keyword, 23 | pre .winutils, 24 | pre .javascript .title, 25 | pre .nginx .title, 26 | pre .subst, 27 | pre .request, 28 | pre .status { 29 | color: #333; 30 | font-weight: bold 31 | } 32 | 33 | pre .number, 34 | pre .hexcolor, 35 | pre .ruby .constant { 36 | color: #099; 37 | } 38 | 39 | pre .string, 40 | pre .tag .value, 41 | pre .phpdoc, 42 | pre .tex .formula { 43 | color: #d14 44 | } 45 | 46 | pre .title, 47 | pre .id { 48 | color: #900; 49 | font-weight: bold 50 | } 51 | 52 | pre .javascript .title, 53 | pre .lisp .title, 54 | pre .clojure .title, 55 | pre .subst { 56 | font-weight: normal 57 | } 58 | 59 | pre .class .title, 60 | pre .haskell .type, 61 | pre .vhdl .literal, 62 | pre .tex .command { 63 | color: #458; 64 | font-weight: bold 65 | } 66 | 67 | pre .tag, 68 | pre .tag .title, 69 | pre .rules .property, 70 | pre .django .tag .keyword { 71 | color: #000080; 72 | font-weight: normal 73 | } 74 | 75 | pre .attribute, 76 | pre .variable, 77 | pre .lisp .body { 78 | color: #008080 79 | } 80 | 81 | pre .regexp { 82 | color: #009926 83 | } 84 | 85 | pre .class { 86 | color: #458; 87 | font-weight: bold 88 | } 89 | 90 | pre .symbol, 91 | pre .ruby .symbol .string, 92 | pre .lisp .keyword, 93 | pre .tex .special, 94 | pre .prompt { 95 | color: #990073 96 | } 97 | 98 | pre .built_in, 99 | pre .lisp .title, 100 | pre .clojure .built_in { 101 | color: #0086b3 102 | } 103 | 104 | pre .preprocessor, 105 | pre .pi, 106 | pre .doctype, 107 | pre .shebang, 108 | pre .cdata { 109 | color: #999; 110 | font-weight: bold 111 | } 112 | 113 | pre .deletion { 114 | background: #fdd 115 | } 116 | 117 | pre .addition { 118 | background: #dfd 119 | } 120 | 121 | pre .diff .change { 122 | background: #0086b3 123 | } 124 | 125 | pre .chunk { 126 | color: #aaa 127 | } 128 | -------------------------------------------------------------------------------- /box/onebox/_posts/2012-05-01-box1-post5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat005 5 | title: 'Fifth Post in first Box' 6 | date: 2012-05-01 21:35 7 | --- 8 | # Hello world 9 | 10 | Aliquam in libero libero. Donec velit neque, tristique a pellentesque at, luctus vitae dolor. Fusce vitae odio nec risus auctor aliquam in ut risus. Duis mi metus, faucibus eget tincidunt vitae, volutpat ut tellus. Duis vulputate fermentum tellus. Nulla mauris magna, convallis vitae venenatis vel, fermentum quis leo. Donec euismod semper eros ac volutpat. Integer iaculis imperdiet nibh, quis ornare quam egestas nec. Nulla neque sapien, viverra ac feugiat non, dictum eu nisl. Nulla feugiat, libero ut elementum vehicula, ante ligula tempus erat, ac posuere libero est placerat sem. Fusce ut sem quis purus pellentesque faucibus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed nec enim nulla. Aliquam nec dui iaculis libero tempus sodales quis id neque. Donec varius lacus et nisl porttitor a pretium massa pharetra. Nulla tincidunt metus vitae justo pellentesque id porttitor urna tincidunt. Nulla vel leo ligula, et convallis felis. Mauris porttitor, orci id ultricies molestie, nisi mauris elementum magna, in sodales leo libero in augue. Fusce eget justo at leo molestie tincidunt a id dolor. Nam bibendum rhoncus est, ac dignissim augue rhoncus sed. In eu lacus nisi. Suspendisse potenti. Nam quis nibh nulla, ut ullamcorper ligula. Nullam nec leo lorem, a cursus eros. Proin ac nisl et enim consequat volutpat. Nam fermentum neque in nisi euismod bibendum. Nulla facilisi. Maecenas ultricies egestas tempor. Suspendisse pharetra tincidunt nunc, sit amet ornare ipsum faucibus vel. In pharetra, lectus eu consequat pharetra, erat nibh semper nunc, non pellentesque odio diam vitae diam. Sed nec libero vel odio scelerisque semper ac at risus. Nulla nulla dolor, pretium non dignissim suscipit, pretium vel ligula. Vivamus arcu augue, euismod in pellentesque id, consequat accumsan elit. Donec id elit eget tortor accumsan adipiscing sed ultrices quam. In vitae nisi vulputate lorem egestas accumsan. Ut sit amet quam leo. Maecenas consequat facilisis rhoncus. Nam massa justo, semper a facilisis sed, porta eu dui. Etiam sodales arcu vulputate ante ultrices nec tristique arcu commodo. Sed tempus aliquam vestibulum. -------------------------------------------------------------------------------- /assets/highlight/styles/idea.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Intellij Idea-like styling (c) Vasily Polovnyov 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | color: #000; 10 | background: #fff; 11 | } 12 | 13 | pre .subst, 14 | pre .title { 15 | font-weight: normal; 16 | color: #000; 17 | } 18 | 19 | pre .comment, 20 | pre .template_comment, 21 | pre .javadoc, 22 | pre .diff .header { 23 | color: #808080; 24 | font-style: italic; 25 | } 26 | 27 | pre .annotation, 28 | pre .decorator, 29 | pre .preprocessor, 30 | pre .doctype, 31 | pre .pi, 32 | pre .chunk, 33 | pre .shebang, 34 | pre .apache .cbracket, 35 | pre .prompt, 36 | pre .http .title { 37 | color: #808000; 38 | } 39 | 40 | pre .tag, 41 | pre .pi { 42 | background: #efefef; 43 | } 44 | 45 | pre .tag .title, 46 | pre .id, 47 | pre .attr_selector, 48 | pre .pseudo, 49 | pre .literal, 50 | pre .keyword, 51 | pre .hexcolor, 52 | pre .css .function, 53 | pre .ini .title, 54 | pre .css .class, 55 | pre .list .title, 56 | pre .clojure .title, 57 | pre .nginx .title, 58 | pre .tex .command, 59 | pre .request, 60 | pre .status { 61 | font-weight: bold; 62 | color: #000080; 63 | } 64 | 65 | pre .attribute, 66 | pre .rules .keyword, 67 | pre .number, 68 | pre .date, 69 | pre .regexp, 70 | pre .tex .special { 71 | font-weight: bold; 72 | color: #0000ff; 73 | } 74 | 75 | pre .number, 76 | pre .regexp { 77 | font-weight: normal; 78 | } 79 | 80 | pre .string, 81 | pre .value, 82 | pre .filter .argument, 83 | pre .css .function .params, 84 | pre .apache .tag { 85 | color: #008000; 86 | font-weight: bold; 87 | } 88 | 89 | pre .symbol, 90 | pre .ruby .symbol .string, 91 | pre .char, 92 | pre .tex .formula { 93 | color: #000; 94 | background: #d0eded; 95 | font-style: italic; 96 | } 97 | 98 | pre .phpdoc, 99 | pre .yardoctag, 100 | pre .javadoctag { 101 | text-decoration: underline; 102 | } 103 | 104 | pre .variable, 105 | pre .envvar, 106 | pre .apache .sqbracket, 107 | pre .nginx .built_in { 108 | color: #660e7a; 109 | } 110 | 111 | pre .addition { 112 | background: #baeeba; 113 | } 114 | 115 | pre .deletion { 116 | background: #ffc8bd; 117 | } 118 | 119 | pre .diff .change { 120 | background: #bccff9; 121 | } 122 | -------------------------------------------------------------------------------- /assets/highlight/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #000080; 10 | } 11 | 12 | pre code, 13 | pre .subst { 14 | color: #0FF; 15 | } 16 | 17 | pre .string, 18 | pre .ruby .string, 19 | pre .haskell .type, 20 | pre .tag .value, 21 | pre .css .rules .value, 22 | pre .css .rules .value .number, 23 | pre .preprocessor, 24 | pre .ruby .symbol, 25 | pre .ruby .symbol .string, 26 | pre .built_in, 27 | pre .sql .aggregate, 28 | pre .django .template_tag, 29 | pre .django .variable, 30 | pre .smalltalk .class, 31 | pre .addition, 32 | pre .apache .tag, 33 | pre .apache .cbracket, 34 | pre .tex .command, 35 | pre .clojure .title { 36 | color: #FF0; 37 | } 38 | 39 | pre .keyword, 40 | pre .css .id, 41 | pre .title, 42 | pre .haskell .type, 43 | pre .vbscript .built_in, 44 | pre .sql .aggregate, 45 | pre .rsl .built_in, 46 | pre .smalltalk .class, 47 | pre .xml .tag .title, 48 | pre .winutils, 49 | pre .flow, 50 | pre .change, 51 | pre .envvar, 52 | pre .bash .variable, 53 | pre .tex .special, 54 | pre .clojure .built_in { 55 | color: #FFF; 56 | } 57 | 58 | pre .comment, 59 | pre .phpdoc, 60 | pre .javadoc, 61 | pre .java .annotation, 62 | pre .template_comment, 63 | pre .deletion, 64 | pre .apache .sqbracket, 65 | pre .tex .formula { 66 | color: #888; 67 | } 68 | 69 | pre .number, 70 | pre .date, 71 | pre .regexp, 72 | pre .literal, 73 | pre .smalltalk .symbol, 74 | pre .smalltalk .char, 75 | pre .clojure .attribute { 76 | color: #0F0; 77 | } 78 | 79 | pre .python .decorator, 80 | pre .django .filter .argument, 81 | pre .smalltalk .localvars, 82 | pre .smalltalk .array, 83 | pre .attr_selector, 84 | pre .pseudo, 85 | pre .xml .pi, 86 | pre .diff .header, 87 | pre .chunk, 88 | pre .shebang, 89 | pre .nginx .built_in, 90 | pre .prompt { 91 | color: #008080; 92 | } 93 | 94 | pre .keyword, 95 | pre .css .id, 96 | pre .title, 97 | pre .haskell .type, 98 | pre .vbscript .built_in, 99 | pre .sql .aggregate, 100 | pre .rsl .built_in, 101 | pre .smalltalk .class, 102 | pre .winutils, 103 | pre .flow, 104 | pre .apache .tag, 105 | pre .nginx .built_in, 106 | pre .tex .command, 107 | pre .tex .special, 108 | pre .request, 109 | pre .status { 110 | font-weight: bold; 111 | } 112 | -------------------------------------------------------------------------------- /assets/highlight/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | pre code { 6 | display: block; padding: 0.5em; 7 | background: #272822; 8 | } 9 | 10 | pre .tag, 11 | pre .tag .title, 12 | pre .keyword, 13 | pre .literal, 14 | pre .change, 15 | pre .winutils, 16 | pre .flow, 17 | pre .lisp .title, 18 | pre .clojure .built_in, 19 | pre .nginx .title, 20 | pre .tex .special { 21 | color: #F92672; 22 | } 23 | 24 | pre code { 25 | color: #DDD; 26 | } 27 | 28 | pre code .constant { 29 | color: #66D9EF; 30 | } 31 | 32 | pre .class .title { 33 | color: white; 34 | } 35 | 36 | pre .attribute, 37 | pre .symbol, 38 | pre .symbol .string, 39 | pre .value, 40 | pre .regexp { 41 | color: #BF79DB; 42 | } 43 | 44 | pre .tag .value, 45 | pre .string, 46 | pre .subst, 47 | pre .title, 48 | pre .haskell .type, 49 | pre .preprocessor, 50 | pre .ruby .class .parent, 51 | pre .built_in, 52 | pre .sql .aggregate, 53 | pre .django .template_tag, 54 | pre .django .variable, 55 | pre .smalltalk .class, 56 | pre .javadoc, 57 | pre .django .filter .argument, 58 | pre .smalltalk .localvars, 59 | pre .smalltalk .array, 60 | pre .attr_selector, 61 | pre .pseudo, 62 | pre .addition, 63 | pre .stream, 64 | pre .envvar, 65 | pre .apache .tag, 66 | pre .apache .cbracket, 67 | pre .tex .command, 68 | pre .prompt { 69 | color: #A6E22E; 70 | } 71 | 72 | pre .comment, 73 | pre .java .annotation, 74 | pre .python .decorator, 75 | pre .template_comment, 76 | pre .pi, 77 | pre .doctype, 78 | pre .deletion, 79 | pre .shebang, 80 | pre .apache .sqbracket, 81 | pre .tex .formula { 82 | color: #75715E; 83 | } 84 | 85 | pre .keyword, 86 | pre .literal, 87 | pre .css .id, 88 | pre .phpdoc, 89 | pre .title, 90 | pre .haskell .type, 91 | pre .vbscript .built_in, 92 | pre .sql .aggregate, 93 | pre .rsl .built_in, 94 | pre .smalltalk .class, 95 | pre .diff .header, 96 | pre .chunk, 97 | pre .winutils, 98 | pre .bash .variable, 99 | pre .apache .tag, 100 | pre .tex .special, 101 | pre .request, 102 | pre .status { 103 | font-weight: bold; 104 | } 105 | 106 | pre .coffeescript .javascript, 107 | pre .javascript .xml, 108 | pre .tex .formula, 109 | pre .xml .javascript, 110 | pre .xml .vbscript, 111 | pre .xml .css, 112 | pre .xml .cdata { 113 | opacity: 0.5; 114 | } 115 | -------------------------------------------------------------------------------- /assets/highlight/styles/zenburn.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Zenburn style from voldmar.ru (c) Vladimir Epifanov 4 | based on dark.css by Ivan Sagalaev 5 | 6 | */ 7 | 8 | pre code { 9 | display: block; padding: 0.5em; 10 | background: #3F3F3F; 11 | color: #DCDCDC; 12 | } 13 | 14 | pre .keyword, 15 | pre .tag, 16 | pre .css .class, 17 | pre .css .id, 18 | pre .lisp .title, 19 | pre .nginx .title, 20 | pre .request, 21 | pre .status, 22 | pre .clojure .attribute { 23 | color: #E3CEAB; 24 | } 25 | 26 | pre .django .template_tag, 27 | pre .django .variable, 28 | pre .django .filter .argument { 29 | color: #DCDCDC; 30 | } 31 | 32 | pre .number, 33 | pre .date { 34 | color: #8CD0D3; 35 | } 36 | 37 | pre .dos .envvar, 38 | pre .dos .stream, 39 | pre .variable, 40 | pre .apache .sqbracket { 41 | color: #EFDCBC; 42 | } 43 | 44 | pre .dos .flow, 45 | pre .diff .change, 46 | pre .python .exception, 47 | pre .python .built_in, 48 | pre .literal, 49 | pre .tex .special { 50 | color: #EFEFAF; 51 | } 52 | 53 | pre .diff .chunk, 54 | pre .subst { 55 | color: #8F8F8F; 56 | } 57 | 58 | pre .dos .keyword, 59 | pre .python .decorator, 60 | pre .title, 61 | pre .haskell .type, 62 | pre .diff .header, 63 | pre .ruby .class .parent, 64 | pre .apache .tag, 65 | pre .nginx .built_in, 66 | pre .tex .command, 67 | pre .prompt { 68 | color: #efef8f; 69 | } 70 | 71 | pre .dos .winutils, 72 | pre .ruby .symbol, 73 | pre .ruby .symbol .string, 74 | pre .ruby .string { 75 | color: #DCA3A3; 76 | } 77 | 78 | pre .diff .deletion, 79 | pre .string, 80 | pre .tag .value, 81 | pre .preprocessor, 82 | pre .built_in, 83 | pre .sql .aggregate, 84 | pre .javadoc, 85 | pre .smalltalk .class, 86 | pre .smalltalk .localvars, 87 | pre .smalltalk .array, 88 | pre .css .rules .value, 89 | pre .attr_selector, 90 | pre .pseudo, 91 | pre .apache .cbracket, 92 | pre .tex .formula { 93 | color: #CC9393; 94 | } 95 | 96 | pre .shebang, 97 | pre .diff .addition, 98 | pre .comment, 99 | pre .java .annotation, 100 | pre .template_comment, 101 | pre .pi, 102 | pre .doctype { 103 | color: #7F9F7F; 104 | } 105 | 106 | pre .coffeescript .javascript, 107 | pre .javascript .xml, 108 | pre .tex .formula, 109 | pre .xml .javascript, 110 | pre .xml .vbscript, 111 | pre .xml .css, 112 | pre .xml .cdata { 113 | opacity: 0.5; 114 | } 115 | 116 | -------------------------------------------------------------------------------- /assets/highlight/styles/magula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Description: Magula style for highligh.js 3 | Author: Ruslan Keba 4 | Website: http://rukeba.com/ 5 | Version: 1.0 6 | Date: 2009-01-03 7 | Music: Aphex Twin / Xtal 8 | */ 9 | 10 | pre code { 11 | display: block; padding: 0.5em; 12 | background-color: #f4f4f4; 13 | } 14 | 15 | pre code, 16 | pre .subst, 17 | pre .lisp .title, 18 | pre .clojure .built_in { 19 | color: black; 20 | } 21 | 22 | pre .string, 23 | pre .title, 24 | pre .parent, 25 | pre .tag .value, 26 | pre .rules .value, 27 | pre .rules .value .number, 28 | pre .preprocessor, 29 | pre .ruby .symbol, 30 | pre .ruby .symbol .string, 31 | pre .aggregate, 32 | pre .template_tag, 33 | pre .django .variable, 34 | pre .smalltalk .class, 35 | pre .addition, 36 | pre .flow, 37 | pre .stream, 38 | pre .bash .variable, 39 | pre .apache .cbracket { 40 | color: #050; 41 | } 42 | 43 | pre .comment, 44 | pre .annotation, 45 | pre .template_comment, 46 | pre .diff .header, 47 | pre .chunk { 48 | color: #777; 49 | } 50 | 51 | pre .number, 52 | pre .date, 53 | pre .regexp, 54 | pre .literal, 55 | pre .smalltalk .symbol, 56 | pre .smalltalk .char, 57 | pre .change, 58 | pre .tex .special { 59 | color: #800; 60 | } 61 | 62 | pre .label, 63 | pre .javadoc, 64 | pre .ruby .string, 65 | pre .decorator, 66 | pre .filter .argument, 67 | pre .localvars, 68 | pre .array, 69 | pre .attr_selector, 70 | pre .pseudo, 71 | pre .pi, 72 | pre .doctype, 73 | pre .deletion, 74 | pre .envvar, 75 | pre .shebang, 76 | pre .apache .sqbracket, 77 | pre .nginx .built_in, 78 | pre .tex .formula, 79 | pre .prompt, 80 | pre .clojure .attribute { 81 | color: #00e; 82 | } 83 | 84 | pre .keyword, 85 | pre .id, 86 | pre .phpdoc, 87 | pre .title, 88 | pre .built_in, 89 | pre .aggregate, 90 | pre .smalltalk .class, 91 | pre .winutils, 92 | pre .bash .variable, 93 | pre .apache .tag, 94 | pre .xml .tag, 95 | pre .tex .command, 96 | pre .request, 97 | pre .status { 98 | font-weight: bold; 99 | color: navy; 100 | } 101 | 102 | pre .nginx .built_in { 103 | font-weight: normal; 104 | } 105 | 106 | pre .coffeescript .javascript, 107 | pre .javascript .xml, 108 | pre .tex .formula, 109 | pre .xml .javascript, 110 | pre .xml .vbscript, 111 | pre .xml .css, 112 | pre .xml .cdata { 113 | opacity: 0.5; 114 | } 115 | 116 | /* --- */ 117 | pre .apache .tag { 118 | font-weight: bold; 119 | color: blue; 120 | } 121 | 122 | -------------------------------------------------------------------------------- /assets/highlight/styles/school_book.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | School Book style from goldblog.com.ua (c) Zaripov Yura 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 15px 0.5em 0.5em 30px; 9 | font-size: 11px !important; 10 | line-height:16px !important; 11 | } 12 | 13 | pre{ 14 | background:#f6f6ae url(./school_book.png); 15 | border-top: solid 2px #d2e8b9; 16 | border-bottom: solid 1px #d2e8b9; 17 | } 18 | 19 | pre .keyword, 20 | pre .literal, 21 | pre .change, 22 | pre .winutils, 23 | pre .flow, 24 | pre .lisp .title, 25 | pre .clojure .built_in, 26 | pre .nginx .title, 27 | pre .tex .special { 28 | color:#005599; 29 | font-weight:bold; 30 | } 31 | 32 | pre code, 33 | pre .subst, 34 | pre .tag .keyword { 35 | color: #3E5915; 36 | } 37 | 38 | pre .string, 39 | pre .title, 40 | pre .haskell .type, 41 | pre .tag .value, 42 | pre .css .rules .value, 43 | pre .preprocessor, 44 | pre .ruby .symbol, 45 | pre .ruby .symbol .string, 46 | pre .ruby .class .parent, 47 | pre .built_in, 48 | pre .sql .aggregate, 49 | pre .django .template_tag, 50 | pre .django .variable, 51 | pre .smalltalk .class, 52 | pre .javadoc, 53 | pre .ruby .string, 54 | pre .django .filter .argument, 55 | pre .smalltalk .localvars, 56 | pre .smalltalk .array, 57 | pre .attr_selector, 58 | pre .pseudo, 59 | pre .addition, 60 | pre .stream, 61 | pre .envvar, 62 | pre .apache .tag, 63 | pre .apache .cbracket, 64 | pre .nginx .built_in, 65 | pre .tex .command { 66 | color: #2C009F; 67 | } 68 | 69 | pre .comment, 70 | pre .java .annotation, 71 | pre .python .decorator, 72 | pre .template_comment, 73 | pre .pi, 74 | pre .doctype, 75 | pre .deletion, 76 | pre .shebang, 77 | pre .apache .sqbracket { 78 | color: #E60415; 79 | } 80 | 81 | pre .keyword, 82 | pre .literal, 83 | pre .css .id, 84 | pre .phpdoc, 85 | pre .title, 86 | pre .haskell .type, 87 | pre .vbscript .built_in, 88 | pre .sql .aggregate, 89 | pre .rsl .built_in, 90 | pre .smalltalk .class, 91 | pre .xml .tag .title, 92 | pre .diff .header, 93 | pre .chunk, 94 | pre .winutils, 95 | pre .bash .variable, 96 | pre .apache .tag, 97 | pre .tex .command, 98 | pre .request, 99 | pre .status { 100 | font-weight: bold; 101 | } 102 | 103 | pre .coffeescript .javascript, 104 | pre .javascript .xml, 105 | pre .tex .formula, 106 | pre .xml .javascript, 107 | pre .xml .vbscript, 108 | pre .xml .css, 109 | pre .xml .cdata { 110 | opacity: 0.5; 111 | } 112 | -------------------------------------------------------------------------------- /.temp/box004/_posts/2011-01-01-box4-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | area: area001 4 | box: box004 5 | category: cat001 6 | title: First Post in Box 4 7 | date: 2011-01-01 01:03 8 | tags: [lorem, dolor, with space ls] 9 | --- 10 | 11 | # Heading 1 12 | 13 | Suspendisse sagittis dui in nisi feugiat ut semper ante viverra. Vestibulum quam dui, hendrerit sed lacinia a, lacinia id sapien. Nulla id nunc ut quam facilisis scelerisque. Aenean et velit ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pharetra erat at augue elementum id tempor ipsum lacinia. Vivamus id tortor mi, ac porttitor arcu. Sed nec eros sem, et suscipit erat. Vivamus viverra felis at elit laoreet mattis. Cras dapibus facilisis mauris ut ultricies. Donec lectus metus, consequat pulvinar congue sed, tempus eu elit. Proin id lacinia magna. Sed imperdiet dui eu turpis tristique ultricies. Cras ullamcorper tempor nisl, ac porta purus hendrerit at. Phasellus in hendrerit dui. 14 | 15 | ## Heading 2 16 | ### Heading 3 17 | #### Heading 4 18 | 19 | # Unordered List 20 | 21 | - Maecenas non odio vitae tortor blandit posuere 22 | - Duis ac leo quis mi blandit molestie. 23 | - Vestibulum sodales dignissim neque, eget pharetra metus adipiscing id. 24 | - Morbi et metus quam, et sagittis risus. 25 | 26 | # Ordered List 27 | 28 | 1. Maecenas non odio vitae tortor blandit posuere 29 | - Duis ac leo quis mi blandit molestie. 30 | - Vestibulum sodales dignissim neque, eget pharetra metus adipiscing id. 31 | - Morbi et metus quam, et sagittis risus. 32 | 33 | # Internal Links 34 | 35 | - HTML Link to Post 4 in Box 4 36 | - [Liquids Markdown Link to Post 4 in Box 4]({{ site.url }}/box004/2013-01-02-box4-post4) 37 | - [Markdown Link to Post 4 in Box 4](/box004/2013-01-02-box4-post4) 38 | - [Offline relative Markdown Link to Post 4 in Box 4](../../box004/2013-01-02-box4-post4/index.html) 39 | 40 | # Pygments 41 | 42 | {% highlight html %} 43 | No language indicated, so no syntax highlighting. 44 | But let's throw in a tag. 45 | {% endhighlight %} 46 | 47 | {% highlight python %} 48 | s = "Python syntax highlighting" 49 | print s 50 | {% endhighlight %} 51 | 52 | {% highlight ruby linenos %} 53 | var s = "JavaScript syntax highlighting"; 54 | alert(s); 55 | {% endhighlight %} 56 | 57 | # Highligtht.JS 58 | 59 |
No language indicated, so no syntax highlighting. 
60 | But let's throw in a tag.
61 | 
62 | 63 |
s = "Python syntax highlighting"
64 | print s
65 | 
66 | 67 |
68 | var s = "JavaScript syntax highlighting";
69 | alert(s);
70 | 
71 | 72 | 73 | -------------------------------------------------------------------------------- /assets/highlight/styles/googlecode.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Google Code style (c) Aahan Krish 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: white; color: black; 10 | } 11 | 12 | pre .comment, 13 | pre .template_comment, 14 | pre .javadoc, 15 | pre .comment * { 16 | color: #800; 17 | } 18 | 19 | pre .keyword, 20 | pre .method, 21 | pre .list .title, 22 | pre .clojure .built_in, 23 | pre .nginx .title, 24 | pre .tag .title, 25 | pre .setting .value, 26 | pre .winutils, 27 | pre .tex .command, 28 | pre .http .title, 29 | pre .request, 30 | pre .status { 31 | color: #008; 32 | } 33 | 34 | pre .envvar, 35 | pre .tex .special { 36 | color: #660; 37 | } 38 | 39 | pre .string, 40 | pre .tag .value, 41 | pre .cdata, 42 | pre .filter .argument, 43 | pre .attr_selector, 44 | pre .apache .cbracket, 45 | pre .date, 46 | pre .regexp { 47 | color: #080; 48 | } 49 | 50 | pre .sub .identifier, 51 | pre .pi, 52 | pre .tag, 53 | pre .tag .keyword, 54 | pre .decorator, 55 | pre .ini .title, 56 | pre .shebang, 57 | pre .prompt, 58 | pre .hexcolor, 59 | pre .rules .value, 60 | pre .css .value .number, 61 | pre .literal, 62 | pre .symbol, 63 | pre .ruby .symbol .string, 64 | pre .number, 65 | pre .css .function, 66 | pre .clojure .attribute { 67 | color: #066; 68 | } 69 | 70 | pre .class .title, 71 | pre .haskell .type, 72 | pre .smalltalk .class, 73 | pre .javadoctag, 74 | pre .yardoctag, 75 | pre .phpdoc, 76 | pre .typename, 77 | pre .tag .attribute, 78 | pre .doctype, 79 | pre .class .id, 80 | pre .built_in, 81 | pre .setting, 82 | pre .params, 83 | pre .variable, 84 | pre .clojure .title { 85 | color: #606; 86 | } 87 | 88 | pre .css .tag, 89 | pre .rules .property, 90 | pre .pseudo, 91 | pre .subst { 92 | color: #000; 93 | } 94 | 95 | pre .css .class, pre .css .id { 96 | color: #9B703F; 97 | } 98 | 99 | pre .value .important { 100 | color: #ff7700; 101 | font-weight: bold; 102 | } 103 | 104 | pre .rules .keyword { 105 | color: #C5AF75; 106 | } 107 | 108 | pre .annotation, 109 | pre .apache .sqbracket, 110 | pre .nginx .built_in { 111 | color: #9B859D; 112 | } 113 | 114 | pre .preprocessor, 115 | pre .preprocessor * { 116 | color: #444; 117 | } 118 | 119 | pre .tex .formula { 120 | background-color: #EEE; 121 | font-style: italic; 122 | } 123 | 124 | pre .diff .header, 125 | pre .chunk { 126 | color: #808080; 127 | font-weight: bold; 128 | } 129 | 130 | pre .diff .change { 131 | background-color: #BCCFF9; 132 | } 133 | 134 | pre .addition { 135 | background-color: #BAEEBA; 136 | } 137 | 138 | pre .deletion { 139 | background-color: #FFC8BD; 140 | } 141 | 142 | pre .comment .yardoctag { 143 | font-weight: bold; 144 | } 145 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-20-wikibox-mobile-apps.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Mobile Apps 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | # Mobile Apps 9 | 10 | Mobile apps use are a simple tool for brwosing your (personal) knowledge base on the go. 11 | An app serves as offline capable viewer for your cards and attached files with a sleek and minimalist interface. 12 | 13 | ## Interface 14 | 15 | ------------------------------------ 16 | Y Y Y Y | 17 | ------------| 18 | Item > | 19 | ------------| 20 | Item > | CONTENT 21 | ------------| 22 | Item | 23 | ------------| 24 | ... | 25 | ------------|----------------------- 26 | X X X X X X | command/search bar 27 | ------------------------------------ 28 | 29 | ## Functions 30 | 31 | **Top Bar** 32 | 33 | Buttons `Y` allow to sort currently visible column list view: 34 | 35 | - name: tab to sort titles from A-Z, tab again to sort Z-A 36 | - date: tab to sort reverse chronically, tab again to sort chronically 37 | - cat: tab to sort grouped by category (as list separator) 38 | 39 | **Bottom Bar** 40 | 41 | Buttons `X` serves to change the left column. 42 | 43 | Row 1: 44 | 45 | - Toggle Icon: switches bottom bar to row 2. 46 | - Box Icon: shows box folder (tap to browse a level deeper or open item - if deepest level) 47 | - Stack Icon: shows stack folder (tap to browse a level deeper or open item - if deepest level) 48 | - Area Icon: shows area folder (tap to browse a level deeper, or open item - if deepest level) 49 | - Board Icon: shows board folder (tap to browse a level deeper, or open item - if deepest level) 50 | 51 | Row 2: 52 | 53 | - Toggle Icon: switches bottom bar to row 1. 54 | - Star Icon: shows all starred cards/items (based on YAML frontmatter; aggregated from all places) 55 | - Files Icon: shows all file attachments (based on YAML frontmatter; aggregated from all places) 56 | - Assets Icon: shows assets folders (scripts/jobs, stylesheets etc.) 57 | - Settings Icon: opens wikibox root folder and reveals browsing access to all folders. Especially helpful for access to layout 58 | 59 | **Command Bar** 60 | 61 | The command bar consists of one hugh input field. The availibe command allow: 62 | 63 | - to search globally or with scope (in box) 64 | - to filter a column view: (filter "text") 65 | - to highlight a word in the content view 66 | - to run a script globally or on specified items 67 | 68 | Commands use natural language: 69 | 70 | - dates (before 2009, cards of 2nd friday on december 2009) 71 | - places (search for "cats" in box "animals") 72 | - ... 73 | 74 | Command Bar is a _plugin to wikibox. 75 | 76 | ## Price 77 | 78 | Also the source code is availible on github the apps are not free. 79 | 80 | The pricing serves as a donation to back the development worktime needed for wikibox. -------------------------------------------------------------------------------- /assets/highlight/styles/default.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Original style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #F0F0F0; 10 | } 11 | 12 | pre code, 13 | pre .subst, 14 | pre .tag .title, 15 | pre .lisp .title, 16 | pre .clojure .built_in, 17 | pre .nginx .title { 18 | color: black; 19 | } 20 | 21 | pre .string, 22 | pre .title, 23 | pre .constant, 24 | pre .parent, 25 | pre .tag .value, 26 | pre .rules .value, 27 | pre .rules .value .number, 28 | pre .preprocessor, 29 | pre .ruby .symbol, 30 | pre .ruby .symbol .string, 31 | pre .aggregate, 32 | pre .template_tag, 33 | pre .django .variable, 34 | pre .smalltalk .class, 35 | pre .addition, 36 | pre .flow, 37 | pre .stream, 38 | pre .bash .variable, 39 | pre .apache .tag, 40 | pre .apache .cbracket, 41 | pre .tex .command, 42 | pre .tex .special, 43 | pre .erlang_repl .function_or_atom, 44 | pre .markdown .header { 45 | color: #800; 46 | } 47 | 48 | pre .comment, 49 | pre .annotation, 50 | pre .template_comment, 51 | pre .diff .header, 52 | pre .chunk, 53 | pre .markdown .blockquote { 54 | color: #888; 55 | } 56 | 57 | pre .number, 58 | pre .date, 59 | pre .regexp, 60 | pre .literal, 61 | pre .smalltalk .symbol, 62 | pre .smalltalk .char, 63 | pre .go .constant, 64 | pre .change, 65 | pre .markdown .bullet, 66 | pre .markdown .link_url { 67 | color: #080; 68 | } 69 | 70 | pre .label, 71 | pre .javadoc, 72 | pre .ruby .string, 73 | pre .decorator, 74 | pre .filter .argument, 75 | pre .localvars, 76 | pre .array, 77 | pre .attr_selector, 78 | pre .important, 79 | pre .pseudo, 80 | pre .pi, 81 | pre .doctype, 82 | pre .deletion, 83 | pre .envvar, 84 | pre .shebang, 85 | pre .apache .sqbracket, 86 | pre .nginx .built_in, 87 | pre .tex .formula, 88 | pre .erlang_repl .reserved, 89 | pre .prompt, 90 | pre .markdown .link_label, 91 | pre .vhdl .attribute, 92 | pre .clojure .attribute, 93 | pre .coffeescript .property { 94 | color: #88F 95 | } 96 | 97 | pre .keyword, 98 | pre .id, 99 | pre .phpdoc, 100 | pre .title, 101 | pre .built_in, 102 | pre .aggregate, 103 | pre .css .tag, 104 | pre .javadoctag, 105 | pre .phpdoc, 106 | pre .yardoctag, 107 | pre .smalltalk .class, 108 | pre .winutils, 109 | pre .bash .variable, 110 | pre .apache .tag, 111 | pre .go .typename, 112 | pre .tex .command, 113 | pre .markdown .strong, 114 | pre .request, 115 | pre .status { 116 | font-weight: bold; 117 | } 118 | 119 | pre .markdown .emphasis { 120 | font-style: italic; 121 | } 122 | 123 | pre .nginx .built_in { 124 | font-weight: normal; 125 | } 126 | 127 | pre .coffeescript .javascript, 128 | pre .javascript .xml, 129 | pre .tex .formula, 130 | pre .xml .javascript, 131 | pre .xml .vbscript, 132 | pre .xml .css, 133 | pre .xml .cdata { 134 | opacity: 0.5; 135 | } 136 | -------------------------------------------------------------------------------- /.temp/index-v03.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: nil 3 | --- 4 | 5 | 52 | 53 | 57 | 58 |
59 | {% capture numbers %}{% include numbers.md %}{% endcapture %} 60 | {{ numbers | markdownify }} 61 |
62 | 63 |
64 | {% capture blog1 %}{% include blog1.md %}{% endcapture %} 65 | {{ blog1 | markdownify }} 66 |
67 | 68 |
69 | {% capture blog2 %}{% include blog2.md %}{% endcapture %} 70 | {{ blog2 | markdownify }} 71 |
72 | 73 |
74 | {% capture blog3 %}{% include blog3.md %}{% endcapture %} 75 | {{ blog3 | markdownify }} 76 |
77 | 78 |
79 | {% capture blog4 %}{% include blog4.md %}{% endcapture %} 80 | {{ blog4 | markdownify }} 81 |
-------------------------------------------------------------------------------- /assets/highlight/styles/sunburst.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Sunburst-like style (c) Vasily Polovnyov 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #000; color: #f8f8f8; 10 | } 11 | 12 | pre .comment, 13 | pre .template_comment, 14 | pre .javadoc { 15 | color: #aeaeae; 16 | font-style: italic; 17 | } 18 | 19 | pre .keyword, 20 | pre .ruby .function .keyword, 21 | pre .request, 22 | pre .status, 23 | pre .nginx .title { 24 | color: #E28964; 25 | } 26 | 27 | pre .function .keyword, 28 | pre .sub .keyword, 29 | pre .method, 30 | pre .list .title { 31 | color: #99CF50; 32 | } 33 | 34 | pre .string, 35 | pre .tag .value, 36 | pre .cdata, 37 | pre .filter .argument, 38 | pre .attr_selector, 39 | pre .apache .cbracket, 40 | pre .date, 41 | pre .tex .command { 42 | color: #65B042; 43 | } 44 | 45 | pre .subst { 46 | color: #DAEFA3; 47 | } 48 | 49 | pre .regexp { 50 | color: #E9C062; 51 | } 52 | 53 | pre .title, 54 | pre .sub .identifier, 55 | pre .pi, 56 | pre .tag, 57 | pre .tag .keyword, 58 | pre .decorator, 59 | pre .shebang, 60 | pre .prompt { 61 | color: #89BDFF; 62 | } 63 | 64 | pre .class .title, 65 | pre .haskell .type, 66 | pre .smalltalk .class, 67 | pre .javadoctag, 68 | pre .yardoctag, 69 | pre .phpdoc { 70 | text-decoration: underline; 71 | } 72 | 73 | pre .symbol, 74 | pre .ruby .symbol .string, 75 | pre .number { 76 | color: #3387CC; 77 | } 78 | 79 | pre .params, 80 | pre .variable, 81 | pre .clojure .attribute { 82 | color: #3E87E3; 83 | } 84 | 85 | pre .css .tag, 86 | pre .rules .property, 87 | pre .pseudo, 88 | pre .tex .special { 89 | color: #CDA869; 90 | } 91 | 92 | pre .css .class { 93 | color: #9B703F; 94 | } 95 | 96 | pre .rules .keyword { 97 | color: #C5AF75; 98 | } 99 | 100 | pre .rules .value { 101 | color: #CF6A4C; 102 | } 103 | 104 | pre .css .id { 105 | color: #8B98AB; 106 | } 107 | 108 | pre .annotation, 109 | pre .apache .sqbracket, 110 | pre .nginx .built_in { 111 | color: #9B859D; 112 | } 113 | 114 | pre .preprocessor { 115 | color: #8996A8; 116 | } 117 | 118 | pre .hexcolor, 119 | pre .css .value .number { 120 | color: #DD7B3B; 121 | } 122 | 123 | pre .css .function { 124 | color: #DAD085; 125 | } 126 | 127 | pre .diff .header, 128 | pre .chunk, 129 | pre .tex .formula { 130 | background-color: #0E2231; 131 | color: #F8F8F8; 132 | font-style: italic; 133 | } 134 | 135 | pre .diff .change { 136 | background-color: #4A410D; 137 | color: #F8F8F8; 138 | } 139 | 140 | pre .addition { 141 | background-color: #253B22; 142 | color: #F8F8F8; 143 | } 144 | 145 | pre .deletion { 146 | background-color: #420E09; 147 | color: #F8F8F8; 148 | } 149 | 150 | pre .coffeescript .javascript, 151 | pre .javascript .xml, 152 | pre .tex .formula, 153 | pre .xml .javascript, 154 | pre .xml .vbscript, 155 | pre .xml .css, 156 | pre .xml .cdata { 157 | opacity: 0.5; 158 | } 159 | -------------------------------------------------------------------------------- /box/fourbox/_posts/2011-01-01-box4-post1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | area: area001 4 | box: box004 5 | category: cat001 6 | title: First Post in Box 4 7 | date: 2011-01-01 01:03 8 | tags: [lorem, dolor, with space ls] 9 | --- 10 | 11 | # Heading 1 12 | 13 | Suspendisse sagittis dui in nisi feugiat ut semper ante viverra. Vestibulum quam dui, hendrerit sed lacinia a, lacinia id sapien. Nulla id nunc ut quam facilisis scelerisque. Aenean et velit ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pharetra erat at augue elementum id tempor ipsum lacinia. Vivamus id tortor mi, ac porttitor arcu. Sed nec eros sem, et suscipit erat. Vivamus viverra felis at elit laoreet mattis. Cras dapibus facilisis mauris ut ultricies. Donec lectus metus, consequat pulvinar congue sed, tempus eu elit. Proin id lacinia magna. Sed imperdiet dui eu turpis tristique ultricies. Cras ullamcorper tempor nisl, ac porta purus hendrerit at. Phasellus in hendrerit dui. 14 | 15 | ## Heading 2 16 | ### Heading 3 17 | #### Heading 4 18 | 19 | # Unordered List 20 | 21 | - Maecenas non odio vitae tortor blandit posuere 22 | - Duis ac leo quis mi blandit molestie. 23 | - Vestibulum sodales dignissim neque, eget pharetra metus adipiscing id. 24 | - Morbi et metus quam, et sagittis risus. 25 | 26 | # Ordered List 27 | 28 | 1. Maecenas non odio vitae tortor blandit posuere 29 | - Duis ac leo quis mi blandit molestie. 30 | - Vestibulum sodales dignissim neque, eget pharetra metus adipiscing id. 31 | - Morbi et metus quam, et sagittis risus. 32 | 33 | # Internal Links 34 | 35 | - HTML Link to Post 4 in Box 4 36 | - [Liquids Markdown Link to Post 4 in Box 4]({{ site.url }}/box004/2013-01-02-box4-post4) 37 | - [Markdown Link to Post 4 in Box 4](/box004/2013-01-02-box4-post4) 38 | - [Offline relative Markdown Link to Post 4 in Box 4](../../box004/2013-01-02-box4-post4/index.html) 39 | 40 | # Pygments 41 | 42 | {% highlight html %} 43 | No language indicated, so no syntax highlighting. 44 | But let's throw in a tag. 45 | {% endhighlight %} 46 | 47 | {% highlight python %} 48 | s = "Python syntax highlighting" 49 | print s 50 | {% endhighlight %} 51 | 52 | {% highlight ruby linenos %} 53 | var s = "JavaScript syntax highlighting"; 54 | alert(s); 55 | {% endhighlight %} 56 | 57 | # Highligtht.JS 58 | 59 |
No language indicated, so no syntax highlighting. 
60 | But let's throw in a tag.
61 | 
62 | 63 |
s = "Python syntax highlighting"
64 | print s
65 | 
66 | 67 |
68 | var s = "JavaScript syntax highlighting";
69 | alert(s);
70 | 
71 | 72 | # Fenced Code Blocks 73 | 74 | ``` 75 | No language indicated, so no syntax highlighting. 76 | But let's throw in a tag. 77 | ``` 78 | 79 | ```python 80 | s = "Python syntax highlighting" 81 | print s 82 | ```` 83 | 84 | ``` 85 | var s = "JavaScript syntax highlighting"; 86 | alert(s); 87 | ``` -------------------------------------------------------------------------------- /assets/highlight/styles/xcode.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | XCode style (c) Angel Garcia 4 | 5 | */ 6 | 7 | pre code { 8 | display: block; padding: 0.5em; 9 | background: #fff; color: black; 10 | } 11 | 12 | pre .comment, 13 | pre .template_comment, 14 | pre .javadoc, 15 | pre .comment * { 16 | color: rgb(0,106,0); 17 | } 18 | 19 | pre .keyword, 20 | pre .literal, 21 | pre .nginx .title { 22 | color: rgb(170,13,145); 23 | } 24 | pre .method, 25 | pre .list .title, 26 | pre .tag .title, 27 | pre .setting .value, 28 | pre .winutils, 29 | pre .tex .command, 30 | pre .http .title, 31 | pre .request, 32 | pre .status { 33 | color: #008; 34 | } 35 | 36 | pre .envvar, 37 | pre .tex .special { 38 | color: #660; 39 | } 40 | 41 | pre .string { 42 | color: rgb(196,26,22); 43 | } 44 | pre .tag .value, 45 | pre .cdata, 46 | pre .filter .argument, 47 | pre .attr_selector, 48 | pre .apache .cbracket, 49 | pre .date, 50 | pre .regexp { 51 | color: #080; 52 | } 53 | 54 | pre .sub .identifier, 55 | pre .pi, 56 | pre .tag, 57 | pre .tag .keyword, 58 | pre .decorator, 59 | pre .ini .title, 60 | pre .shebang, 61 | pre .prompt, 62 | pre .hexcolor, 63 | pre .rules .value, 64 | pre .css .value .number, 65 | pre .symbol, 66 | pre .symbol .string, 67 | pre .number, 68 | pre .css .function, 69 | pre .clojure .title, 70 | pre .clojure .built_in { 71 | color: rgb(28,0,207); 72 | } 73 | 74 | pre .class .title, 75 | pre .haskell .type, 76 | pre .smalltalk .class, 77 | pre .javadoctag, 78 | pre .yardoctag, 79 | pre .phpdoc, 80 | pre .typename, 81 | pre .tag .attribute, 82 | pre .doctype, 83 | pre .class .id, 84 | pre .built_in, 85 | pre .setting, 86 | pre .params, 87 | pre .clojure .attribute { 88 | color: rgb(92,38,153); 89 | } 90 | 91 | pre .variable { 92 | color: rgb(63,110,116); 93 | } 94 | pre .css .tag, 95 | pre .rules .property, 96 | pre .pseudo, 97 | pre .subst { 98 | color: #000; 99 | } 100 | 101 | pre .css .class, pre .css .id { 102 | color: #9B703F; 103 | } 104 | 105 | pre .value .important { 106 | color: #ff7700; 107 | font-weight: bold; 108 | } 109 | 110 | pre .rules .keyword { 111 | color: #C5AF75; 112 | } 113 | 114 | pre .annotation, 115 | pre .apache .sqbracket, 116 | pre .nginx .built_in { 117 | color: #9B859D; 118 | } 119 | 120 | pre .preprocessor, 121 | pre .preprocessor * { 122 | color: rgb(100,56,32); 123 | } 124 | 125 | pre .tex .formula { 126 | background-color: #EEE; 127 | font-style: italic; 128 | } 129 | 130 | pre .diff .header, 131 | pre .chunk { 132 | color: #808080; 133 | font-weight: bold; 134 | } 135 | 136 | pre .diff .change { 137 | background-color: #BCCFF9; 138 | } 139 | 140 | pre .addition { 141 | background-color: #BAEEBA; 142 | } 143 | 144 | pre .deletion { 145 | background-color: #FFC8BD; 146 | } 147 | 148 | pre .comment .yardoctag { 149 | font-weight: bold; 150 | } 151 | 152 | pre .method .id { 153 | color: #000; 154 | } 155 | -------------------------------------------------------------------------------- /.temp/default-old.css: -------------------------------------------------------------------------------- 1 | /*############################################################# 2 | Name: Twilight 3 | Date: 2006-11-21 4 | Description: A dark and mysterious single column template. 5 | Author: Viktor Persson 6 | URL: http://templates.arcsin.se 7 | 8 | Feel free to use and modify but please provide credits. 9 | #############################################################*/ 10 | 11 | /* standard elements */ 12 | * { 13 | margin: 0; 14 | padding: 0; 15 | } 16 | 17 | a {color: #663;} 18 | 19 | a:hover {color: #993;} 20 | 21 | body { 22 | background: #0D0D0D url(img/bg.gif) repeat-y center top; 23 | color: #55554A; 24 | font: normal 62.5% "Lucida Sans Unicode",sans-serif; 25 | margin: 0; 26 | } 27 | 28 | p,code,ul { 29 | font-size: 1.2em; 30 | padding-bottom: 1.2em; 31 | } 32 | 33 | h1 { 34 | font-size: 1.4em; 35 | margin-bottom: 4px; 36 | } 37 | 38 | li { 39 | list-style: url(img/li.gif); 40 | margin-left: 18px; 41 | } 42 | 43 | code { 44 | background: url(img/bgcode.gif); 45 | border: 1px solid #060606; 46 | color: #666; 47 | display: block; 48 | font: normal 1.1em "Lucida Sans Unicode",serif; 49 | margin-bottom: 12px; 50 | padding: 8px 10px; 51 | white-space: pre; 52 | } 53 | 54 | blockquote { 55 | background: url(img/quote.gif) no-repeat; 56 | color: #664; 57 | display: block; 58 | font: normal 1.2em "Lucida Sans Unicode",serif; 59 | padding-left: 28px; 60 | } 61 | 62 | h1,h2,h3 { 63 | color: #663; 64 | padding-top: 6px; 65 | } 66 | 67 | /* misc */ 68 | .clearer {clear: both;} 69 | 70 | /* structure */ 71 | .container { 72 | margin: 0 auto; 73 | width: 730px; 74 | } 75 | 76 | /* title */ 77 | .title { 78 | float: left; 79 | margin-top: 22px; 80 | text-align: center; 81 | width: 220px; 82 | } 83 | .title h1 { 84 | color: #993; 85 | font: normal 2em Verdana,sans-serif; 86 | } 87 | .title h2 { 88 | color: #665; 89 | font: normal 1.1em Verdana,sans-serif; 90 | } 91 | 92 | /* navigation */ 93 | .navigation { 94 | background: url(img/holder.jpg) no-repeat; 95 | height: 100px; 96 | padding: 0 16px; 97 | } 98 | .navigation a { 99 | border-left: 1px solid #111; 100 | color: #665; 101 | float: right; 102 | font: bold 1.2em "Trebuchet MS",sans-serif; 103 | margin-top: 9px; 104 | padding: 58px 18px 8px; 105 | text-align: center; 106 | text-decoration: none; 107 | } 108 | .navigation a:hover { 109 | background: #000 url(img/navhover.gif) repeat-x; 110 | color: #993; 111 | padding: 56px 18px 10px; 112 | } 113 | 114 | /* holders */ 115 | .holder { 116 | background: url(img/bgholder.jpg) repeat-y; 117 | padding: 0 32px; 118 | } 119 | .holder_top,.footer { 120 | clear: both; 121 | background: url(img/holder.jpg) no-repeat; 122 | height: 40px; 123 | } 124 | 125 | /* footer */ 126 | .footer { 127 | background-position: left bottom; 128 | color: #665; 129 | font-size: 1.1em; 130 | text-align: center; 131 | } -------------------------------------------------------------------------------- /box/onebox/_posts/2012-06-01-box1-post6.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | box: box001 4 | category: cat006 5 | title: 'Sixth Post in first Box' 6 | date: 2012-06-01 21:35 7 | --- 8 | # Brave new World 9 | 10 | This is the first post on this box. Duis eros urna, tincidunt non tempor ac, aliquam nec sapien. Nullam cursus congue eleifend. Praesent sit amet ipsum nec lacus tincidunt interdum. Nunc egestas ligula at arcu pellentesque eget aliquam enim blandit. Ut vulputate varius libero, in molestie felis pulvinar in. In a sem risus, ut venenatis ipsum. Suspendisse potenti. Morbi tincidunt blandit facilisis. Sed sit amet turpis urna. Nulla quis tristique lacus. Sed eu dapibus neque. Fusce a nibh felis, ornare semper nisi. Nunc eget odio non mi pretium euismod vitae in quam. Maecenas sed eros vel felis pharetra tempor quis ut orci. Donec mollis varius mollis. Ut elit elit, luctus luctus posuere nec, vestibulum in est. Nam in euismod neque. Sed placerat justo auctor magna ultricies iaculis. Sed vitae auctor sapien. Donec vitae augue sit amet ipsum pretium cursus at eu purus. Praesent sit amet tellus sit amet justo interdum lacinia non et enim. Quisque ut libero dolor, at euismod diam. Nam interdum massa vel lorem ultrices sodales. Phasellus adipiscing ante a orci euismod sodales. Nam nec sapien et eros faucibus mollis. Fusce eget nisi vitae purus ultrices accumsan ut sit amet sapien. Etiam quis erat neque. Aliquam bibendum dignissim orci, eu porttitor nulla adipiscing in. Vestibulum ullamcorper pellentesque cursus. Aliquam orci enim, ultricies et pharetra eu, consequat elementum felis. Morbi fringilla dignissim tortor quis faucibus. Fusce at mauris nulla, ut accumsan felis. Quisque gravida sagittis tempor. Duis dignissim, nisi sit amet ornare commodo, odio urna euismod leo, sit amet sodales risus metus a tellus. Nam id nisi urna, eget mattis odio. Cras nec risus justo, quis interdum eros. Maecenas ut est dui, sed pulvinar ante. Mauris semper, sapien eget vestibulum feugiat, arcu tortor semper elit, at consectetur nisi nisl et justo. Donec velit velit, fermentum eget vehicula eget, lacinia a nisi. Cras id magna vel arcu molestie fermentum a at justo. Etiam orci ipsum, pharetra sit amet volutpat ut, feugiat quis velit. Proin sit amet pulvinar massa. Donec aliquet tortor in purus adipiscing tempus dignissim purus euismod. Nam augue ante, iaculis a egestas ac, ultricies eget mauris. Nulla vitae quam id lorem tristique vestibulum. Etiam eu feugiat sapien. Nullam in est nibh, eu laoreet nulla. Sed bibendum tristique lectus, eget mollis ante euismod nec. In facilisis rutrum dolor, vel suscipit ante lacinia non. Donec pulvinar, mi pretium sagittis aliquet, mauris quam ultricies libero, ac pharetra lectus metus vel erat. Ut semper nisl dui. In hac habitasse platea dictumst. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent magna magna, venenatis eu hendrerit sed, sollicitudin id augue. Mauris mi dolor, scelerisque in rhoncus ut, consectetur ac. 11 | -------------------------------------------------------------------------------- /assets/highlight/styles/arta.css: -------------------------------------------------------------------------------- 1 | /* 2 | Date: 17.V.2011 3 | Author: pumbur 4 | */ 5 | 6 | pre code 7 | { 8 | display: block; padding: 0.5em; 9 | background: #222; 10 | } 11 | 12 | pre .profile .header *, 13 | pre .ini .title, 14 | pre .nginx .title 15 | { 16 | color: #fff; 17 | } 18 | 19 | pre .comment, 20 | pre .javadoc, 21 | pre .preprocessor, 22 | pre .preprocessor .title, 23 | pre .shebang, 24 | pre .profile .summary, 25 | pre .diff, 26 | pre .pi, 27 | pre .doctype, 28 | pre .tag, 29 | pre .template_comment, 30 | pre .css .rules, 31 | pre .tex .special 32 | { 33 | color: #444; 34 | } 35 | 36 | pre .string, 37 | pre .symbol, 38 | pre .diff .change, 39 | pre .regexp, 40 | pre .xml .attribute, 41 | pre .smalltalk .char, 42 | pre .xml .value, 43 | pre .ini .value, 44 | pre .clojure .attribute 45 | { 46 | color: #ffcc33; 47 | } 48 | 49 | pre .number, 50 | pre .addition 51 | { 52 | color: #00cc66; 53 | } 54 | 55 | pre .built_in, 56 | pre .literal, 57 | pre .vhdl .typename, 58 | pre .go .constant, 59 | pre .go .typename, 60 | pre .ini .keyword, 61 | pre .lua .title, 62 | pre .perl .variable, 63 | pre .php .variable, 64 | pre .mel .variable, 65 | pre .django .variable, 66 | pre .css .funtion, 67 | pre .smalltalk .method, 68 | pre .hexcolor, 69 | pre .important, 70 | pre .flow, 71 | pre .inheritance, 72 | pre .parser3 .variable 73 | { 74 | color: #32AAEE; 75 | } 76 | 77 | pre .keyword, 78 | pre .tag .title, 79 | pre .css .tag, 80 | pre .css .class, 81 | pre .css .id, 82 | pre .css .pseudo, 83 | pre .css .attr_selector, 84 | pre .lisp .title, 85 | pre .clojure .built_in, 86 | pre .winutils, 87 | pre .tex .command, 88 | pre .request, 89 | pre .status 90 | { 91 | color: #6644aa; 92 | } 93 | 94 | pre .title, 95 | pre .ruby .constant, 96 | pre .vala .constant, 97 | pre .parent, 98 | pre .deletion, 99 | pre .template_tag, 100 | pre .css .keyword, 101 | pre .objectivec .class .id, 102 | pre .smalltalk .class, 103 | pre .lisp .keyword, 104 | pre .apache .tag, 105 | pre .nginx .variable, 106 | pre .envvar, 107 | pre .bash .variable, 108 | pre .go .built_in, 109 | pre .vbscript .built_in, 110 | pre .lua .built_in, 111 | pre .rsl .built_in, 112 | pre .tail, 113 | pre .avrasm .label, 114 | pre .tex .formula, 115 | pre .tex .formula * 116 | { 117 | color: #bb1166; 118 | } 119 | 120 | pre .yardoctag, 121 | pre .phpdoc, 122 | pre .profile .header, 123 | pre .ini .title, 124 | pre .apache .tag, 125 | pre .parser3 .title 126 | { 127 | font-weight: bold; 128 | } 129 | 130 | pre .coffeescript .javascript, 131 | pre .javascript .xml, 132 | pre .tex .formula, 133 | pre .xml .javascript, 134 | pre .xml .vbscript, 135 | pre .xml .css, 136 | pre .xml .cdata 137 | { 138 | opacity: 0.6; 139 | } 140 | 141 | pre code, 142 | pre .javascript, 143 | pre .css, 144 | pre .xml, 145 | pre .subst, 146 | pre .diff .chunk, 147 | pre .css .value, 148 | pre .css .attribute, 149 | pre .lisp .string, 150 | pre .lisp .number, 151 | pre .tail .params, 152 | pre .container, 153 | pre .haskell *, 154 | pre .erlang *, 155 | pre .erlang_repl * 156 | { 157 | color: #aaa; 158 | } 159 | -------------------------------------------------------------------------------- /box/wikibox/_posts/2013-04-17-wikibox-cheatsheets.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Reference Cards and Cheatsheets 4 | tags: ' #box(wikibox) ' 5 | box: wikibox 6 | --- 7 | 8 | # Definitions 9 | 10 | - A (regular) reference is condensed transcript (e.g. of a lecture) with examples and background information. The information content is nearly complete in comparison to the original. 11 | - A cheat sheet or quick reference is a very short and essential outline. It only gives hints to your mind to dig deeper in your memory or the web. 12 | 13 | # Reference Cards 14 | 15 | Structuring Approach: 16 | 17 | Abbreviations (used inside this card) 18 | 1. Topic 1 19 | 1.1. Subtopic 1 20 | Text 21 | Examples (Code Snippets) 22 | References (Table with Shortcut, Action, Description, Definitions) 23 | 1.2 Subtopic 2 24 | 2. Topic 2 25 | References 26 | 27 | Similar to learning math: 28 | 29 | * Starting with definition (introduction) 30 | * do some basic examples 31 | * deduce rules 32 | * practice a lot. 33 | 34 | # Quick References (Cheatsheets) 35 | 36 | Cheatsheets can be used for quick reference, glossary, definition lists, any key value lists. 37 | 38 | **Layout** 39 | 40 | For CheatSheet View (Card Page) see Wikibox Layout Specification. 41 | 42 | **Syntax** 43 | 44 | A cheatsheet is a simple markdown file: 45 | 46 | - Set layout to cheatsheet. 47 | - Use title and line in frontmatter to add a title and description (optional). 48 | - Use Markdown Definition Lists inside a h1 heading for your cheats. 49 | - Use a single endless line of text inside a h1 heading for info boxes. 50 | 51 | After YAML Frontmatter: 52 | 53 | # GROUP 54 | 55 | TERM 56 | : DESCRIPTION 57 | TERM 58 | : DESCRIPTION 59 | 60 | # BOX 61 | 62 | TEXT 63 | 64 | OR 65 | 66 | GROUP 67 | ===== 68 | 69 | TERM : DESCRIPTION 70 | TERM : DESCRIPTION 71 | 72 | BOX 73 | ==== 74 | 75 | TEXT 76 | 77 | - [Pandoc - Markdown Definition Lists](http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html#definition-lists) 78 | - [Kramdown - Markdown Definition Lists](http://kramdown.rubyforge.org/syntax.html#definition-lists) 79 | 80 | **Sharing Formats** 81 | 82 | Besides the YAML frontmatter cheatsheets are more or less a representation of classical grouped key-value pairs. Thus the written`markdown` file (definition lists) can easily be exported/imported in common standards as `XML` or `JSON`. 83 | 84 | --- 85 | Standard YAML Frontmatter 86 | --- 87 | 88 | 89 | TIITLE // duplicates YAML title 90 | LINE // duplicates YAML line 91 | 92 | GROUP 93 |
94 |
TERM
95 |
DESCRIPTION
96 |
97 |
98 | 99 | BOX 100 | TEXT 101 | 102 |
103 | 104 | **Comparison** 105 | 106 | HTML Definition lists are used to render groups. 107 | 108 |
109 |
TERM
110 |
DESCRIPTION
111 |
TERM
112 |
DESCRIPTION
113 |
114 | --------------------------------------------------------------------------------