From 12de9139398a132d8961d1268d7642f335b34347 Mon Sep 17 00:00:00 2001 From: lunaisnotaboy Date: Wed, 12 Jan 2022 07:33:31 -0500 Subject: [PATCH] New post --- .editorconfig | 12 ++++++++++++ .ruby-version | 2 +- Capfile | 2 +- Gemfile | 2 +- README.md | 2 +- _config.yml | 1 + _includes/about-head.html | 2 +- _includes/head.html | 2 +- _includes/home-head.html | 2 +- _includes/image.html | 2 +- _layouts/about.html | 2 +- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/pagination.html | 2 +- _posts/2022-01-12-goodbye-lesvidious.md | 19 +++++++++++++++++++ arc-sw.js | 2 +- assets/css/about.css | 2 +- assets/css/home.css | 2 +- blog/index.html | 2 +- humans.txt | 2 +- index.html | 2 +- privacy.md | 2 +- robots.txt | 2 +- terms.md | 2 +- 24 files changed, 53 insertions(+), 21 deletions(-) create mode 100644 .editorconfig create mode 100644 _posts/2022-01-12-goodbye-lesvidious.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f5d808 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = true diff --git a/.ruby-version b/.ruby-version index e2bdf6e..a603bb5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.3 \ No newline at end of file +2.7.5 diff --git a/Capfile b/Capfile index 4098e34..f719e21 100644 --- a/Capfile +++ b/Capfile @@ -40,4 +40,4 @@ require "capistrano/bundler" Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } set :rbenv_type, :user -set :rbenv_ruby, '2.7.3' +set :rbenv_ruby, '2.7.5' diff --git a/Gemfile b/Gemfile index c65df14..21a9ac1 100644 --- a/Gemfile +++ b/Gemfile @@ -36,4 +36,4 @@ gem "capistrano-bundler", require: false gem 'capistrano-git-with-submodules', '~> 2.0' -gem "jekyll-paginate" \ No newline at end of file +gem "jekyll-paginate" diff --git a/README.md b/README.md index 09d83f1..87a51ec 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This is the source code for the website of [mint.lgbt](https://mint.lgbt). -It is generated using `jekyll build` \ No newline at end of file +It is generated using `jekyll build` diff --git a/_config.yml b/_config.yml index 3a64498..78fe810 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ paginate_path: "/blog/page:num/" # their entries' file path in the `include:` list. # exclude: + - .editorconfig - .sass-cache/ - .jekyll-cache/ - gemfiles/ diff --git a/_includes/about-head.html b/_includes/about-head.html index a6ec78a..6444dd3 100644 --- a/_includes/about-head.html +++ b/_includes/about-head.html @@ -10,4 +10,4 @@ {%- include custom-head.html -%} - \ No newline at end of file + diff --git a/_includes/head.html b/_includes/head.html index 2711417..0fd808b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,4 +10,4 @@ {%- include custom-head.html -%} - \ No newline at end of file + diff --git a/_includes/home-head.html b/_includes/home-head.html index 2711417..0fd808b 100644 --- a/_includes/home-head.html +++ b/_includes/home-head.html @@ -10,4 +10,4 @@ {%- include custom-head.html -%} - \ No newline at end of file + diff --git a/_includes/image.html b/_includes/image.html index e980fd2..f338ddd 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -4,4 +4,4 @@ alt="{{ include.alt }}"/>
{{ include.caption }}
- \ No newline at end of file + diff --git a/_layouts/about.html b/_layouts/about.html index 76e3dca..ec520f3 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -14,4 +14,4 @@ {%- include footer.html -%} - \ No newline at end of file + diff --git a/_layouts/default.html b/_layouts/default.html index f60a723..e8b7a5e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,4 +12,4 @@ {%- include footer.html -%} - \ No newline at end of file + diff --git a/_layouts/home.html b/_layouts/home.html index 0940f61..fc69d3b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,4 +14,4 @@ {%- include footer.html -%} - \ No newline at end of file + diff --git a/_layouts/pagination.html b/_layouts/pagination.html index f122be6..91ad0ab 100644 --- a/_layouts/pagination.html +++ b/_layouts/pagination.html @@ -31,4 +31,4 @@ layout: default {% else %} Next {% endif %} - \ No newline at end of file + diff --git a/_posts/2022-01-12-goodbye-lesvidious.md b/_posts/2022-01-12-goodbye-lesvidious.md new file mode 100644 index 0000000..f1a834c --- /dev/null +++ b/_posts/2022-01-12-goodbye-lesvidious.md @@ -0,0 +1,19 @@ +--- +layout: post +title: Goodbye Lesvidious +author: Luna +--- + +Goodbye Lesvidious. + +As of January 10th, 2022, Lesvidious is permanently down. +The reason why this is the case is that the software running +Lesvidious kept clogging the database with unnecessary +information, filling up our hard drive, and halting our other +services. + +While Lesvidious is gone, we do have an alternative called +[Piped](https://piped.mint.lgbt) up and running, so you may +use that instead. + +Again, apologies for the inconvenience. diff --git a/arc-sw.js b/arc-sw.js index f7c4876..bafa1cd 100644 --- a/arc-sw.js +++ b/arc-sw.js @@ -1 +1 @@ -!function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=100)}({100:function(t,e,r){"use strict";r.r(e);var n=r(2);if("undefined"!=typeof ServiceWorkerGlobalScope){var o="https://arc.io"+n.k;importScripts(o)}else if("undefined"!=typeof SharedWorkerGlobalScope){var c="https://arc.io"+n.i;importScripts(c)}else if("undefined"!=typeof DedicatedWorkerGlobalScope){var i="https://arc.io"+n.b;importScripts(i)}},2:function(t,e,r){"use strict";r.d(e,"a",(function(){return n})),r.d(e,"f",(function(){return c})),r.d(e,"j",(function(){return i})),r.d(e,"i",(function(){return a})),r.d(e,"b",(function(){return d})),r.d(e,"k",(function(){return f})),r.d(e,"c",(function(){return u})),r.d(e,"d",(function(){return s})),r.d(e,"e",(function(){return l})),r.d(e,"h",(function(){return m})),r.d(e,"g",(function(){return v}));var n={images:["bmp","jpeg","jpg","ttf","pict","svg","webp","eps","svgz","gif","png","ico","tif","tiff","bpg","avif","jxl"],video:["mp4","3gp","webm","mkv","flv","f4v","f4p","f4bogv","drc","avi","mov","qt","wmv","amv","mpg","mp2","mpeg","mpe","m2v","m4v","3g2","gifv","mpv","av1"],audio:["mid","midi","aac","aiff","flac","m4a","m4p","mp3","ogg","oga","mogg","opus","ra","rm","wav","webm","f4a","pat"],interchange:["json","yaml","xml","csv","toml","ini","bson","asn1","ubj"],archives:["jar","iso","tar","tgz","tbz2","tlz","gz","bz2","xz","lz","z","7z","apk","dmg","rar","lzma","txz","zip","zipx"],documents:["pdf","ps","doc","docx","ppt","pptx","xls","otf","xlsx"],other:["srt","swf"]},o="arc:",c={COMLINK_INIT:"".concat(o,"comlink:init"),NODE_ID:"".concat(o,":nodeId"),CDN_CONFIG:"".concat(o,"cdn:config"),P2P_CLIENT_READY:"".concat(o,"cdn:ready"),STORED_FIDS:"".concat(o,"cdn:storedFids"),SW_HEALTH_CHECK:"".concat(o,"cdn:healthCheck"),WIDGET_CONFIG:"".concat(o,"widget:config"),WIDGET_INIT:"".concat(o,"widget:init"),WIDGET_UI_LOAD:"".concat(o,"widget:load"),BROKER_LOAD:"".concat(o,"broker:load"),RENDER_FILE:"".concat(o,"inlay:renderFile"),FILE_RENDERED:"".concat(o,"inlay:fileRendered")},i="serviceWorker",a="/".concat("shared-worker",".js"),d="/".concat("dedicated-worker",".js"),f="/".concat("arc-sw-core",".js"),p="".concat("arc-sw",".js"),u=("/".concat(p),"/".concat("arc-sw"),"arc-db"),s="key-val-store",l=2**17,m="".concat("https://overmind.arc.io","/api/propertySession"),v="".concat("https://warden.arc.io","/mailbox/propertySession");"".concat("https://warden.arc.io","/mailbox/transfers")}}); \ No newline at end of file +!function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=100)}({100:function(t,e,r){"use strict";r.r(e);var n=r(2);if("undefined"!=typeof ServiceWorkerGlobalScope){var o="https://arc.io"+n.k;importScripts(o)}else if("undefined"!=typeof SharedWorkerGlobalScope){var c="https://arc.io"+n.i;importScripts(c)}else if("undefined"!=typeof DedicatedWorkerGlobalScope){var i="https://arc.io"+n.b;importScripts(i)}},2:function(t,e,r){"use strict";r.d(e,"a",(function(){return n})),r.d(e,"f",(function(){return c})),r.d(e,"j",(function(){return i})),r.d(e,"i",(function(){return a})),r.d(e,"b",(function(){return d})),r.d(e,"k",(function(){return f})),r.d(e,"c",(function(){return u})),r.d(e,"d",(function(){return s})),r.d(e,"e",(function(){return l})),r.d(e,"h",(function(){return m})),r.d(e,"g",(function(){return v}));var n={images:["bmp","jpeg","jpg","ttf","pict","svg","webp","eps","svgz","gif","png","ico","tif","tiff","bpg","avif","jxl"],video:["mp4","3gp","webm","mkv","flv","f4v","f4p","f4bogv","drc","avi","mov","qt","wmv","amv","mpg","mp2","mpeg","mpe","m2v","m4v","3g2","gifv","mpv","av1"],audio:["mid","midi","aac","aiff","flac","m4a","m4p","mp3","ogg","oga","mogg","opus","ra","rm","wav","webm","f4a","pat"],interchange:["json","yaml","xml","csv","toml","ini","bson","asn1","ubj"],archives:["jar","iso","tar","tgz","tbz2","tlz","gz","bz2","xz","lz","z","7z","apk","dmg","rar","lzma","txz","zip","zipx"],documents:["pdf","ps","doc","docx","ppt","pptx","xls","otf","xlsx"],other:["srt","swf"]},o="arc:",c={COMLINK_INIT:"".concat(o,"comlink:init"),NODE_ID:"".concat(o,":nodeId"),CDN_CONFIG:"".concat(o,"cdn:config"),P2P_CLIENT_READY:"".concat(o,"cdn:ready"),STORED_FIDS:"".concat(o,"cdn:storedFids"),SW_HEALTH_CHECK:"".concat(o,"cdn:healthCheck"),WIDGET_CONFIG:"".concat(o,"widget:config"),WIDGET_INIT:"".concat(o,"widget:init"),WIDGET_UI_LOAD:"".concat(o,"widget:load"),BROKER_LOAD:"".concat(o,"broker:load"),RENDER_FILE:"".concat(o,"inlay:renderFile"),FILE_RENDERED:"".concat(o,"inlay:fileRendered")},i="serviceWorker",a="/".concat("shared-worker",".js"),d="/".concat("dedicated-worker",".js"),f="/".concat("arc-sw-core",".js"),p="".concat("arc-sw",".js"),u=("/".concat(p),"/".concat("arc-sw"),"arc-db"),s="key-val-store",l=2**17,m="".concat("https://overmind.arc.io","/api/propertySession"),v="".concat("https://warden.arc.io","/mailbox/propertySession");"".concat("https://warden.arc.io","/mailbox/transfers")}}); diff --git a/assets/css/about.css b/assets/css/about.css index 3e5f6b4..ca6ad66 100644 --- a/assets/css/about.css +++ b/assets/css/about.css @@ -118,4 +118,4 @@ h1 { a { text-decoration: none; color: white; -} \ No newline at end of file +} diff --git a/assets/css/home.css b/assets/css/home.css index 36073da..8533529 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -99,4 +99,4 @@ a { } .post a { color: #777; -} \ No newline at end of file +} diff --git a/blog/index.html b/blog/index.html index 24ca26a..8fd6714 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,3 +1,3 @@ --- layout: pagination ---- \ No newline at end of file +--- diff --git a/humans.txt b/humans.txt index a1b0a45..4501e3f 100644 --- a/humans.txt +++ b/humans.txt @@ -1 +1 @@ -mint.lgbt is run by a small team of LGBTQ+ people in many different sites across the globe. It is updated continuously, and built with more tools and technologies than we can shake a stick at. If you'd like to help us out, contact us at team[at]mint[dot]lgbt. \ No newline at end of file +mint.lgbt is run by a small team of LGBTQ+ people in many different sites across the globe. It is updated continuously, and built with more tools and technologies than we can shake a stick at. If you'd like to help us out, contact us at team[at]mint[dot]lgbt. diff --git a/index.html b/index.html index 732f851..dea1dcf 100644 --- a/index.html +++ b/index.html @@ -14,4 +14,4 @@ layout: home
chat · -status \ No newline at end of file +status diff --git a/privacy.md b/privacy.md index 171288b..6a25f68 100644 --- a/privacy.md +++ b/privacy.md @@ -38,4 +38,4 @@ The data collected here is stored in server logs and databases. User inputed dat Upon reciving the request of data deletion, we will begin the process of removing all your data from the server. Please allow us 5-7 business days to complete this process. -Please note that if other users from other servers interacted with you, your profile information and posts were transmitted to those services. While we can remove your data from our servers, we cannot remove your data from their servers. \ No newline at end of file +Please note that if other users from other servers interacted with you, your profile information and posts were transmitted to those services. While we can remove your data from our servers, we cannot remove your data from their servers. diff --git a/robots.txt b/robots.txt index 6f27bb6..eb05362 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: \ No newline at end of file +Disallow: diff --git a/terms.md b/terms.md index 2202aaa..b811636 100644 --- a/terms.md +++ b/terms.md @@ -39,4 +39,4 @@ mint.lgbt uses various software from many developers, so licensing of each secto ## Interference -You may not interfere with the operations of mint.lgbt in any way. This may also cause an IP restriction or in worse cases a report with authorities. \ No newline at end of file +You may not interfere with the operations of mint.lgbt in any way. This may also cause an IP restriction or in worse cases a report with authorities.