Rohan Kumar
4491154cd8
Webrings: add referrers, hotline, and criteria
...
- Some webrings I might eventually join require sending the origin via
referrer. Make per-link exceptions to my "no-referrer" policy sent via
HTTP header.
- Add hotline webring
- Add criteria for me to join a webring.
2022-03-15 13:48:12 -07:00
Rohan Kumar
dcbace64a3
Fix: properly use "site" function instead of var
...
This fixes the logic to use PNGs instead of SVGs for the hidden service.
2022-03-15 13:47:42 -07:00
Rohan Kumar
c0666aa259
Refactor: add webring data from a CSV
...
The webring list was getting repetitive.
2022-03-15 13:45:21 -07:00
Rohan Kumar
0aefb5d083
Add info on lazy-loading, rephrasings.
2022-03-14 13:50:01 -07:00
Rohan Kumar
eac8ef1713
Preserve whitespace
...
Hugo 0.94 made whitespace removal the default. Probably best to keep it
for source readability.
2022-03-10 23:15:42 -08:00
Rohan Kumar
f376b46eaf
Fixed missing tag
2022-03-10 22:53:29 -08:00
Rohan Kumar
6838ab871f
Fix a typo, remove unused vocab
2022-03-10 22:51:30 -08:00
Rohan Kumar
ca07453315
Don't include an unused png fallback for an SVG
...
No browser I know of falls back to a PNG when given an SVG with a PNG
fallback. The Tor version of my site uses no SVGs.
Exclude the SVG favicon in the Tor version of the site, since the Tor
Browser disables SVG on the safest setting.
2022-03-10 21:33:51 -08:00
Rohan Kumar
f93637455d
More info on biases and structured data
...
- Expand "rationale" with info on bias
- "rationale" got bigger so I added sub-headings
- Move "rationale" section to the bottom since its increased size pushed
away the actual engines
2022-03-10 17:11:49 -08:00
Rohan Kumar
ac645a12a7
Add note on engine bias
...
In response to the flood of traffic I got after DuckDuckGo's
announcement.
2022-03-10 15:29:00 -08:00
Rohan Kumar
2b97a169c2
Bookmark timestamps are RFC3339 not plain ISO8601
2022-03-10 15:28:03 -08:00
Rohan Kumar
3ca171d0d3
Fix missing parens
2022-03-09 15:02:21 -08:00
Rohan Kumar
32c0fb478b
Remove some useless meta tags from <head>
2022-03-09 14:59:41 -08:00
Rohan Kumar
f8718e68f3
Add Fediring Orbit to gemini capsule
2022-03-08 22:19:50 -08:00
Rohan Kumar
d0fdf26227
Move microformat markup from picture to img
2022-03-08 19:32:28 -08:00
Rohan Kumar
90344bc451
Don't use SVG for the hidden service
...
The Tor Browser's "safest" mode blocks SVG rendering, but the browser
doesn't download or use any fallback images because of fingerprinting
concerns.
2022-03-08 19:12:25 -08:00
Rohan Kumar
5d685d2ce6
Include SVG version of u-photo on homepage
...
Useful for other IndieWeb software that parses homepages and renders
avatars.
2022-03-08 19:03:09 -08:00
Rohan Kumar
f589e3f306
Make homepage h-card representative
2022-03-08 12:11:18 -08:00
Rohan Kumar
3572948953
Meta stuff
...
- SearchMySite.net uses the "keywords" meta property to categorize
sites, so include keywords on the homepage
- Exclude the published date if it doesn't exist.
2022-03-08 11:13:05 -08:00
Rohan Kumar
68e750ea3b
Minor semantic tweaks
2022-03-07 22:44:45 -08:00
Rohan Kumar
3e290a08db
Add GMX and Fireball
2022-03-07 22:44:34 -08:00
Rohan Kumar
4b6cfbb9ed
Add bookmarks page
...
Pulls content exported from Buku, so I don't have to commit every time I
add a bookmark.
Since I added another nav item, I had to adjust the navbar css.
2022-03-07 22:40:26 -08:00
Rohan Kumar
e693672c98
Fix bad link (again)
2022-03-06 21:58:42 -08:00
Rohan Kumar
de311c03c9
Fix bad link
2022-03-05 21:28:48 -08:00
Rohan Kumar
a77baf7516
Add Yesterweb webring
...
Moar webrings
2022-03-04 20:24:02 -08:00
Rohan Kumar
6a08adb6c8
CSS: narrow body text
...
WCAG AAA guidelines encourage limiting text to 80 chars. Unlike A and
AA, the AAA level is more of a list of suggestions than a requirement.
Most other studies seem to indicate 70 is a good minimum but 100 is a
bit excessive.
"ch" units are broken on NetSurf, so I went with the closest "em"
approximation (since I already use "em" everywhere else).
2022-03-04 13:55:58 -08:00
Rohan Kumar
8412aa3633
Revamp post list
...
- Include updated date and descriptions
- Schema: make the post list a DataFeed of BlogPostings
- Make each post an <article>
2022-03-04 13:55:42 -08:00
Rohan Kumar
10cb71855f
Reorg <head> links
...
- Put canonical near the top
- Allow non-canonical versions to be indexed, since they do have
canonical links
2022-03-04 13:55:39 -08:00
Rohan Kumar
86b4012ec0
Mention Brutalist Web Design
2022-03-04 13:55:35 -08:00
Rohan Kumar
760bec2959
Add Toutiao
2022-03-03 19:40:18 -08:00
Rohan Kumar
fa2a5f7283
Join retronaut webring
2022-03-03 16:15:39 -08:00
Rohan Kumar
a6e3ee6e20
New Turkish engine
2022-03-01 20:25:38 -08:00
Rohan Kumar
65c8710b61
RIP Meorca, add info on 3p sources to Brave.
2022-03-01 14:42:59 -08:00
Rohan Kumar
e0a42eeaf2
Add Keybot search engine
2022-03-01 11:48:32 -08:00
Rohan Kumar
028a720186
New engines: semantic scholar, SSEL
...
Add Semantic Scholar and Secret Search Engine Labs.
2022-03-01 00:35:54 -08:00
Rohan Kumar
2bf7359303
Optimize head size
...
- apple-touch-icon not needed, will be fetched from doc root
- re-order <head> elements to optimize for compression algorithm size
savings. shaved off like 15 bytes. this was a good use of my time.
2022-02-28 16:00:05 -08:00
Rohan Kumar
f8d4b6170d
Refactor stylesheet a bit
...
- More comments
- Remove redundancy; shaves off a few bytes
2022-02-28 15:05:14 -08:00
Rohan Kumar
7a54e7ec2e
Update .gitignore
2022-02-28 14:20:43 -08:00
Rohan Kumar
4b79d96afe
remove <figure> margin, for narrow screens.
2022-02-28 14:18:21 -08:00
Rohan Kumar
d4266900c8
Typo
...
Right on the homepage. Damn.
2022-02-28 13:50:22 -08:00
Rohan Kumar
e121529f5e
Mention the ask.com network
2022-02-28 13:42:15 -08:00
Rohan Kumar
3c00cfd4e8
Internal: markdown extension for adding link attrs
...
More concise than using <a> every time i need to add an attr to a link
2022-02-28 13:41:24 -08:00
Rohan Kumar
b1678bbc0e
Typo
2022-02-28 04:00:15 -08:00
Rohan Kumar
0766830221
Even bigger tap targets
2022-02-28 03:55:26 -08:00
Rohan Kumar
b233a7a726
Switch webrings from <ul> to just <p>
...
It makes tap targets a little larger.
2022-02-28 03:50:15 -08:00
Rohan Kumar
08b8200f8b
Another webring
2022-02-28 03:37:47 -08:00
Rohan Kumar
9297f6a9dc
Add webring and xhtml club links to homepage.
2022-02-28 03:21:20 -08:00
Rohan Kumar
e06c33d2f9
Improve meta description
2022-02-28 02:30:58 -08:00
Rohan Kumar
03e45ae848
Mention visited link color
2022-02-28 02:30:48 -08:00
Rohan Kumar
3cf4bd7191
Elaborate on Mojeek and friendly exclusions.
2022-02-27 15:09:28 -08:00