From 6c8c87f1cc01ca3bca1bc2ee0a94d89f1b640ea1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 26 May 2024 10:26:41 -0400 Subject: Include license, README and theme updates --- LICENSE | 21 +++++++++++++++++++++ README.md | 3 +++ _config.yml | 9 +++++++-- _includes/social-icons/git.svg | 1 + _includes/social-icons/sourcehut.svg | 1 + _sass/minima/_base.scss | 7 ------- _sass/minima/initialize.scss | 2 +- colophon.md | 6 +++--- 8 files changed, 37 insertions(+), 13 deletions(-) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 _includes/social-icons/git.svg create mode 100644 _includes/social-icons/sourcehut.svg diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c443d33 --- /dev/null +++ b/LICENSE @@ -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 @@ + \ 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 @@ + 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| -- cgit v1.2.3-54-g00ecf