New post
This commit is contained in:
parent
280bd28713
commit
12de913939
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
|
|
@ -1 +1 @@
|
||||||
2.7.3
|
2.7.5
|
||||||
|
|
2
Capfile
2
Capfile
|
@ -40,4 +40,4 @@ require "capistrano/bundler"
|
||||||
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
|
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
|
||||||
|
|
||||||
set :rbenv_type, :user
|
set :rbenv_type, :user
|
||||||
set :rbenv_ruby, '2.7.3'
|
set :rbenv_ruby, '2.7.5'
|
||||||
|
|
|
@ -43,6 +43,7 @@ paginate_path: "/blog/page:num/"
|
||||||
# their entries' file path in the `include:` list.
|
# their entries' file path in the `include:` list.
|
||||||
#
|
#
|
||||||
exclude:
|
exclude:
|
||||||
|
- .editorconfig
|
||||||
- .sass-cache/
|
- .sass-cache/
|
||||||
- .jekyll-cache/
|
- .jekyll-cache/
|
||||||
- gemfiles/
|
- gemfiles/
|
||||||
|
|
19
_posts/2022-01-12-goodbye-lesvidious.md
Normal file
19
_posts/2022-01-12-goodbye-lesvidious.md
Normal 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.
|
Loading…
Reference in a new issue