diff options
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | _config.yml | 9 | ||||
-rw-r--r-- | _includes/social-icons/git.svg | 1 | ||||
-rw-r--r-- | _includes/social-icons/sourcehut.svg | 1 | ||||
-rw-r--r-- | _sass/minima/_base.scss | 7 | ||||
-rw-r--r-- | _sass/minima/initialize.scss | 2 | ||||
-rw-r--r-- | colophon.md | 6 |
8 files changed, 37 insertions, 13 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Bradley Taunt + +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.
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c46d7a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# btxx.org + +Jekyll source files for my personal blog: btxx.org
\ No newline at end of file diff --git a/_config.yml b/_config.yml index 539f7d3..2c07914 100644 --- a/_config.yml +++ b/_config.yml @@ -8,8 +8,13 @@ description: >- # this means to ignore newlines until "baseurl:" Designer, developer, hardware tinkerer, open source advocate, consumer of dark roast coffee, and writer of very long sentences. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll + +minima: + social_links: + - { platform: rss, user_url: "/feed.xml" } + - { platform: mastodon, user_url: "https://fosstodon.org/@tdarb" } + - { platform: sourcehut, user_url: "https://sr.ht/~bt/" } + - { platform: git, user_url: "https://git.btxx.org" } # Build settings plugins: diff --git a/_includes/social-icons/git.svg b/_includes/social-icons/git.svg new file mode 100644 index 0000000..5d8044e --- /dev/null +++ b/_includes/social-icons/git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 383 383"><path d="M187.81 0h7q8.55 1.74 14.12 7.31 83.39 83.37 166.75 166.76 6.07 6.06 7.32 15.49v4.5c-.97 7.58-3.94 12-9.68 17.74q-82.37 82.39-164.76 164.76-5.31 5.31-14.62 6.44h-4.25c-7.22-.89-11.67-3.57-17.13-9.01Q49.72 251.7 6.72 208.28 1.51 203.03 0 194.44v-6.75q1.41-8.47 5.81-12.87 57.83-57.84 115.74-115.75.33-.32.65 0l42.74 42.74q.38.39.21.9c-5.36 16.18.58 30.01 15.53 37.79q.57.3.57.94v104.09q0 .58-.53.83c-20.79 9.75-23.9 36.99-5.2 50.66 8.83 6.45 20.76 6.89 30.45 1.77 18.68-9.86 21.26-36.68 3.41-49.17q-1.81-1.26-3.66-2.45-.47-.3-.47-.87V143.22a.35.35 0 0 1 .59-.25l38.85 38.85q.38.38.2.88-5.73 15.97 4.19 28.75c15.04 19.37 45.88 12.22 51.44-11.65 5.21-22.32-16.24-40.52-37.66-34.01q-.53.16-.92-.23l-41.49-41.49q-.59-.58-.35-1.38c3.09-10.59.82-20.9-6.75-28.98q-11.54-12.33-30.22-7.86-.53.12-.92-.26l-43.16-43.15q-.42-.42 0-.84 17.87-17.96 35.77-35.77 4.5-4.49 12.99-5.83Z"/></svg>
\ No newline at end of file diff --git a/_includes/social-icons/sourcehut.svg b/_includes/social-icons/sourcehut.svg new file mode 100644 index 0000000..1a77f5a --- /dev/null +++ b/_includes/social-icons/sourcehut.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg> diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index ea8d8f2..f408620 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -271,11 +271,4 @@ table { td { border: 1px solid $table-border-color; } - - @include media-query($on-laptop) { - display: block; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - } } diff --git a/_sass/minima/initialize.scss b/_sass/minima/initialize.scss index 76efd77..f6aed84 100644 --- a/_sass/minima/initialize.scss +++ b/_sass/minima/initialize.scss @@ -7,7 +7,7 @@ $code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mo $base-font-size: 16px !default; $base-font-weight: 400 !default; $small-font-size: $base-font-size * 0.875 !default; -$base-line-height: 1.5 !default; +$base-line-height: 1.33 !default; $spacing-unit: 30px !default; diff --git a/colophon.md b/colophon.md index fce9d5d..5c16bbd 100644 --- a/colophon.md +++ b/colophon.md @@ -12,8 +12,8 @@ For those interested I try to keep the details of the blog up-to-date with the i | Parameter | Source | |---|---| -|Built with:|[ikiwiki](https://ikiwiki.info)| +|Built with:|[Jekyll](https://jekyllrb.com)| |Hosted on:|[NearlyFreeSpeech](https://nearlyfreespeech.net)| |Licensed under:|[MIT](https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE)| -|Developed on:|ThinkPad X201| -|Operating system:|Alpine Linux| +|Developed on:|ThinkPad X220 / MacBook Air M2| +|Operating system:|OpenBSD / macOS| |