diff --git a/.gitignore b/.gitignore index 1dbb7c4..3711f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ old/ _site/ -.jekyll-cache/ \ No newline at end of file +.jekyll-cache/ +/favicon.ico +/favicon.png \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 9bae665..6745cbc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,10 +5,81 @@ {{ page.title }} - {{ site.title }} + + - - + + + + + + + + + {%- if page.collection == "posts" %} + {%- assign summary = page.summary %} + {%- unless summary %} + {%- assign summary = page.excerpt | summarise %} + {%- endunless %} + + {%- assign modified_date = page.updated %} + {%- unless modified_date %} + {%- assign modified_date = page.date %} + {%- endunless %} + + + + + {%- for tag in page.tags %} + + {%- endfor %} + + + + + {%- endif %} + diff --git a/_layouts/post.html b/_layouts/post.html index 75be490..0db41ce 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,6 +6,7 @@ layout: default
person By {{ page.author }} access_time Published {{ page.date | date_to_long_string: "ordinal" }}
+ {{ page.categories }} {{ content }}

diff --git a/_plugins/PlayfairDisplay-Italic-VariableFont_wght.ttf b/_plugins/PlayfairDisplay-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..605c7fd Binary files /dev/null and b/_plugins/PlayfairDisplay-Italic-VariableFont_wght.ttf differ diff --git a/_plugins/PlayfairDisplay-VariableFont_wght.ttf b/_plugins/PlayfairDisplay-VariableFont_wght.ttf new file mode 100644 index 0000000..a25e8f3 Binary files /dev/null and b/_plugins/PlayfairDisplay-VariableFont_wght.ttf differ diff --git a/_plugins/plugin.rb b/_plugins/plugin.rb new file mode 100644 index 0000000..e4ad12a --- /dev/null +++ b/_plugins/plugin.rb @@ -0,0 +1,27 @@ +require "liquid" +require "jekyll" +require "nokogiri" + +module Jekyll + module LynnesbianDotSpaceFilters + def summarise(excerpt) + doc = Nokogiri::HTML.fragment(excerpt) do |config| + config.noblanks + end + + first_paragraph = doc.xpath(".//p")[0] + if first_paragraph.is_a?(NilClass) then + return "Couldn't generate a summary for this post." + else + return first_paragraph.text + end + end + + def ansi_bg(code) + + end + end +end + + +Liquid::Template.register_filter(Jekyll::LynnesbianDotSpaceFilters) \ No newline at end of file diff --git a/_posts/2020-01-03-xbox-one-woes.md b/_posts/2020-01-03-xbox-one-woes.md index d59d908..85292b2 100644 --- a/_posts/2020-01-03-xbox-one-woes.md +++ b/_posts/2020-01-03-xbox-one-woes.md @@ -5,10 +5,10 @@ author: Lynne categories: [Reviews, Technology] tags: [Review, Technology, Xbox] summary: My experiences with the Xbox One, and why I really don't recommend getting one (unless you really want to play the exclusives) +subtitle: Xbox? XBox? XBOX? Whatever. +images: [https://wasabi.lynnesbian.space/bune-city/2019/12/87d5da711b729344f9cc19b78a7b581f/IMG_20191205_092046-1024x768.jpg] --- -*Xbox? XBox? XBOX? Whatever.* - So my wife and I recently made the decision to get an Xbox One, because there were a few games I wanted on it, mainly the Rare Replay Collection for its Xbox 360 titles. I could have got an Xbox 360 and a copy of the games instead, but hey, may as well buy a current gen console, especially since we managed to find a cheap second hand Xbox One on eBay. It came with the Kinect (joy of joys), a copy of Kinect Sports Rivals, Lego Dimensions and the requisite pieces and scanner (the eBay listing didn't mention it but sure), the Xbox itself, and a controller with headset. A headset that only works with the Xbox One controller. Neato. diff --git a/_posts/fixme/2019-05-20-fediverse-survey-summary-3.md b/_posts/fixme/2019-05-20-fediverse-survey-summary-3.md index bc81f3c..ce32b92 100644 --- a/_posts/fixme/2019-05-20-fediverse-survey-summary-3.md +++ b/_posts/fixme/2019-05-20-fediverse-survey-summary-3.md @@ -3,6 +3,7 @@ title: Fediverse Survey Summary 3 date: 2019-05-20 15:18 author: Lynne categories: [The Fediverse] +tags: [The Fediverse, Fediverse Survey 2019] --- *This post contains coarse language.* diff --git a/assets/fonts/NimbusSanL-Bol.woff b/assets/fonts/NimbusSanL-Bol.woff new file mode 100644 index 0000000..fc1ee19 Binary files /dev/null and b/assets/fonts/NimbusSanL-Bol.woff differ diff --git a/assets/fonts/NimbusSanL-Bol.woff2 b/assets/fonts/NimbusSanL-Bol.woff2 new file mode 100644 index 0000000..30ff0aa Binary files /dev/null and b/assets/fonts/NimbusSanL-Bol.woff2 differ diff --git a/assets/fonts/NimbusSanL-BolIta.woff b/assets/fonts/NimbusSanL-BolIta.woff new file mode 100644 index 0000000..cc436a0 Binary files /dev/null and b/assets/fonts/NimbusSanL-BolIta.woff differ diff --git a/assets/fonts/NimbusSanL-BolIta.woff2 b/assets/fonts/NimbusSanL-BolIta.woff2 new file mode 100644 index 0000000..4df8c09 Binary files /dev/null and b/assets/fonts/NimbusSanL-BolIta.woff2 differ diff --git a/assets/fonts/NimbusSanL-Reg.woff b/assets/fonts/NimbusSanL-Reg.woff new file mode 100644 index 0000000..c799576 Binary files /dev/null and b/assets/fonts/NimbusSanL-Reg.woff differ diff --git a/assets/fonts/NimbusSanL-Reg.woff2 b/assets/fonts/NimbusSanL-Reg.woff2 new file mode 100644 index 0000000..62d8ae9 Binary files /dev/null and b/assets/fonts/NimbusSanL-Reg.woff2 differ diff --git a/assets/fonts/NimbusSanL-RegIta.woff b/assets/fonts/NimbusSanL-RegIta.woff new file mode 100644 index 0000000..ade2be7 Binary files /dev/null and b/assets/fonts/NimbusSanL-RegIta.woff differ diff --git a/assets/fonts/NimbusSanL-RegIta.woff2 b/assets/fonts/NimbusSanL-RegIta.woff2 new file mode 100644 index 0000000..0097eb1 Binary files /dev/null and b/assets/fonts/NimbusSanL-RegIta.woff2 differ diff --git a/assets/fonts/style.css b/assets/fonts/style.css new file mode 100644 index 0000000..49a8240 --- /dev/null +++ b/assets/fonts/style.css @@ -0,0 +1,44 @@ +@font-face { + font-family: 'Nimbus Sans'; + src: local('Nimbus Sans L Regular'), local('NimbusSanL-Reg'), + local('Nimbus Sans Regular'), local('NimbusSans-Reg'), + url('NimbusSanL-Reg.woff2') format('woff2'), + url('NimbusSanL-Reg.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Nimbus Sans'; + src: local('Nimbus Sans L Bold Italic'), local('NimbusSanL-BolIta'), + local('Nimbus Sans Bold Italic'), local('NimbusSans-BolIta'), + url('NimbusSanL-BolIta.woff2') format('woff2'), + url('NimbusSanL-BolIta.woff') format('woff'); + font-weight: bold; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Nimbus Sans'; + src: local('Nimbus Sans L Regular Italic'), local('NimbusSanL-RegIta'), + local('Nimbus Sans Regular Italic'), local('NimbusSans-RegIta'), + url('NimbusSanL-RegIta.woff2') format('woff2'), + url('NimbusSanL-RegIta.woff') format('woff'); + font-weight: normal; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Nimbus Sans'; + src: local('Nimbus Sans L Bold'), local('NimbusSanL-Bol'), + local('Nimbus Sans Bold'), local('NimbusSans-Bol'), + url('NimbusSanL-Bol.woff2') format('woff2'), + url('NimbusSanL-Bol.woff') format('woff'); + font-weight: bold; + font-style: normal; + font-display: swap; +} + diff --git a/assets/style.css b/assets/style.css index 8615d4d..b64032c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -4,10 +4,13 @@ body { h1 { font-family: "Playfair Display"; text-align: center; + font-size: 3em; +} + +header { + font-family: sans-serif; } -/* h1#post-title { -} */ #post-content h2 { background: linear-gradient(to right, #9fc 0px 5px, transparent 5px 100%); padding-left: 7px; @@ -44,6 +47,11 @@ h1 { display: block; } +#post-content p { + font-family: "Nimbus Sans", sans-serif; + line-height: 1.6em; +} + #main { width: 90%; margin: 0 auto; diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 1dce902..0000000 Binary files a/favicon.ico and /dev/null differ