diff --git a/content/about/index.md b/content/about/index.md index 3161db9..a5cc34e 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -7,6 +7,7 @@ outputs: - gemtext description: "Get to know Rohan Kumar, also known as Seirdy. Contact info, my projects, interests, online accounts, etc." --- +
I'm known as Rohan and as Seirdy. There are some differences between these personas, but the line between the two is blurry. It's fine to mix them up. @@ -58,7 +59,7 @@ Social (Fediverse) : [@Seirdy@lemmy.ml](https://lemmy.ml/u/Seirdy "{rel='me'}") (Lemmy) Social (centralized) -: [apioforum](https://a.gh0.pw/user/Seirdy "{rel='me'}") +: [apioforum](https://a.gh0.pw/user/Seirdy "{rel='me'}") : [Tildes.net](https://tildes.net/user/Seirdy "{rel='me'}") : "Seirdy" on Linux Weekly News : [Lobsters](https://lobste.rs/u/Seirdy "{rel='me'}") @@ -75,8 +76,7 @@ Chat : IRC: "Seirdy" on many networks (Liberachat, Snoonet, OFTC, Tilde.Chat, apionet, some others) : Matrix: [@seirdy:seirdy.one](matrix:u/seirdy:seirdy.one "class='u-impp u-url' rel='me'") -At least two platforms listed in the "Social (centralized)" category are not endorsed, and I'm trying to wind down my use of them. -If you find a "Seirdy" somewhere else and don't know whether or not it's me, please contact me and ask instead of assuming that it must be me. +At least two platforms listed in the "Social (centralized)" category are not endorsed, and I'm trying to wind down my use of them. If you find a "Seirdy" somewhere else and don't know whether or not it's me, please contact me and ask instead of assuming that it must be me. I used to have the Matrix ID `@seirdy:envs.net`. I sometimes use `@seirdy:fairydust.space` for technical reasons (seirdy.one runs a Conduit server but certain features only work in Synapse rooms). @@ -155,5 +155,3 @@ Content on this site also appears on - diff --git a/dynamic/search-results.html b/dynamic/search-results.html index 5bdeadb..1a11d76 100644 --- a/dynamic/search-results.html +++ b/dynamic/search-results.html @@ -4,17 +4,17 @@
    {{- range .Results }}
  1. - -

    +

    + {{ if .Title -}} {{- .Title }} {{ else -}} {{- .URL }} {{- end }} -

    - + +

    {{ printf "%.200s" .Desc }}

    -

    +

    {{ $isMatch := false }} {{ range .Frag }} {{ if $isMatch }}{{ end -}} @@ -22,7 +22,7 @@ {{- if $isMatch }}{{ end }} {{ $isMatch = (not $isMatch) }} {{ end }} -

    +

  2. {{- end }}
diff --git a/linter-configs/vnu_filter.jq b/linter-configs/vnu_filter.jq index 830349c..2de3308 100644 --- a/linter-configs/vnu_filter.jq +++ b/linter-configs/vnu_filter.jq @@ -20,6 +20,8 @@ (.message == "Text not allowed in element “ol” in this context.") or (.message == "Bad value “{{ .URL }}” for attribute “href” on element “a”: Illegal character in path segment: “{” is not allowed.") + or + (.message == "Bad value “{{ .URL }}” for attribute “cite” on element “q”: Illegal character in path segment: “{” is not allowed.") ) and ( (.extract | test("{{"))