aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix broken linkHEADmainLibravatar Kristóf Marussy2024-04-09
|
* Fix BME MIT linkLibravatar Kristóf Marussy2024-04-06
|
* Use trailing slashesLibravatar Kristóf Marussy2024-04-06
|
* Different favicon conceptLibravatar Kristóf Marussy2024-04-06
|
* Update faviconLibravatar Kristóf Marussy2024-04-06
|
* Simplify SVG faviconLibravatar Kristóf Marussy2024-04-06
|
* Add faviconLibravatar Kristóf Marussy2024-04-06
|
* Add view source linkLibravatar Kristóf Marussy2024-04-05
|
* Heading font weightLibravatar Kristóf Marussy2024-04-05
|
* Resume formattingLibravatar Kristóf Marussy2024-04-05
|
* Fix useActiveSectionLibravatar Kristóf Marussy2024-04-05
|
* Fix author profile link in blogLibravatar Kristóf Marussy2024-04-05
| | | | | | * Use internal links whenever possible * Use .jpg in JSON-LD for compatibility, but .webp in the website for performance
* Update profile pictureLibravatar Kristóf Marussy2024-04-05
|
* Adjust h3 font styleLibravatar Kristóf Marussy2024-04-05
|
* Fix code block color after hydrationLibravatar Kristóf Marussy2024-04-05
|
* First postLibravatar Kristóf Marussy2024-04-05
|
* Add blogLibravatar Kristóf Marussy2024-03-23
| | | | | | | | | | | | Site structure follows SEO tips from https://johnnyreilly.com/how-we-fixed-my-seo * The blog pages have as simple of an URL as possible. To this end, the home page of the site is actually the first index page of the blog. * Customize the blog index page BlogListPage component to show the landing page as the first index page. * Rename /archive to /blog to avoid a dated feel. * Remove the date from post URLs using the slug property.
* Simplify compressionLibravatar Kristóf Marussy2024-03-21
| | | | | Compress Docusaurus-generated files in a separate script instead of a post-build hook to avoid post-build hook ordering and concurrency issues.
* Also compress Docusaurus-generated filesLibravatar Kristóf Marussy2024-03-21
| | | | | | | | | Run the compression manually for files that are not generated by Webpack. We must take over the @docusaurus/plugin-sitemap plugin to make sure we run after it has generated sitemap.xml. Docusaurus runs all plugin post-build actions in parallel with Promise.all, so the only way to do this is to invoke the post-build action in our own one.
* More even heading letter-spacingLibravatar Kristóf Marussy2024-03-21
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-03-21
|
* Add static asset compressionLibravatar Kristóf Marussy2024-03-21
|
* Fix PostCSS warningLibravatar Kristóf Marussy2024-03-20
|
* Add Docusaurus recommended browserslistLibravatar Kristóf Marussy2024-03-20
|
* Non-breaking spaces in ContactLibravatar Kristóf Marussy2024-03-20
|
* Two-story g in headingsLibravatar Kristóf Marussy2024-03-20
|
* Tighter button letter-spacingLibravatar Kristóf Marussy2024-03-20
|
* Revert "Underline links for increased accessibility"Libravatar Kristóf Marussy2024-03-20
| | | | This reverts commit ede6ff463dab838a29a65d120c0796a6778cc337.
* Fix license link line breaksLibravatar Kristóf Marussy2024-03-20
|
* Underline links for increased accessibilityLibravatar Kristóf Marussy2024-03-20
|
* Simplify license linksLibravatar Kristóf Marussy2024-03-20
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-03-20
|
* Fix REUSE complianceLibravatar Kristóf Marussy2024-03-20
|
* Typographical improvementsLibravatar Kristóf Marussy2024-03-20
| | | | | * Use custom font subsetting for OpenType features * Tighter tracking for headings
* Set monospace font to RecursiveLibravatar Kristóf Marussy2024-03-19
|
* Placeholder image for avatarLibravatar Kristóf Marussy2024-03-19
|
* Preload fontLibravatar Kristóf Marussy2024-03-19
|
* Add robots.txtLibravatar Kristóf Marussy2024-03-19
|
* Improve LCP timeLibravatar Kristóf Marussy2024-03-19
| | | | | See https://johnnyreilly.com/docusaurus-improve-core-web-vitals-fetchprio
* Do not embed assets with url-loaderLibravatar Kristóf Marussy2024-03-18
| | | | | | | | | No need to embed fonts that we aren't going to use into CSS. See https://github.com/johnnyreilly/blog.johnnyreilly.com/pull/397 https://github.com/facebook/docusaurus/issues/5493 https://v4.webpack.js.org/loaders/url-loader/#limit
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-03-18
|
* Fix typoLibravatar Kristóf Marussy2024-03-18
|
* Fix LLM4MDE linkLibravatar Kristóf Marussy2024-03-17
|
* Fix thesis link wrappingLibravatar Kristóf Marussy2024-03-17
|
* Fix responsive asset pathLibravatar Kristóf Marussy2024-03-17
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-03-17
|
* Add contacts sectionLibravatar Kristóf Marussy2024-03-17
| | | | Also enables responsive image optimization
* Fix research topic spacing on mobileLibravatar Kristóf Marussy2024-03-17
|
* Reduce hero spacing on small screensLibravatar Kristóf Marussy2024-03-16
|
* Add README.mdLibravatar Kristóf Marussy2024-03-16
|