From d38fab3a222b8f3eeaf042c2f5815a61b05d3d7e Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Tue, 31 Dec 2019 10:51:45 +0100 Subject: [PATCH] Added links for vimtok and rvl --- ...40b622142f1c98125abcfe89a76a661b0e8e343910 | 1 + _includes/self-hosted.html | 6 + _site/404.html | 6 + _site/LICENSE.md | 7 + _site/README.md | 11 + _site/blog/index.html | 6 + _site/css/main.css | 517 +++++++----------- _site/css/main.css.map | 18 + _site/feed.xml | 18 +- _site/index.html | 8 +- ...t-a-bluetooth-keyboard-work-with-arch.html | 14 +- .../installing-gentoo-on-a-thinkpad-x60s.html | 8 +- ...people-launching-rm-rf-on-your-system.html | 8 +- index.html | 2 +- 14 files changed, 291 insertions(+), 339 deletions(-) create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 create mode 100644 _site/LICENSE.md create mode 100644 _site/README.md create mode 100644 _site/css/main.css.map diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 new file mode 100644 index 0000000..d6fa886 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 @@ -0,0 +1 @@ +I"‚{"source"=>"/Users/claudio/Git/maggioni.xyz", "destination"=>"/Users/claudio/Git/maggioni.xyz/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "slides"=>{}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>true, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>"1..6", "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "title"=>"maggioni.xyz", "email"=>"claudio@maggioni.xyz", "description"=>"Eat polenta and do not counter-aim!\n", "url"=>"https://maggioni.xyz", "github_username"=>"praticamentetilde", "serving"=>false}:ET \ No newline at end of file diff --git a/_includes/self-hosted.html b/_includes/self-hosted.html index c054dcc..c264549 100644 --- a/_includes/self-hosted.html +++ b/_includes/self-hosted.html @@ -16,4 +16,10 @@ + + diff --git a/_site/404.html b/_site/404.html index 784fddb..020cd7c 100644 --- a/_site/404.html +++ b/_site/404.html @@ -89,6 +89,12 @@ + + diff --git a/_site/LICENSE.md b/_site/LICENSE.md new file mode 100644 index 0000000..25e8989 --- /dev/null +++ b/_site/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2018 Claudio Maggioni + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/_site/README.md b/_site/README.md new file mode 100644 index 0000000..b0f455e --- /dev/null +++ b/_site/README.md @@ -0,0 +1,11 @@ + + +# maggioni.xyz + +Jekyll source of website https://maggioni.xyz. + +## Licensing + +Content of articles is licensed under +[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). HTML code is +licensed under the MIT license. diff --git a/_site/blog/index.html b/_site/blog/index.html index ba4e57d..d1364ad 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -89,6 +89,12 @@ + + diff --git a/_site/css/main.css b/_site/css/main.css index 7b06e99..0663cd7 100644 --- a/_site/css/main.css +++ b/_site/css/main.css @@ -1,390 +1,259 @@ /* Reset some basic elements */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; } +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /* Basic styling */ -body { - font-weight: 200; - font-size: 18px; - line-height: 1.5; - font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #888; - background-color: #090909; } +body { font-weight: 200; font-size: 18px; line-height: 1.5; font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #888; background-color: #090909; } /* Images */ -img { - max-width: 100%; - vertical-align: middle; } +img { max-width: 100%; vertical-align: middle; } /* Lists */ -ul, ol { - margin-left: 30px; } +ul, ol { margin-left: 30px; } /* Disable margin for lists */ -li > ul, li > ol { - margin-bottom: 0; } +li > ul, li > ol { margin-bottom: 0; } /* Headings */ -h1, h2, h3, h4, h5, h6 { - font-weight: 200; } +h1, h2, h3, h4, h5, h6 { font-weight: 200; } /* Links */ -a { - color: #e82; - text-decoration: none; } - a:visited { - color: #b6620e; } - a:hover { - color: #888; - text-decoration: underline; } +a { color: #e82; text-decoration: none; } -/** - * Blockquotes - */ -blockquote { - color: #828282; - border-left: 4px solid #e8e8e8; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; - margin: 1rem 0; - padding: 1em; } - blockquote > :last-child { - margin-bottom: 0; } +a:visited { color: #b6620e; } + +a:hover { color: #888; text-decoration: underline; } + +/** Blockquotes */ +blockquote { color: #828282; border-left: 4px solid #e8e8e8; font-size: 18px; letter-spacing: -1px; font-style: italic; margin: 1rem 0; padding: 1em; } + +blockquote > :last-child { margin-bottom: 0; } /* do not put padding around the table with line numbers and the code */ -code table { - margin: -8px -12px; } +code table { margin: -8px -12px; } -pre table.rouge-table td { - padding: 0; } +pre table.rouge-table td { padding: 0; } -pre { - padding: 8px 12px; - overflow-x: auto; } - pre > code { - border: 0; - padding-right: 0; - padding-left: 0; } +pre { padding: 8px 12px; overflow-x: auto; } -/* pull a nice monospace font from the internets, plus set font and - * background */ -pre, code { - font-size: 0.95rem; - background: #424242; - font-family: "Source Code Pro", monospace; } +pre > code { border: 0; padding-right: 0; padding-left: 0; } -/* Disable borders between line numbers and code when - * line numbers are shown */ -code .rouge-table, code .rouge-table td { - border: 0; - border-radius: 0; } +/* pull a nice monospace font from the internets, plus set font and background */ +pre, code { font-size: 0.95rem; background: #424242; font-family: "Source Code Pro", monospace; } -code .rouge-table { - border-spacing: 0; - border-collapse: collapse; } +/* Disable borders between line numbers and code when line numbers are shown */ +code .rouge-table, code .rouge-table td { border: 0; border-radius: 0; } -/** - * Basic layout rules - */ +code .rouge-table { border-spacing: 0; border-collapse: collapse; } + +/** Basic layout rules */ /* Padding for the main content in the page */ -.container { - padding: 0 4em; - max-width: 1000px; - margin: auto; } +.container { padding: 0 4em; max-width: 1000px; margin: auto; } /* Header sizes */ -h1 { - font-size: 3rem; - margin-bottom: 1rem; } +h1 { font-size: 3rem; margin-bottom: 1rem; } -h2 { - font-size: 2.75rem; } +h2 { font-size: 2.75rem; } -h3 { - font-size: 2.4rem; } +h3 { font-size: 2.4rem; } -h4 { - font-size: 1.8rem; } +h4 { font-size: 1.8rem; } -h5 { - font-size: 1rem; } +h5 { font-size: 1rem; } -h6 { - font-size: 0.8rem; } +h6 { font-size: 0.8rem; } -/** - * General style for the content inside main - */ +/** General style for the content inside main */ /* separate article metadata to the article itself with some space */ -article .post-header { - margin-bottom: 3rem; } +article .post-header { margin-bottom: 3rem; } /* put some space at the end of each article and at the end of each section */ -main article, main section { - margin-bottom: 2rem; } +main article, main section { margin-bottom: 2rem; } /* justify text */ -p { - text-align: justify; } +p { text-align: justify; } /* put a space between paragraphs and images */ -p, figure { - margin-top: 1.2rem; } +p, figure { margin-top: 1.2rem; } -/* the first paragraph has no space at the top (since that is provided - * by either main or h? */ -p:first-child { - margin-top: 0; } +/* the first paragraph has no space at the top (since that is provided by either main or h? */ +p:first-child { margin-top: 0; } /* make strongly emphasized elements REALLY STRONG */ -strong { - background: #aa2222; } +strong { background: #aa2222; } -body { - background-color: #333; - font-family: 'Hammersmith One', sans-serif; - color: white; - display: flex; - min-height: 100vh; - flex-direction: column; } +body { background-color: #333; font-family: 'Hammersmith One', sans-serif; color: white; display: flex; min-height: 100vh; flex-direction: column; } -main { - flex: 1 0 auto; } +main { flex: 1 0 auto; } -.navbar-list .navbar-item { - text-transform: uppercase; - font-weight: 400; - display: inline-block; - margin: 1em; } +.navbar-list .navbar-item { text-transform: uppercase; font-weight: 400; display: inline-block; margin: 1em; } -ul.navbar-list { - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - margin-bottom: 2rem; } +ul.navbar-list { border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 2rem; } -.header { - padding: 4rem 0 .5rem 0; - text-align: center; } +.header { padding: 4rem 0 .5rem 0; text-align: center; } -.head { - margin-bottom: 2.66rem; } +.head { margin-bottom: 2.66rem; } -@media (min-width: 700px) { - .header { - padding-top: 6rem; } +@media (min-width: 700px) { .header { padding-top: 6rem; } + .head { margin-bottom: 4rem; } } - .head { - margin-bottom: 4rem; } } -@media (max-width: 700px) { - .navbar-list .navbar-item { - width: calc(100% - 2em); } } -.navbar-item a { - color: #e82; } +@media (max-width: 700px) { .navbar-list .navbar-item { width: calc(100% - 2em); } } -ul.post-list, ul.navbar-list { - list-style-type: none; - margin-left: 0; - margin-right: 0; } +.navbar-item a { color: #e82; } -ul.post-list li { - padding-top: 2rem; } +ul.post-list, ul.navbar-list { list-style-type: none; margin-left: 0; margin-right: 0; } -ul.post-list li:first-child { - padding-top: 0; } +ul.post-list li { padding-top: 2rem; } -.header, footer { - background-color: rgba(0, 0, 0, 0.25); } +ul.post-list li:first-child { padding-top: 0; } -footer { - padding-top: 1rem; } +.header, footer { background-color: rgba(0, 0, 0, 0.25); } -footer .author { - text-align: center; - text-transform: uppercase; } +footer { padding-top: 1rem; } -.container { - padding-top: 1rem; - padding-bottom: 1rem; } +footer .author { text-align: center; text-transform: uppercase; } -.icons { - text-align: center; } +.container { padding-top: 1rem; padding-bottom: 1rem; } -a.icon { - display: inline-table; - background-color: rgba(255, 255, 255, 0.5); - border-radius: 1.75em; - width: 3.5em; - height: 3.5em; - text-align: center; - line-height: 3.5em; - margin: .5em; - color: white; - cursor: pointer; } +.icons { text-align: center; } + +a.icon { display: inline-table; background-color: rgba(255, 255, 255, 0.5); border-radius: 1.75em; width: 3.5em; height: 3.5em; text-align: center; line-height: 3.5em; margin: .5em; color: white; cursor: pointer; } /* Disable underlining in icon links inside the footer */ -a.icon:link, a.icon:hover, a.icon:visited, a.icon:active { - text-decoration: none; } +a.icon:link, a.icon:hover, a.icon:visited, a.icon:active { text-decoration: none; } /* Light up footer icon links when hovering */ -a.icon:hover { - background-color: #bbbbbb; } +a.icon:hover { background-color: #bbbbbb; } -a.icon i.fa { - font-size: 2em; - display: table-cell; - vertical-align: middle; } +a.icon i.fa { font-size: 2em; display: table-cell; vertical-align: middle; } /* Utility class for centering block elements */ -.block-center { - display: block; - margin: auto; } +.block-center { display: block; margin: auto; } -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; } - .highlighter-rouge .highlight { - background: #eef; } - .highlight td.code > pre { - background: #424242; } - .highlight pre.lineno { - background: #212121; - text-align: right; } - .highlight .c { - color: #aaa; - font-style: italic; } - .highlight .err { - color: #a61717; - background-color: #e3d2d2; } - .highlight .k { - font-weight: bold; } - .highlight .o { - font-weight: bold; } - .highlight .cm { - color: #998; - font-style: italic; } - .highlight .cp { - color: #999; - font-weight: bold; } - .highlight .c1 { - color: #998; - font-style: italic; } - .highlight .cs { - color: #999; - font-weight: bold; - font-style: italic; } - .highlight .gd { - color: #000; - background-color: #fdd; } - .highlight .gd .x { - color: #000; - background-color: #faa; } - .highlight .ge { - font-style: italic; } - .highlight .gr { - color: #a00; } - .highlight .gh { - color: #999; } - .highlight .gi { - color: #000; - background-color: #dfd; } - .highlight .gi .x { - color: #000; - background-color: #afa; } - .highlight .go { - color: #888; } - .highlight .gp { - color: #555; } - .highlight .gs { - font-weight: bold; } - .highlight .gu { - color: #aaa; } - .highlight .gt { - color: #a00; } - .highlight .kc { - font-weight: bold; } - .highlight .kd { - font-weight: bold; } - .highlight .kp { - font-weight: bold; } - .highlight .kr { - font-weight: bold; } - .highlight .kt { - color: #458; - font-weight: bold; } - .highlight .m { - color: #099; } - .highlight .s { - color: #d14; } - .highlight .na { - color: #008080; } - .highlight .nb { - color: #00a6d3; } - .highlight .nc { - color: #458; - font-weight: bold; } - .highlight .no { - color: #008080; } - .highlight .ni { - color: #800080; } - .highlight .ne { - color: #900; - font-weight: bold; } - .highlight .nf { - color: #900; - font-weight: bold; } - .highlight .nn { - color: #555; } - .highlight .nt { - color: #0000d0; } - .highlight .nv { - color: #00d0d0; } - .highlight .ow { - font-weight: bold; } - .highlight .w { - color: #bbb; } - .highlight .mf { - color: #099; } - .highlight .mh { - color: #099; } - .highlight .mi { - color: #099; } - .highlight .mo { - color: #099; } - .highlight .sb { - color: #f54; } - .highlight .sc { - color: #f54; } - .highlight .sd { - color: #f54; } - .highlight .s2 { - color: #f54; } - .highlight .se { - color: #f54; } - .highlight .sh { - color: #f54; } - .highlight .si { - color: #f54; } - .highlight .sx { - color: #f54; } - .highlight .sr { - color: #009926; } - .highlight .s1 { - color: #f54; } - .highlight .ss { - color: #990073; } - .highlight .bp { - color: #999; } - .highlight .vc { - color: #008080; } - .highlight .vg { - color: #008080; } - .highlight .vi { - color: #008080; } - .highlight .il { - color: #099; } +/** Syntax highlighting styles */ +.highlight { background: #fff; } + +.highlighter-rouge .highlight { background: #eef; } + +.highlight td.code > pre { background: #424242; } + +.highlight pre.lineno { background: #212121; text-align: right; } + +.highlight .c { color: #aaa; font-style: italic; } + +.highlight .err { color: #a61717; background-color: #e3d2d2; } + +.highlight .k { font-weight: bold; } + +.highlight .o { font-weight: bold; } + +.highlight .cm { color: #998; font-style: italic; } + +.highlight .cp { color: #999; font-weight: bold; } + +.highlight .c1 { color: #998; font-style: italic; } + +.highlight .cs { color: #999; font-weight: bold; font-style: italic; } + +.highlight .gd { color: #000; background-color: #fdd; } + +.highlight .gd .x { color: #000; background-color: #faa; } + +.highlight .ge { font-style: italic; } + +.highlight .gr { color: #a00; } + +.highlight .gh { color: #999; } + +.highlight .gi { color: #000; background-color: #dfd; } + +.highlight .gi .x { color: #000; background-color: #afa; } + +.highlight .go { color: #888; } + +.highlight .gp { color: #555; } + +.highlight .gs { font-weight: bold; } + +.highlight .gu { color: #aaa; } + +.highlight .gt { color: #a00; } + +.highlight .kc { font-weight: bold; } + +.highlight .kd { font-weight: bold; } + +.highlight .kp { font-weight: bold; } + +.highlight .kr { font-weight: bold; } + +.highlight .kt { color: #458; font-weight: bold; } + +.highlight .m { color: #099; } + +.highlight .s { color: #d14; } + +.highlight .na { color: #008080; } + +.highlight .nb { color: #00a6d3; } + +.highlight .nc { color: #458; font-weight: bold; } + +.highlight .no { color: #008080; } + +.highlight .ni { color: #800080; } + +.highlight .ne { color: #900; font-weight: bold; } + +.highlight .nf { color: #900; font-weight: bold; } + +.highlight .nn { color: #555; } + +.highlight .nt { color: #0000d0; } + +.highlight .nv { color: #00d0d0; } + +.highlight .ow { font-weight: bold; } + +.highlight .w { color: #bbb; } + +.highlight .mf { color: #099; } + +.highlight .mh { color: #099; } + +.highlight .mi { color: #099; } + +.highlight .mo { color: #099; } + +.highlight .sb { color: #f54; } + +.highlight .sc { color: #f54; } + +.highlight .sd { color: #f54; } + +.highlight .s2 { color: #f54; } + +.highlight .se { color: #f54; } + +.highlight .sh { color: #f54; } + +.highlight .si { color: #f54; } + +.highlight .sx { color: #f54; } + +.highlight .sr { color: #009926; } + +.highlight .s1 { color: #f54; } + +.highlight .ss { color: #990073; } + +.highlight .bp { color: #999; } + +.highlight .vc { color: #008080; } + +.highlight .vg { color: #008080; } + +.highlight .vi { color: #008080; } + +.highlight .il { color: #099; } + +/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/_site/css/main.css.map b/_site/css/main.css.map new file mode 100644 index 0000000..98436c2 --- /dev/null +++ b/_site/css/main.css.map @@ -0,0 +1,18 @@ +{ + "version": 3, + "file": "main.css", + "sources": [ + "main.scss", + "_sass/_base.scss", + "_sass/_layout.scss", + "_sass/_syntax-highlighting.scss" + ], + "sourcesContent": [ + "@charset \"utf-8\";\n\n// Our variables\n$base-font-family: \"Hammersmith One\",\"Helvetica Neue\", Helvetica, Arial, sans-serif;\n$base-font-size: 18px;\n$base-font-weight: 200;\n$small-font-size: $base-font-size * 0.875;\n$base-line-height: 1.5;\n\n$spacing-unit: 30px;\n\n$text-color: #888;\n$background-color: #090909;\n$brand-color: #e82;\n\n$grey-color: #828282;\n$grey-color-light: lighten($grey-color, 40%);\n$grey-color-dark: darken($grey-color, 25%);\n\n// Width of the content area\n$content-width: 800px;\n\n$on-palm: 600px;\n$on-laptop: 800px;\n\n$slideshow-height: 70vh;\n\n// Use media queries like this:\n// @include media-query($on-palm) {\n// .wrapper {\n// padding-right: $spacing-unit / 2;\n// padding-left: $spacing-unit / 2;\n// }\n// }\n@mixin media-query($device) {\n @media screen and (max-width: $device) {\n @content;\n }\n}\n\n// Import partials from `sass_dir` (defaults to `_sass`)\n@import\n \"base\",\n \"layout\",\n \"syntax-highlighting\"\n;\n", + "/* Reset some basic elements */\nbody, h1, h2, h3, h4, h5, h6,\np, blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n margin: 0;\n padding: 0;\n}\n\n/* Basic styling */\nbody {\n font-weight: $base-font-weight;\n font-size: $base-font-size;\n line-height: $base-line-height;\n font-family: $base-font-family;\n color: $text-color;\n background-color: $background-color;\n}\n\n/* Images */\nimg {\n max-width: 100%;\n vertical-align: middle;\n}\n\n/* Lists */\nul, ol {\n margin-left: $spacing-unit;\n}\n\n/* Disable margin for lists */\nli > ul, li > ol {\n margin-bottom: 0;\n}\n\n/* Headings */\nh1, h2, h3, h4, h5, h6 {\n font-weight: $base-font-weight;\n}\n\n/* Links */\na {\n color: $brand-color;\n text-decoration: none;\n\n &:visited {\n color: darken($brand-color, 15%);\n }\n\n &:hover {\n color: $text-color;\n text-decoration: underline;\n }\n}\n\n/**\n * Blockquotes\n */\nblockquote {\n color: $grey-color;\n border-left: 4px solid $grey-color-light;\n font-size: 18px;\n letter-spacing: -1px;\n font-style: italic;\n margin: 1rem 0;\n padding: 1em;\n \n > :last-child {\n margin-bottom: 0;\n }\n}\n\n/* do not put padding around the table with line numbers and the code */\ncode table {\n margin: -8px -12px;\n}\n\npre table.rouge-table td {\n padding: 0;\n}\n\npre {\n padding: 8px 12px;\n overflow-x: auto;\n\n > code {\n border: 0;\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n/* pull a nice monospace font from the internets, plus set font and\n * background */\npre, code {\n font-size: 0.95rem;\n background: rgb(66,66,66);\n font-family: \"Source Code Pro\", monospace;\n}\n\n/* Disable borders between line numbers and code when \n * line numbers are shown */\ncode .rouge-table, code .rouge-table td {\n border: 0;\n border-radius: 0;\n}\n\ncode .rouge-table {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\n/**\n * Basic layout rules\n */\n\n/* Padding for the main content in the page */\n.container {\n padding: 0 4em;\n max-width: 1000px;\n margin: auto;\n}\n\n/* Header sizes */\nh1 { font-size: 3rem; margin-bottom: 1rem; }\nh2 { font-size: 2.75rem; }\nh3 { font-size: 2.4rem; }\nh4 { font-size: 1.8rem; }\nh5 { font-size: 1rem; }\nh6 { font-size: 0.8rem; }\n\n/**\n * General style for the content inside main\n */\n\n/* separate article metadata to the article itself with some space */\narticle .post-header {\n margin-bottom: 3rem;\n}\n\n/* put some space at the end of each article and at the end of each section */\nmain article, main section {\n margin-bottom: 2rem;\n}\n\n/* justify text */\np {\n text-align: justify;\n}\n\n/* put a space between paragraphs and images */\np, figure {\n margin-top: 1.2rem;\n}\n\n/* the first paragraph has no space at the top (since that is provided\n * by either main or h? */\np:first-child {\n margin-top: 0;\n}\n\n/* make strongly emphasized elements REALLY STRONG */\nstrong {\n background: #aa2222;\n}\n", + "$header-border: 1px solid #eee;\n\nbody {\n background-color: #333;\n font-family: 'Hammersmith One', sans-serif;\n color: white;\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n}\n\nmain {\n flex: 1 0 auto;\n}\n\n.navbar-list .navbar-item {\n text-transform: uppercase;\n font-weight: 400;\n display: inline-block;\n margin: 1em;\n}\n\nul.navbar-list {\n border-top: $header-border;\n border-bottom: $header-border;\n margin-bottom: 2rem;\n}\n\n.header {\n padding: 4rem 0 .5rem 0;\n text-align: center;\n}\n.head {\n margin-bottom: 2.66rem;\n}\n\n@media (min-width: 700px) {\n .header {\n padding-top: 6rem;\n }\n .head {\n margin-bottom: 4rem;\n }\n}\n\n@media (max-width: 700px) {\n .navbar-list .navbar-item {\n width: calc(100% - 2em);\n }\n}\n\n.navbar-item a {\n color: $brand-color;\n}\n\nul.post-list, ul.navbar-list {\n list-style-type: none;\n margin-left: 0;\n margin-right: 0;\n}\n\nul.post-list li {\n padding-top: 2rem;\n}\n\nul.post-list li:first-child {\n padding-top: 0;\n}\n\n.header, footer {\n background-color: rgba(0,0,0,0.25);\n}\n\nfooter {\n padding-top: 1rem;\n}\n\nfooter .author {\n text-align: center;\n text-transform: uppercase;\n}\n\n.container {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.icons {\n text-align: center;\n}\n\na.icon {\n display: inline-table;\n background-color: rgba(255,255,255,0.5);\n border-radius: 1.75em;\n width: 3.5em;\n height: 3.5em;\n text-align: center;\n line-height: 3.5em;\n margin: .5em;\n color: white;\n cursor: pointer;\n}\n\n/* Disable underlining in icon links inside the footer */\na.icon:link, a.icon:hover, a.icon:visited, a.icon:active {\n text-decoration: none;\n}\n\n/* Light up footer icon links when hovering */ \na.icon:hover {\n background-color: #bbbbbb;\n}\n\na.icon i.fa {\n font-size: 2em;\n display: table-cell;\n vertical-align: middle;\n}\n\n/* Utility class for centering block elements */\n.block-center {\n display: block;\n margin: auto;\n}\n", + "/**\n * Syntax highlighting styles\n */\n.highlight {\n background: #fff;\n\n .highlighter-rouge & {\n background: #eef;\n }\n\n td.code > pre {\n background: rgb(66, 66, 66);\n }\n\n pre.lineno {\n background: #212121;\n text-align: right;\n }\n\n .c { color: #aaa; font-style: italic } // Comment\n .err { color: #a61717; background-color: #e3d2d2 } // Error\n .k { font-weight: bold } // Keyword\n .o { font-weight: bold } // Operator\n .cm { color: #998; font-style: italic } // Comment.Multiline\n .cp { color: #999; font-weight: bold } // Comment.Preproc\n .c1 { color: #998; font-style: italic } // Comment.Single\n .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special\n .gd { color: #000; background-color: #fdd } // Generic.Deleted\n .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific\n .ge { font-style: italic } // Generic.Emph\n .gr { color: #a00 } // Generic.Error\n .gh { color: #999 } // Generic.Heading\n .gi { color: #000; background-color: #dfd } // Generic.Inserted\n .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific\n .go { color: #888 } // Generic.Output\n .gp { color: #555 } // Generic.Prompt\n .gs { font-weight: bold } // Generic.Strong\n .gu { color: #aaa } // Generic.Subheading\n .gt { color: #a00 } // Generic.Traceback\n .kc { font-weight: bold } // Keyword.Constant\n .kd { font-weight: bold } // Keyword.Declaration\n .kp { font-weight: bold } // Keyword.Pseudo\n .kr { font-weight: bold } // Keyword.Reserved\n .kt { color: #458; font-weight: bold } // Keyword.Type\n .m { color: #099 } // Literal.Number\n .s { color: #d14 } // Literal.String\n .na { color: #008080 } // Name.Attribute\n .nb { color: #00a6d3 } // Name.Builtin\n .nc { color: #458; font-weight: bold } // Name.Class\n .no { color: #008080 } // Name.Constant\n .ni { color: #800080 } // Name.Entity\n .ne { color: #900; font-weight: bold } // Name.Exception\n .nf { color: #900; font-weight: bold } // Name.Function\n .nn { color: #555 } // Name.Namespace\n .nt { color: #0000d0 } // Name.Tag\n .nv { color: #00d0d0 } // Name.Variable\n .ow { font-weight: bold } // Operator.Word\n .w { color: #bbb } // Text.Whitespace\n .mf { color: #099 } // Literal.Number.Float\n .mh { color: #099 } // Literal.Number.Hex\n .mi { color: #099 } // Literal.Number.Integer\n .mo { color: #099 } // Literal.Number.Oct\n .sb { color: #f54 } // Literal.String.Backtick\n .sc { color: #f54 } // Literal.String.Char\n .sd { color: #f54 } // Literal.String.Doc\n .s2 { color: #f54 } // Literal.String.Double\n .se { color: #f54 } // Literal.String.Escape\n .sh { color: #f54 } // Literal.String.Heredoc\n .si { color: #f54 } // Literal.String.Interpol\n .sx { color: #f54 } // Literal.String.Other\n .sr { color: #009926 } // Literal.String.Regex\n .s1 { color: #f54 } // Literal.String.Single\n .ss { color: #990073 } // Literal.String.Symbol\n .bp { color: #999 } // Name.Builtin.Pseudo\n .vc { color: #008080 } // Name.Variable.Class\n .vg { color: #008080 } // Name.Variable.Global\n .vi { color: #008080 } // Name.Variable.Instance\n .il { color: #099 } // Literal.Number.Integer.Long\n}\n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/_site/feed.xml b/_site/feed.xml index 35588a5..dfea52f 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -6,9 +6,9 @@ https://maggioni.xyz/ - Thu, 01 Aug 2019 14:38:35 +0000 - Thu, 01 Aug 2019 14:38:35 +0000 - Jekyll v3.8.5 + Tue, 31 Dec 2019 10:53:27 +0100 + Tue, 31 Dec 2019 10:53:27 +0100 + Jekyll v4.0.0 How to rickroll people that try to run "rm -rf" on your system @@ -129,7 +129,7 @@ done</span> <code>/bin/rm</code> and move the original one in some other place, getting rid of all the aliases. I prefer the solution above because it's tidier: you haven't to move anything. In fact, this could be just an AUR package... </p> - Thu, 28 Jul 2016 14:00:00 +0000 + Thu, 28 Jul 2016 16:00:00 +0200 https://maggioni.xyz/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html https://maggioni.xyz/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html @@ -231,7 +231,7 @@ done</span> entertaining! </p> - Tue, 12 Jul 2016 11:00:00 +0000 + Tue, 12 Jul 2016 13:00:00 +0200 https://maggioni.xyz/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html https://maggioni.xyz/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html @@ -288,7 +288,8 @@ I've recently got a Rapoo E6100. This is a minimal and space saving Bluetooth 3. <span class="nv">ExecStart</span><span class="o">=</span>-/usr/bin/hcitool cc <span class="k">${</span><span class="nv">BTKBDMAC</span><span class="k">}</span> <span class="o">[</span>Install] -<span class="nv">WantedBy</span><span class="o">=</span>multi-user.target</pre></td></tr></tbody></table></code></pre></figure> +<span class="nv">WantedBy</span><span class="o">=</span>multi-user.target +</pre></td></tr></tbody></table></code></pre></figure> </p> <p> @@ -315,7 +316,8 @@ Line 13 enables the Bluetooth dongle, and line 16 connects it to the keyboard we <span class="nv">ExecStart</span><span class="o">=</span>/bin/hcitool cc 00:11:22:33:44:55 <span class="o">[</span>Install] -<span class="nv">WantedBy</span><span class="o">=</span>bluetooth.target</pre></td></tr></tbody></table></code></pre></figure> +<span class="nv">WantedBy</span><span class="o">=</span>bluetooth.target +</pre></td></tr></tbody></table></code></pre></figure> </p> <p> @@ -326,7 +328,7 @@ This incredibly worked. I think the problem was that <code>multi-user.targ Last thing: I discovered that my Bluetooth dongle is CSR 8510 A10 based so expect some ramblings about <a href="http://www.0xf8.org/2014/02/the-crux-of-finding-a-hid-proxy-capable-usb-bluetooth-adapter/">hid proxy</a>. </p> - Thu, 07 Jul 2016 12:49:18 +0000 + Thu, 07 Jul 2016 14:49:18 +0200 https://maggioni.xyz/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html https://maggioni.xyz/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html diff --git a/_site/index.html b/_site/index.html index 667572c..ddad7b9 100644 --- a/_site/index.html +++ b/_site/index.html @@ -89,6 +89,12 @@ + + @@ -127,7 +133,7 @@ a private Nextcloud instance;
  • Download area, a generic download area for the stuff that i want to put in.
  • -
  • Arrowcounter, a simple online +
  • Arrowcounter, a simple online arrow counter;
  • theshell.ch, where you can learn a lot of stuff about the shell.
  • diff --git a/_site/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html b/_site/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html index 9c845c6..62f43e6 100644 --- a/_site/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html +++ b/_site/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html @@ -88,6 +88,12 @@ + + @@ -100,7 +106,7 @@

    Get a Bluetooth keyboard work with Arch Linux

    - +
    @@ -150,7 +156,8 @@ I've recently got a Rapoo E6100. This is a minimal and space saving Bluetooth 3. ExecStart=-/usr/bin/hcitool cc ${BTKBDMAC} [Install] -WantedBy=multi-user.target +WantedBy=multi-user.target +

    @@ -177,7 +184,8 @@ Line 13 enables the Bluetooth dongle, and line 16 connects it to the keyboard we ExecStart=/bin/hcitool cc 00:11:22:33:44:55 [Install] -WantedBy=bluetooth.target +WantedBy=bluetooth.target +

    diff --git a/_site/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html b/_site/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html index 132f74b..a5dbbbb 100644 --- a/_site/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html +++ b/_site/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html @@ -88,6 +88,12 @@

    + + @@ -100,7 +106,7 @@

    Installing Gentoo on a Lenovo ThinkPad X60s

    - +
    diff --git a/_site/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html b/_site/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html index e7c9b60..5930d0a 100644 --- a/_site/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html +++ b/_site/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html @@ -88,6 +88,12 @@ + + @@ -100,7 +106,7 @@

    How to rickroll people that try to run "rm -rf" on your system

    - +
    diff --git a/index.html b/index.html index 8b43b33..3585116 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ layout: main a private Nextcloud instance;
  • Download area, a generic download area for the stuff that i want to put in.
  • -
  • Arrowcounter, a simple online +
  • Arrowcounter, a simple online arrow counter;
  • theshell.ch, where you can learn a lot of stuff about the shell.