Compare commits

...

6 commits

Author SHA1 Message Date
d4d686ab67
Merge a829bf71e5 into 9fc3a242d7 2026-03-22 11:08:32 +08:00
9fc3a242d7
Merge pull request #37 from samsonjs/dependabot/bundler/json-2.19.2
Some checks failed
CI / coverage (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / debug (push) Has been cancelled
Bump json from 2.18.1 to 2.19.2
2026-03-19 08:54:52 -07:00
dependabot[bot]
4918611781
Bump json from 2.18.1 to 2.19.2
Bumps [json](https://github.com/ruby/json) from 2.18.1 to 2.19.2.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.18.1...v2.19.2)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.19.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 12:51:48 +00:00
33ffcc4d35
Use Disallow rule for maximum gemini compatibility
Some checks failed
CI / coverage (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / debug (push) Has been cancelled
2026-03-02 20:33:13 -08:00
451d72278b
Stop excluding robots.txt from gemini site 2026-03-02 20:22:47 -08:00
a829bf71e5
Apply useful readability CSS improvements
Fixes #31
2026-02-07 21:46:00 -08:00
4 changed files with 9 additions and 3 deletions

View file

@ -63,7 +63,7 @@ GEM
thor (>= 0.18.1)
ice_nine (0.11.2)
io-console (0.8.2)
json (2.18.1)
json (2.19.2)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)

View file

@ -110,6 +110,7 @@ img {
body {
background-color: #f7f7f7;
color: #222;
line-height: 1.5;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
sans-serif;
@ -123,6 +124,7 @@ h4,
h5,
h6 {
font-family: "Helvetica Neue", "Verdana", sans-serif;
text-wrap: balance;
}
nav {
@ -452,6 +454,10 @@ article {
word-wrap: break-word;
}
article p {
max-width: 65ch;
}
article header h1,
article header h2 {
word-wrap: break-word;
@ -537,6 +543,7 @@ pre.line-numbers {
pre {
background-color: #141414;
}
}
/**

View file

@ -1,2 +1,2 @@
User-agent: *
Allow: /
Disallow:

View file

@ -45,7 +45,6 @@ exclude_public = [
"apple-touch-icon.png",
"favicon.ico",
"favicon.gif",
"robots.txt",
"humans.txt",
"isitmycakeday.html"
]