mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Compare commits
7 commits
3b8b35ce8c
...
06020cf849
Author | SHA1 | Date | |
---|---|---|---|
|
06020cf849 | ||
|
41be095485 | ||
|
97baa0bd51 | ||
|
4c5d8483bd | ||
|
1d44bc382d | ||
|
c3f418e87b | ||
|
f514677e94 |
6 changed files with 22 additions and 5 deletions
|
@ -209,7 +209,8 @@ input {
|
|||
* site. */
|
||||
appearance: none;
|
||||
|
||||
/* Don't shrink the size of the text in forms. */
|
||||
/* Don't shrink the size of the text in forms or make it system-ui. */
|
||||
font-family: sans-serif;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
|
@ -252,6 +253,12 @@ kbd {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* <ins> should not be mistaken for hyperlinks. */
|
||||
ins {
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* narrow screens: remove unused figure margins
|
||||
* figure captions shouldn't look like regular paragraphs; there should
|
||||
* be some extra space.
|
||||
|
|
|
@ -145,6 +145,6 @@ disableKinds = ["taxonomy", "term"]
|
|||
|
||||
# don't minify html but minify other resources, esp the fulltext rss/atom feeds
|
||||
[minify]
|
||||
minifyOutput = false
|
||||
minifyOutput = true
|
||||
disableXML = false
|
||||
disableHTML = true
|
||||
|
|
|
@ -189,12 +189,13 @@ These indexing search engines don’t have a Google-like “ask me anything” e
|
|||
### Small/non-commercial Web
|
||||
|
||||
* Wiby: I love this one. It focuses on smaller independent sites that capture the spirit of the “early” web. It’s more focused on “discovering” new interesting pages that match a set of keywords than finding a specific resources. I like to think of Wiby as an engine for surfing, not searching. Runnaroo occasionally features a hit from Wiby. If you have a small site or blog that isn’t very “commercial”, consider submitting it to the index.
|
||||
* Marginalia Search: A recent addition similar to Wiby, and *my favorite entry on this page*. It has its own crawler but is strongly biased towards non-commercial, personal, and/or minimal sites. It's a great response to the increasingly SEO-spam-filled SERPs of GBY. Partially powers Teclis, which in turn partially powers Kagi.
|
||||
* Marginalia Search: A recent addition similar to Wiby, and *my favorite entry on this page*. It has its own crawler but is strongly biased towards non-commercial, personal, and/or minimal sites. It's a great response to the increasingly SEO-spam-filled SERPs of GBY. Partially powers Teclis, which in turn partially powers Kagi. Update 2022-05-27: Marginalia.nu is now open source
|
||||
* Search My Site: Similar to Wiby, but only indexes user-submitted personal and independent sites. It optionally supports IndieAuth.
|
||||
* Teclis: A project by the creator of Kagi search. Uses its own crawler that measures content blocked by uBlock Origin, and extracts content with the open-source article scrapers Trafilatura and Readability.js. This is quite an interesting approach: tracking blocked elements discourages tracking and advertising; using Trafilatura and Readability.js encourages the use of semantic HTML and Semantic Web standards such as microformats, microdata, and RDFa. It claims to also use some results from Marginalia.
|
||||
|
||||
=> https://wiby.me wiby.me
|
||||
=> https://search.marginalia.nu/ search.marginalia.nu
|
||||
=> https://memex.marginalia.nu/log/58-marginalia-open-source.gmi Announcement: marginalia.nu goes open source
|
||||
=> https://searchmysite.net Search My site
|
||||
=> http://teclis.com/ Teclis
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ These indexing search engines don’t have a Google-like “ask me anything” e
|
|||
|
||||
- Wiby: [wiby.me](https://wiby.me) and [wiby.org](https://wiby.org): I love this one. It focuses on smaller independent sites that capture the spirit of the "early" web. It's more focused on "discovering" new interesting pages that match a set of keywords than finding a specific resources. I like to think of Wiby as an engine for surfing, not searching. Runnaroo occasionally features a hit from Wiby. If you have a small site or blog that isn't very "commercial", consider submitting it to the index.
|
||||
|
||||
- [Marginalia Search](https://search.marginalia.nu/): A recent addition similar to Wiby, and _my favorite entry on this page_. It has its own crawler but is strongly biased towards non-commercial, personal, and/or minimal sites. It's a great response to the increasingly SEO-spam-filled SERPs of GBY. Partially powers Teclis, which in turn partially powers Kagi.
|
||||
- [Marginalia Search](https://search.marginalia.nu/): A recent addition similar to Wiby, and _my favorite entry on this page_. It has its own crawler but is strongly biased towards non-commercial, personal, and/or minimal sites. It's a great response to the increasingly SEO-spam-filled SERPs of GBY. Partially powers Teclis, which in turn partially powers Kagi. <ins cite="https://memex.marginalia.nu/log/58-marginalia-open-source.gmi" datetime="2022-05-28T14:09:00-07:00">Update 2022-05-28: [Marginalia.nu is now open source.](https://memex.marginalia.nu/log/58-marginalia-open-source.gmi)</ins>
|
||||
|
||||
- [Search My Site](https://searchmysite.net): Similar to Wiby, but only indexes user-submitted personal and independent sites. It optionally supports IndieAuth.
|
||||
|
||||
|
|
|
@ -27,6 +27,13 @@
|
|||
<id>{{ .Permalink }}</id>
|
||||
<rights>CC-BY-SA 4.0 by Rohan Kumar</rights>
|
||||
<content type="html"><![CDATA[{{ .Content | safeHTML }}]]></content>
|
||||
<object-type xmlns="http://activitystrea.ms/spec/1.0/">
|
||||
{{- if eq .Section "notes" -}}
|
||||
note
|
||||
{{- else if eq .Section "posts" -}}
|
||||
article
|
||||
{{- end -}}
|
||||
</object-type>
|
||||
</entry>
|
||||
{{ end }}
|
||||
</feed>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<hr>
|
||||
</header>
|
||||
<div class="e-content entry-content" itemprop="articleBody">
|
||||
{{ partial "processed-content" . -}}
|
||||
<meta itemprop="author" content="Rohan Kumar">
|
||||
<!--That was needed bc some reading modes get confused by other authors referenced in the text-->
|
||||
{{- partial "processed-content" . -}}
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue