Commit Graph

53 Commits

Author SHA1 Message Date
phundrak 633190dca0 docs: update English index page
continuous-integration/drone/push Build is passing
2023-09-29 09:26:24 +00:00
phundrak 166f9ed597 docs(resume): update resume
continuous-integration/drone/push Build is passing
2023-09-17 15:08:55 +02:00
phundrak d25f654101 docs(vocal synth): update ALYS links 2023-09-17 15:08:54 +02:00
phundrak 22a87eb389 Revert "chore: update mastodon account"
continuous-integration/drone/push Build is passing
This reverts commit 5d88c1855a.
2023-07-30 14:59:13 +02:00
phundrak 5d88c1855a chore: update mastodon account
continuous-integration/drone/push Build is passing
2023-07-10 18:39:06 +02:00
phundrak 9cbebf1a61 docs: update webfinger
continuous-integration/drone/push Build is passing
2023-07-03 02:42:52 +02:00
phundrak 25da6b1263 docs: fixed incorrect link to image
continuous-integration/drone/push Build is passing
2023-05-14 17:30:04 +02:00
phundrak 4605e60d3a chore: add two static files
continuous-integration/drone/push Build is passing
The webfinger is my general Mastodon alias.

I use sometimes the CSS files in my emails to stylize them a bit.
2023-05-14 16:53:03 +02:00
phundrak 1e5c48b35e feat: implement Gemini export and deployment
continuous-integration/drone/push Build is passing
2023-05-14 16:44:43 +02:00
phundrak 6d512cfcfc docs: update pinned GitHub repositories
continuous-integration/drone/push Build is passing
2023-05-11 00:47:07 +02:00
phundrak 87fcb0854c refactor: simplify code head generation 2023-05-11 00:37:39 +02:00
phundrak cc0a479550 docs: switch from Markdown to orgmode
BREAKING CHANGE: Emacs required to export orgmode files to Markdown
2023-05-11 00:19:47 +02:00
phundrak e4014d78d4 docs: fix English spelling
continuous-integration/drone/push Build is passing
2023-05-08 18:30:12 +02:00
phundrak 89d2e1b9b3 feat: display API errors
continuous-integration/drone/push Build is passing
2023-05-08 18:04:30 +02:00
phundrak c026ed4c6f docs: update projects page
continuous-integration/drone/push Build is passing
Remove linguistics projects since it would be a duplicate of the already existing conlanging page
2023-05-08 17:39:44 +02:00
phundrak e1180f6227 docs: update find me page 2023-05-08 17:37:29 +02:00
phundrak 9ee9b2e4c2 docs: update about page 2023-05-08 17:37:29 +02:00
phundrak 40b88ee4fd feat: change order of pages, set about page to second to last 2023-05-08 17:37:29 +02:00
phundrak 8b5ce594c5 chore: update fonts 2023-05-08 17:37:20 +02:00
phundrak 937e618a7c docs: update resume
continuous-integration/drone/push Build is passing
2023-05-08 16:35:33 +02:00
phundrak 1885072da2 feat: better repository card
continuous-integration/drone/push Build is passing
2023-05-08 15:57:45 +02:00
phundrak 1e738b51b7 docs: better Elefen translation 2023-05-08 15:57:14 +02:00
phundrak 893544a53c docs: add credits for icons
continuous-integration/drone/push Build is passing
2023-05-08 15:34:20 +02:00
phundrak 5fbab2eefc feat: add custom icons to the website
This commit adds icons from various sources as a single font file to the website. Icons can be
inserted with the new Icon component.
2023-05-08 15:33:22 +02:00
phundrak 9641f40f65 feat: fix missing privacy in sidebar
continuous-integration/drone/push Build is passing
This commit not only fixes the missing privacy page in the sidebar when the website is in English or
Elefen, but it also simplifies listing all pages available on the website regardless of the
language.
2023-05-08 14:44:10 +02:00
phundrak 158b61e57c docs: fix headings in project pages
continuous-integration/drone/push Build is passing
2023-05-08 13:22:18 +02:00
phundrak a025f39d5a feat: add link on repository cards to repos
continuous-integration/drone/push Build is passing
2023-05-08 13:16:58 +02:00
phundrak af8ae8aea2 docs: fix typos 2023-05-08 13:16:29 +02:00
phundrak a92580cdd3 docs: separate about and privacy pages 2023-05-08 13:16:10 +02:00
phundrak 09971c0f24 docs: update projets pages 2023-05-08 12:48:56 +02:00
phundrak 1e3e15ab4e feat: add possibility to list specific repositories
ListRepositories will now fetch repos with FetchRepositories only if no repositories are already
passed to the component in its default slot.
2023-05-08 12:48:56 +02:00
phundrak 1678100198 feat: improve caching of individual repositories
This commit adds the possibility to provide to the caching component data already known and to be
cached immediately without the need of a callback function. This allows caching individual
repositories without having to rely on additional API calls. However, repos can also be retrieved
individually from the GitHub API based on their full name.
2023-05-08 11:19:41 +02:00
phundrak e0bcdb6dd3 refactor(cache): remove unused elements in Cache's script 2023-05-08 10:37:39 +02:00
phundrak 85da82cd70 feat(cache): improve error message in console
No need to try and give the data found in localStorage, just say what went wrong and move on.
2023-05-08 10:36:19 +02:00
phundrak e02a336353 docs: update projects page to use new components
continuous-integration/drone/push Build is passing
2023-05-08 03:43:36 +02:00
phundrak 4927ef369a fix: remove debug console.log
continuous-integration/drone/push Build is passing
2023-05-08 03:40:59 +02:00
phundrak 620296d22f fix: also apply margin to loader
continuous-integration/drone/push Build is passing
2023-05-08 03:38:17 +02:00
phundrak fea30d5bea feat: nicer styling of repositories and repositories lists
continuous-integration/drone/push Build is passing
2023-05-08 03:35:28 +02:00
phundrak de2f11f8fe feat: add loader spinner to API loader 2023-05-08 03:34:48 +02:00
phundrak 8cbd1dbf07 feat: remove unused PreviewImage component
continuous-integration/drone/push Build is passing
This commit removes the PreviewImage component that hasn't been used for quite some time in the
codebase.

BREAKING CHANGE: deletion of PreviewImage component
2023-05-08 03:02:37 +02:00
phundrak 0a1e9536cd feat: handle API calls and caching through Vue components
BREAKING CHANGE: API calls and cache no longer made in their respective composable
2023-05-08 03:01:17 +02:00
phundrak 08825d870b feat: properly display GitHub repositories 2023-05-05 00:42:11 +02:00
phundrak aa82e265c8 fix: correctly update displayed repos after fetch
continuous-integration/drone/push Build is passing
2023-05-05 00:38:37 +02:00
phundrak 28223c44d4 fix: fix website compilation
continuous-integration/drone/push Build is passing
2023-05-05 00:26:34 +02:00
phundrak 8a24c9d4b1 docs: update some info on resume
continuous-integration/drone/push Build is failing
2023-05-04 23:37:47 +02:00
phundrak 9096788def docs: update social links 2023-05-04 23:25:42 +02:00
phundrak 7c185dd453 feat: add bases for GitHub API interaction and cache 2023-05-04 23:23:01 +02:00
phundrak 91a8d4e220 docs: change to new Mastodon account
continuous-integration/drone/push Build is passing
2023-03-29 23:13:59 +02:00
phundrak 23eccce71e fix: typo in Elefen document
continuous-integration/drone/push Build is passing
2023-03-22 16:46:14 +01:00
phundrak 8f299b1040 Add new page for personal links
continuous-integration/drone/push Build is passing
2023-03-22 16:42:13 +01:00