Compare commits

...

5 Commits

11 changed files with 105 additions and 57 deletions

View File

@ -19,3 +19,12 @@ updates:
github-actions: github-actions:
patterns: patterns:
- "*" - "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
npm:
patterns:
- "*"

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ _site
.sass-cache .sass-cache
vendor/ vendor/
.bundle .bundle
node_modules/

View File

@ -17,7 +17,7 @@ ci:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md,markdown"] args: ["--markdown-linebreak-ext", "md,markdown"]
@ -51,19 +51,19 @@ repos:
args: [--update-only, --notitle] args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0 rev: 0.28.4
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool # - repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1 # rev: v3.0.2
hooks: # hooks:
- id: reuse # - id: reuse
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: "v4.0.0-alpha.8" rev: "v3.2.5"
hooks: hooks:
- id: prettier - id: prettier
exclude_types: [json] exclude_types: [json]
@ -71,7 +71,7 @@ repos:
# https://www.npmjs.com/package/prettier # https://www.npmjs.com/package/prettier
"prettier@3.2.5", "prettier@3.2.5",
# https://www.npmjs.com/package/@prettier/plugin-xml # https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.2", "@prettier/plugin-xml@3.4.1",
] ]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python

0
.prettierrc Normal file
View File

View File

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (7.1.3) activesupport (7.1.3.3)
base64 base64
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
@ -14,7 +14,7 @@ GEM
addressable (2.8.6) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0) base64 (0.2.0)
bigdecimal (3.1.6) bigdecimal (3.1.8)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
@ -23,10 +23,9 @@ GEM
commonmarker (0.23.10) commonmarker (0.23.10)
concurrent-ruby (1.2.3) concurrent-ruby (1.2.3)
connection_pool (2.4.1) connection_pool (2.4.1)
dnsruby (1.70.0) dnsruby (1.72.1)
simpleidn (~> 0.2.1) simpleidn (~> 0.2.1)
drb (2.2.0) drb (2.2.1)
ruby2_keywords
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)
@ -96,7 +95,7 @@ GEM
activesupport (>= 2) activesupport (>= 2)
nokogiri (>= 1.4) nokogiri (>= 1.4)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.1) i18n (1.14.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.9.5) jekyll (3.9.5)
addressable (~> 2.4) addressable (~> 2.4)
@ -211,7 +210,7 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.4) liquid (4.0.4)
listen (3.8.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6) mercenary (0.3.6)
@ -219,25 +218,25 @@ 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.22.2) minitest (5.23.1)
mutex_m (0.2.0) mutex_m (0.2.0)
net-http (0.4.1) net-http (0.4.1)
uri uri
nokogiri (1.16.2-x86_64-linux) nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.25.1) octokit (4.25.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)
sawyer (~> 0.9) sawyer (~> 0.9)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (5.0.4) public_suffix (5.0.5)
racc (1.7.3) racc (1.8.0)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.6) rexml (3.2.8)
strscan (>= 3.0.9)
rouge (3.30.0) rouge (3.30.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2) rubyzip (2.3.2)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.7.4) sass (3.7.4)
@ -248,17 +247,14 @@ 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)
simpleidn (0.2.1) simpleidn (0.2.3)
unf (~> 0.1.4) strscan (3.1.0)
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1) typhoeus (1.4.1)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0) unicode-display_width (1.8.0)
uri (0.13.0) uri (0.13.0)
webrick (1.8.1) webrick (1.8.1)
@ -271,4 +267,4 @@ DEPENDENCIES
webrick webrick
BUNDLED WITH BUNDLED WITH
2.5.3 2.5.9

View File

@ -56,9 +56,7 @@ notices from specific hostmask.
## WeeChat ## WeeChat
``` `/filter add relaybotnotices * irc_notice+nick_RelayBot *`
/filter add relaybotnotices * irc_notice+nick_RelayBot *
```
This creates a new filter with the name "relaybotnotices" which filters This creates a new filter with the name "relaybotnotices" which filters
all notices from the nickname "RelayBot". all notices from the nickname "RelayBot".

View File

@ -18,9 +18,7 @@ available more of for historical reasons.
And this is very easy. Just run the command And this is very easy. Just run the command
``` `!misc last --regexp m/(.*\w){512}/`
!misc last --regexp m/(.*\w){512}/
```
where ! is the prefix character. where ! is the prefix character.
@ -39,9 +37,7 @@ host computer down.
For example: For example:
``` `!math calc factorial(999999)`
!math calc factorial(999999)
```
This requires Math plugin which comes with Supybot, but isn't load by This requires Math plugin which comes with Supybot, but isn't load by
default. default.
@ -73,10 +69,8 @@ to the internet.
Usage: Usage:
``` - `!web title <malicious.page.here>`
!web title <malicious.page.here> - `!web fetch <malicious.page.here>`
!web fetch <malicious.page.here>
```
_This was only reported at IRC and I am unable to find issue report _This was only reported at IRC and I am unable to find issue report
or fixing commit. ~~Mikaela on 2015-01-04._ or fixing commit. ~~Mikaela on 2015-01-04._
@ -130,7 +124,7 @@ If you want permanent solution, you should install either of them.
Your current botname.conf is **100% compatible with forks**. Your current botname.conf is **100% compatible with forks**.
[Join Supybot channels on freenode!](ircs://chat.freenode.net:6697/#supybot,#gribble,#limnoria) [Join Supybot channels on LiberaChat!](ircs://irc.libera.chat:6697/#supybot,#gribble,#limnoria)
[Limnoria]: https://github.com/ProgVal/Limnoria [Limnoria]: https://github.com/ProgVal/Limnoria
[Gribble]: http://github.com/nanotube/supybot_fixes [Gribble]: http://github.com/nanotube/supybot_fixes

View File

@ -1,3 +1,7 @@
:root {
color-scheme: dark light;
}
/** /**
* Reset some basic elements * Reset some basic elements
*/ */
@ -90,15 +94,16 @@ h1, h2, h3, h4, h5, h6 {
*/ */
a { a {
color: $brand-color; color: $brand-color;
text-decoration: none; //text-decoration: none;
text-decoration: underline;
&:visited { &:visited {
color: darken($brand-color, 15%); //color: darken($brand-color, 15%);
} }
&:hover { &:hover {
color: $text-color; color: $text-color;
text-decoration: underline; //text-decoration: underline;
} }
} }
@ -127,10 +132,11 @@ blockquote {
*/ */
pre, pre,
code { code {
font-family: $monospace-font-family;
font-size: 15px; font-size: 15px;
border: 1px solid $grey-color-light; border: 1px solid; //$grey-color-light;
border-radius: 3px; border-radius: 3px;
background-color: #eef; background-color: revert; //#eef;
} }
code { code {

View File

@ -6,20 +6,35 @@
// Our variables // Our variables
$base-font-family: Helvetica, Arial, sans-serif; $base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
$base-font-size: 16px; $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
$small-font-size: $base-font-size * 0.875; //$base-font-size: 16px;
$base-font-size: revert;
//$small-font-size: $base-font-size * 0.875;
$small-font-size: revert;
$base-line-height: 1.5; $base-line-height: 1.5;
$spacing-unit: 30px; $spacing-unit: 30px;
$text-color: #111; // $text-color: #111;
$background-color: #fdfdfd; // $background-color: #fdfdfd;
$brand-color: #2a7ae2; // $brand-color: #2a7ae2;
//
// $grey-color: #828282;
// $grey-color-light: lighten($grey-color, 40%);
// $grey-color-dark: darken($grey-color, 25%);
$grey-color: #828282; $text-color: revert;
$grey-color-light: lighten($grey-color, 40%); $background-color: revert;
$grey-color-dark: darken($grey-color, 25%); $brand-color: revert;
// $grey-color: #828282;
// $grey-color-light: lighten($grey-color, 40%);
// $grey-color-dark: darken($grey-color, 25%);
$grey-color: revert;
$grey-color-light: revert;
$grey-color-dark: revert;
// Width of the content area // Width of the content area
$content-width: 800px; $content-width: 800px;

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "3.2.5"
}
}

24
pnpm-lock.yaml generated Normal file
View File

@ -0,0 +1,24 @@
lockfileVersion: "9.0"
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
prettier:
specifier: 3.2.5
version: 3.2.5
packages:
prettier@3.2.5:
resolution:
{
integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==,
}
engines: { node: ">=14" }
hasBin: true
snapshots:
prettier@3.2.5: {}