🔥 clean up old bits
This commit is contained in:
parent
2500f1a626
commit
98fcc309cd
45
Gemfile.lock
45
Gemfile.lock
@ -3,13 +3,8 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
addressable (2.8.1)
|
addressable (2.8.1)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
|
||||||
backport (1.2.0)
|
|
||||||
benchmark (0.2.1)
|
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
diff-lcs (1.5.0)
|
|
||||||
e2mmap (0.1.0)
|
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
@ -34,7 +29,6 @@ GEM
|
|||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jaro_winkler (1.5.4)
|
|
||||||
jekyll (4.3.1)
|
jekyll (4.3.1)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
@ -62,7 +56,6 @@ GEM
|
|||||||
sassc (> 2.0.1, < 3.0)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
json (2.6.3)
|
|
||||||
kramdown (2.4.0)
|
kramdown (2.4.0)
|
||||||
rexml
|
rexml
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
@ -80,8 +73,6 @@ GEM
|
|||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.3.0)
|
|
||||||
ast (~> 2.4.1)
|
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.1)
|
public_suffix (5.0.1)
|
||||||
@ -90,24 +81,8 @@ GEM
|
|||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
regexp_parser (2.6.1)
|
|
||||||
reverse_markdown (2.1.1)
|
|
||||||
nokogiri
|
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rouge (4.0.0)
|
rouge (4.0.0)
|
||||||
rubocop (1.40.0)
|
|
||||||
json (~> 2.3)
|
|
||||||
parallel (~> 1.10)
|
|
||||||
parser (>= 3.1.2.1)
|
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
|
||||||
rexml (>= 3.2.5, < 4.0)
|
|
||||||
rubocop-ast (>= 1.23.0, < 2.0)
|
|
||||||
ruby-progressbar (~> 1.7)
|
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
|
||||||
rubocop-ast (1.24.0)
|
|
||||||
parser (>= 3.1.1.0)
|
|
||||||
ruby-progressbar (1.11.0)
|
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
@ -115,31 +90,12 @@ GEM
|
|||||||
sawyer (0.9.2)
|
sawyer (0.9.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (>= 0.17.3, < 3)
|
||||||
solargraph (0.47.2)
|
|
||||||
backport (~> 1.2)
|
|
||||||
benchmark
|
|
||||||
bundler (>= 1.17.2)
|
|
||||||
diff-lcs (~> 1.4)
|
|
||||||
e2mmap
|
|
||||||
jaro_winkler (~> 1.5)
|
|
||||||
kramdown (~> 2.3)
|
|
||||||
kramdown-parser-gfm (~> 1.1)
|
|
||||||
parser (~> 3.0)
|
|
||||||
reverse_markdown (>= 1.0.5, < 3)
|
|
||||||
rubocop (>= 0.52)
|
|
||||||
thor (~> 1.0)
|
|
||||||
tilt (~> 2.0)
|
|
||||||
yard (~> 0.9, >= 0.9.24)
|
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
thor (1.2.1)
|
|
||||||
tilt (2.0.11)
|
|
||||||
typhoeus (1.4.0)
|
typhoeus (1.4.0)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
unicode-display_width (2.3.0)
|
unicode-display_width (2.3.0)
|
||||||
webrick (1.7.0)
|
webrick (1.7.0)
|
||||||
yard (0.9.28)
|
|
||||||
webrick (~> 1.7.0)
|
|
||||||
yell (2.2.2)
|
yell (2.2.2)
|
||||||
zeitwerk (2.6.6)
|
zeitwerk (2.6.6)
|
||||||
|
|
||||||
@ -153,7 +109,6 @@ DEPENDENCIES
|
|||||||
jekyll-feed
|
jekyll-feed
|
||||||
jekyll-gist
|
jekyll-gist
|
||||||
jekyll-postcss
|
jekyll-postcss
|
||||||
solargraph
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.20
|
2.2.20
|
||||||
|
13
_deploy.yml
13
_deploy.yml
@ -1,13 +0,0 @@
|
|||||||
method: rsync
|
|
||||||
site_dir: _site
|
|
||||||
|
|
||||||
user: walkah@walkah.net
|
|
||||||
remote_path: /var/www/walkah.net
|
|
||||||
delete: true
|
|
||||||
|
|
||||||
# flags: -rltDvz # Modify flags as necessary to suit your hosting setup
|
|
||||||
# port: # If your host requires a non standard port
|
|
||||||
# exclude: # Path to file containing list of files to exclude
|
|
||||||
# exclude-file: # Path to file containing list of files to exclude
|
|
||||||
# include: # Path to file containing list of files to include
|
|
||||||
# include-file: # Path to file containing list of files to include
|
|
12
flake.lock
generated
12
flake.lock
generated
@ -3,11 +3,11 @@
|
|||||||
"flake-compat": {
|
"flake-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1650374568,
|
"lastModified": 1668681692,
|
||||||
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
|
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
|
||||||
"owner": "edolstra",
|
"owner": "edolstra",
|
||||||
"repo": "flake-compat",
|
"repo": "flake-compat",
|
||||||
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
|
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -33,11 +33,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1670482022,
|
"lastModified": 1671054064,
|
||||||
"narHash": "sha256-xzzjWulnNMCSTEGosGaAg7sLsAtF7stA3sQljZ410/w=",
|
"narHash": "sha256-sNZLs8BiBuvOHBRDDh4OgTqfIluSg/aTer9UUphJxww=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c50e5b63e9d65ff0e70cc06b7042a72c6a6583bc",
|
"rev": "de1161b7decc91ad7deb3b2a742e242101996906",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
export GEM_HOME=$PWD/.gems
|
export GEM_HOME=$PWD/.gems
|
||||||
export GEM_PATH=$GEM_HOME
|
export GEM_PATH=$GEM_HOME
|
||||||
export PATH=$PWD/bin:$GEM_HOME/bin:$PATH
|
export PATH=$PWD/bin:$GEM_HOME/bin:$PATH
|
||||||
# https://github.com/sass/sassc-ruby/issues/148#issuecomment-644450274
|
|
||||||
bundle config build.sassc --disable-lto
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user