120 Commits

Author SHA1 Message Date
40b88ee4fd feat: change order of pages, set about page to second to last 2023-05-08 17:37:29 +02:00
8b5ce594c5 chore: update fonts 2023-05-08 17:37:20 +02:00
937e618a7c docs: update resume 2023-05-08 16:35:33 +02:00
1885072da2 feat: better repository card 2023-05-08 15:57:45 +02:00
1e738b51b7 docs: better Elefen translation 2023-05-08 15:57:14 +02:00
893544a53c docs: add credits for icons 2023-05-08 15:34:20 +02:00
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
9641f40f65 feat: fix missing privacy in sidebar
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
158b61e57c docs: fix headings in project pages 2023-05-08 13:22:18 +02:00
a025f39d5a feat: add link on repository cards to repos 2023-05-08 13:16:58 +02:00
af8ae8aea2 docs: fix typos 2023-05-08 13:16:29 +02:00
a92580cdd3 docs: separate about and privacy pages 2023-05-08 13:16:10 +02:00
09971c0f24 docs: update projets pages 2023-05-08 12:48:56 +02:00
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
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
e0bcdb6dd3 refactor(cache): remove unused elements in Cache's script 2023-05-08 10:37:39 +02:00
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
e02a336353 docs: update projects page to use new components 2023-05-08 03:43:36 +02:00
4927ef369a fix: remove debug console.log 2023-05-08 03:40:59 +02:00
620296d22f fix: also apply margin to loader 2023-05-08 03:38:17 +02:00
fea30d5bea feat: nicer styling of repositories and repositories lists 2023-05-08 03:35:28 +02:00
de2f11f8fe feat: add loader spinner to API loader 2023-05-08 03:34:48 +02:00
8cbd1dbf07 feat: remove unused PreviewImage component
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
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
08825d870b feat: properly display GitHub repositories 2023-05-05 00:42:11 +02:00
aa82e265c8 fix: correctly update displayed repos after fetch 2023-05-05 00:38:37 +02:00
28223c44d4 fix: fix website compilation 2023-05-05 00:26:34 +02:00
8a24c9d4b1 docs: update some info on resume 2023-05-04 23:37:47 +02:00
9096788def docs: update social links 2023-05-04 23:25:42 +02:00
7c185dd453 feat: add bases for GitHub API interaction and cache 2023-05-04 23:23:01 +02:00
91a8d4e220 docs: change to new Mastodon account 2023-03-29 23:13:59 +02:00
9fbd394878 chore: get rid of vuepress-vite dependency error 2023-03-25 14:16:48 +01:00
23eccce71e fix: typo in Elefen document 2023-03-22 16:46:14 +01:00
8f299b1040 Add new page for personal links 2023-03-22 16:42:13 +01:00
fc7a64239a docs: update README shield text 2023-03-22 15:54:38 +01:00
aacbb1c9a9 chore: update dependencies 2023-03-22 15:54:28 +01:00
32cdbd5e2f fix: better readability in light theme 2023-03-22 15:54:02 +01:00
668e1e2a96 chore: delete backend
Initially, the backend was meant to cache calls to the GitHub API.
However, I decided to just cache them in the sessionStorage of the
visitor’s browser instead.
2023-03-22 11:46:09 +01:00
e438e120cb chore(front): update vuepress to latest version
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-20 12:48:58 +01:00
924d3cced2 docs(backend): Document some functions and structures
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-15 16:37:59 +01:00
3448672fec chore(backend): cleaner code
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-15 16:37:57 +01:00
a1f29c71f6 chore(backend): clearer names for some structures
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-15 16:37:52 +01:00
c2666c0107 fix(docs): remove incorrect configuration line
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-27 22:49:04 +01:00
a8aba07245 chore(docs): hint lsp-mode to use vue-semantic-server a.k.a volar
This is mostly an Emacs thing

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-27 22:48:52 +01:00
1447aac3f6 chore(docs): add editorconfig file
For now, it only applies to web-related files

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-27 22:48:16 +01:00
e255f872c4 chore(frontend): add git-cliff for generating changelog 2023-02-09 13:21:51 +01:00
acd7297b7f feat: Add commitizen to project
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:14:01 +01:00
59e30f919c fix(backend): Fix port exposed by backend
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:14:00 +01:00
8e925b884e perf(backend): Cache build of dependencies
When building the Docker image, first compile the project with a fake
main file, namely `dummy.rs`. Once dependencies are built, compile the
actual project by switching back to `src/main.rs`.

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:58 +01:00
fd71b959f1 chore(backend): Add information on crate
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:56 +01:00