Skip to content

update merge#1

Open
Withiue wants to merge 184 commits intoWithiue:masterfrom
mmistakes:master
Open

update merge#1
Withiue wants to merge 184 commits intoWithiue:masterfrom
mmistakes:master

Conversation

@Withiue
Copy link
Copy Markdown
Owner

@Withiue Withiue commented Oct 3, 2024

No description provided.

iBug and others added 30 commits July 8, 2022 11:38
* Improve auto-comment message

* Lock these PRs after closing
Co-authored-by: Marco Omainska <59295964+marcoiska@users.noreply.github.com>
Co-authored-by: Niklas Engblom <niklas-e@users.noreply.github.com>
To avoid getting JS and irrelevant files indexed remove pages where title is null. This gives a much cleaner Lunr store with more relevant content.
* Lazy-load InstantSearch scripts and stylesheets

* Replace outdated script parts
Removed url encoding of the article link
* Allow to optionally define website copyright holder name and url using site.copyright and site.copyright_url

* Update _config.yml

---------

Co-authored-by: iBug <git@ibugone.com>
* Fix non-English characters being url encoded in breadcrumb

* Remove `| replace: '%20', ' ‘`
Call it a day for now
Now only 4 files left untouchable.
Search README.md for "Dev note" for details.
Co-authored-by: Andrii Burkatskyi <underr-ua@users.noreply.github.com>
PanderMusubi and others added 30 commits July 11, 2025 09:45
Co-authored-by: iBug <git@ibugone.com>
So we're not relying on Font Awesome 6-
* add Swetrix as an analytics providers option

* mention Swetrix support in README.md

* add analytics provider option Swetrix to the documentation
Add microformats2 markup to improve IndieWeb compatibility:

- h-entry, p-name, e-content on the single post layout
- p-name, u-url, p-summary on archive listing items
- dt-updated (not dt-published) for last_modified_at dates
- Configurable per-link rel attribute on footer links
- Document the rel parameter in the configuration docs

The h-entry root class enables IndieWeb feed readers and webmention
services to parse posts. The dt-updated fix corrects a semantic error
where modification dates were marked as publication dates.

The footer rel attribute allows users to add rel="me" on specific
links for web sign-in, without unconditionally applying it to all
links.

Refs #5030, #4114

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add alt text for Open Graph and Twitter Card images, improving
accessibility and conforming to the Open Graph structured properties
spec.

A single variable og_image_alt is resolved with a cascading lookup:

1. page.header.og_image_alt (per-page, set in front matter)
2. site.og_image_alt (site-wide default, set in _config.yml)

The alt text is emitted as og:image:alt and twitter:image:alt on
every image branch in seo.html. If no alt text is configured, the
tags are omitted and existing behavior is unchanged.

Closes #3562
Supersedes #3563

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
When multiple <nav> landmarks exist on a page, each must have a unique
accessible name so screen readers can distinguish them (WCAG 2.1 SC 1.3.6,
"Identify Purpose"). Add aria-label attributes to all seven <nav> elements:

- skip-links.html: "Skip links"
- masthead.html: "Primary navigation"
- breadcrumbs.html: "Breadcrumb"
- single.html (ToC): "Table of contents"
- post_pagination.html: "Post pagination"
- paginator-v1.html: "Pagination"
- paginator-v2.html: "Pagination"

Fixes #4575

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Support resolving `ui-text` using `page.locale` when available

* Use `include.locale | default: site.locale` and pass locale from parent includes

---------

Co-authored-by: iBug <git@ibugone.com>
* add catppuccin latte theme
based off the theme by alessdangelo
found here
github.com/alessdangelo/catppuccin-minimal-mistakes/blob/master/_sass/minimal-mistakes/skins/_catppuccin_latte.scss

* add catppuccin-mocha skin
based of alessdangelo work
changes the base16 colors for syntax highlighting to use catppuccin
base16 colors
github.com/alessdangelo/catppuccin-minimal-mistakes/blob/master/_sass/minimal-mistakes/skins/_catppuccin_mocha.scss

* update readme and _config.yml to mention new skins

* fixes extra brackets

* fixes embed issue

* readds newline at end of file

---------

Co-authored-by: shadow-absorber <sam.tunder@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Emit <meta name="fediverse:creator"> when author.fediverse is set,
enabling "by @user@instance" attribution on Mastodon, Pixelfed,
Flipboard, and other fediverse platforms. Follows the same pattern
as the existing twitter:creator support.

The value is read from the resolved author object, so it works with
both site.author in _config.yml and per-page overrides via
_data/authors.yml.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* icon color: bluesky, instagram, threads, tiktok, x, youtube

* toc label korean

* Modifying awkward expressions

* height alignment of toc and h2 does not match when using aside

* add if condition for author urls wrapper

* Revert "height alignment of toc and h2 does not match when using aside"

This reverts commit 0133857.

* Revert "height alignment of toc and h2 does not match when using aside"

This reverts commit 0133857.

* vertical alignment for first content

* Typo

* Fix indentation in _page.scss for vertical alignment

* Remove conditional check for author in profile

---------

Co-authored-by: iBug <git@ibugone.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.