Compare commits

...

3 Commits

6 changed files with 30 additions and 24 deletions

View File

@ -66,7 +66,7 @@ repos:
] ]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.0 rev: 0.34.1
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-actions - id: check-github-actions
@ -76,7 +76,7 @@ repos:
additional_dependencies: ["pyjson5"] additional_dependencies: ["pyjson5"]
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v5.1.1 rev: v6.1.2
hooks: hooks:
- id: reuse - id: reuse
exclude: ^.cache\/.*$ exclude: ^.cache\/.*$

View File

@ -1 +1 @@
3.4.6 3.4.7

28
Gemfile.lock generated
View File

@ -18,7 +18,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0) base64 (0.3.0)
benchmark (0.4.1) benchmark (0.4.1)
bigdecimal (3.2.3) bigdecimal (3.3.1)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.3.5) concurrent-ruby (1.3.5)
connection_pool (2.5.4) connection_pool (2.5.4)
@ -40,31 +40,31 @@ GEM
ffi (1.17.2-x86_64-linux-gnu) ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl) ffi (1.17.2-x86_64-linux-musl)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (4.32.1) google-protobuf (4.33.0)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-aarch64-linux-gnu) google-protobuf (4.33.0-aarch64-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-aarch64-linux-musl) google-protobuf (4.33.0-aarch64-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-arm64-darwin) google-protobuf (4.33.0-arm64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-x86-linux-gnu) google-protobuf (4.33.0-x86-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-x86-linux-musl) google-protobuf (4.33.0-x86-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-x86_64-darwin) google-protobuf (4.33.0-x86_64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-x86_64-linux-gnu) google-protobuf (4.33.0-x86_64-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.32.1-x86_64-linux-musl) google-protobuf (4.33.0-x86_64-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
haml (6.3.0) haml (6.3.0)
@ -111,7 +111,7 @@ GEM
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
json (2.15.0) json (2.15.1)
kramdown (2.5.1) kramdown (2.5.1)
rexml (>= 3.3.9) rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
@ -127,7 +127,7 @@ GEM
jekyll (>= 3.5, < 5.0) jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9) jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.25.5) minitest (5.26.0)
nokogiri (1.18.10) nokogiri (1.18.10)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
@ -213,7 +213,7 @@ GEM
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0) unicode-display_width (2.6.0)
uri (1.0.3) uri (1.0.4)
webrick (1.9.1) webrick (1.9.1)
PLATFORMS PLATFORMS
@ -257,7 +257,7 @@ DEPENDENCIES
webrick webrick
RUBY VERSION RUBY VERSION
ruby 3.4.6p54 ruby 3.4.7p58
BUNDLED WITH BUNDLED WITH
2.7.2 2.7.2

View File

@ -151,16 +151,16 @@ code {
// Overrides for dark themes // Overrides for dark themes
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
*:not(a) { *:not(a) {
color: #ffb700 !important; color: #adff2f !important;
border-color: #ffb700 !important; border-color: #adff2f !important;
background-color: #000000 !important; background-color: #000000 !important;
} }
// Adblocker detection) // Adblocker detection)
.ftf-dma-note { .ftf-dma-note {
color-scheme: only dark !important; color-scheme: only dark !important;
color: #ffb700 !important; color: #adff2f !important;
border-color: #ffb700 !important; border-color: #adff2f !important;
background-color: #000000 !important; background-color: #000000 !important;
max-width: 78ch !important; max-width: 78ch !important;
margin: 0 auto !important; margin: 0 auto !important;

View File

@ -10,9 +10,15 @@ lang: en
# Useful color codes # Useful color codes
- `#000000` - black - `#000000` - black
- `#ffffff` - white - `#FFFFFF` - white
- `#00FF00` - green
- `#80FF00` - chartreuse
- `#ADFF2F` - green-yellow, near the middle of human visible spectrum
- `#FFFF00` - yellow
- `#FFB700` - amber (like on old computer screens) or _sunflower mango_ or
_summer yellow_ or _luminous bright orange_
- `#970000` - red - `#970000` - red
- `#ffb700` - amber - `#E34234` - vermillion
- `#800080` - purple - `#800080` - purple
- `#8A2BE2` - blue violet via ChatGPT via [dev](https://t.me/devs_chat/131577) - `#8A2BE2` - blue violet via ChatGPT via [dev](https://t.me/devs_chat/131577)
[meme](https://t.me/devs_chat/131597) [meme](https://t.me/devs_chat/131597)

2
package.json vendored
View File

@ -9,6 +9,6 @@
"prettier-plugin-sh": "0.18.0", "prettier-plugin-sh": "0.18.0",
"prettier-plugin-toml": "2.0.6" "prettier-plugin-toml": "2.0.6"
}, },
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa", "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"prettier": "@aminda/global-prettier-config" "prettier": "@aminda/global-prettier-config"
} }