aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* 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
* Adjust h3 font styleLibravatar 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
|
* Add static asset compressionLibravatar Kristóf Marussy2024-03-21
|
* Fix PostCSS warningLibravatar 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
|
* 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
|
* Improve LCP timeLibravatar Kristóf Marussy2024-03-19
| | | | | See https://johnnyreilly.com/docusaurus-improve-core-web-vitals-fetchprio
* 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
|
* 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 license pageLibravatar Kristóf Marussy2024-03-16
|
* Use pathname:// for internal file linksLibravatar Kristóf Marussy2024-03-16
| | | | See https://github.com/facebook/docusaurus/issues/3309
* Add papers and CVLibravatar Kristóf Marussy2024-03-16
|
* Prefer <Link> over <a>Libravatar Kristóf Marussy2024-03-15
| | | | | See https://docusaurus.io/docs/api/misc/@docusaurus/eslint-plugin/no-html-links
* Move third-party content to private submoduleLibravatar Kristóf Marussy2024-03-15
|
* Add landing page sections and update resumeLibravatar Kristóf Marussy2024-03-15
|
* refactor landing pageLibravatar Kristóf Marussy2024-03-15
|
* Formatting with prettierLibravatar Kristóf Marussy2024-03-15
|
* Speed up build with swcMinifyLibravatar Kristóf Marussy2024-03-15
|
* Initial commitLibravatar Kristóf Marussy2024-03-15