This commit is contained in:
Luna 2022-01-12 07:33:31 -05:00
parent 280bd28713
commit 12de913939
Signed by: luna
GPG Key ID: C8DA627859769F68
24 changed files with 53 additions and 21 deletions

12
.editorconfig Normal file
View File

@ -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

View File

@ -1 +1 @@
2.7.3
2.7.5

View File

@ -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'

View File

@ -43,6 +43,7 @@ paginate_path: "/blog/page:num/"
# their entries' file path in the `include:` list.
#
exclude:
- .editorconfig
- .sass-cache/
- .jekyll-cache/
- gemfiles/

View File

@ -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.