Commit graph

80 commits

Author SHA1 Message Date
xHyroM
00325005cc
feat(pages): add some more text into about me page 2023-03-28 20:15:33 +02:00
xHyroM
13b76153ab
feat(projects): add more projects, sort 2023-03-27 18:41:59 +02:00
xHyroM
34c6d2b110
feat(pages): add about page 2023-03-27 18:32:47 +02:00
xHyroM
8a5009eeaf build: prettier 2023-02-25 21:34:13 +01:00
xHyroM
c79bd6ccae fix(pages): add name in schema to projects 2023-02-25 12:19:12 +01:00
xHyroM
bc2ba4cb65 fix(components-widgets): remove logo from publisher in PostHEad 2023-02-25 12:18:01 +01:00
xHyroM
8e336b8bd7 feat: add prettier-astro and schema.org
add schema.org schema to main page, projects page, every blbog post for better SEO
2023-02-25 11:01:29 +01:00
xHyroM
84a249e4de feat: add PostHead
show blog post details in embed
2023-02-24 20:55:36 +01:00
xHyroM
64057f3ae2 fix(pages-blog): use date instead of pubDate 2023-02-24 20:38:26 +01:00
xHyroM
8906fda27a feat(pages-blog): how i lost my notebook
new blog post
2023-02-24 20:36:42 +01:00
xHyroM
5284411c35 feaT: add meta keywords tag 2023-02-24 11:30:12 +01:00
xHyroM
046e07e295 fix: resolve all issues, astro@2
finish astro@2 upgrade
2023-02-24 11:16:07 +01:00
xHyroM
5f5ed03b20 docs(pages): update astro blog post 2023-01-08 11:49:44 +01:00
xHyroM
05c37a65ad feat(pages): add new blog post 2023-01-07 23:15:10 +01:00
xHyroM
5abe28f7b8 refactor(layouts): change banner, description 2023-01-07 16:26:58 +01:00
xHyroM
ba298766e1 perf: remove font
remove font from google and use font-sans theme from tailwind
2023-01-07 14:33:17 +01:00
xHyroM
70f4ca175e fix(components-widgets): add fixed height & width to Hero img 2023-01-06 23:39:23 +01:00
xHyroM
50d58e5de1 feat(pages): add 404 page 2023-01-06 23:27:40 +01:00
xHyroM
f9a0f63443 ci: add redirects 2023-01-06 23:14:39 +01:00
xHyroM
626aa306ab fix(pages-blog): use p instead of h3 - fix issue :P 2023-01-05 14:13:41 +01:00
xHyroM
fdf47a6f21 fix(pages): add fixed size to icons in projects.astro 2023-01-05 14:10:43 +01:00
xHyroM
74ba4d3f96 fix(components-widgets): add fixed size to sidebar button 2023-01-05 14:07:10 +01:00
xHyroM
8b49bc36e7 fix(components-widgets): add sr-only into sidebar and alt 2023-01-05 14:04:59 +01:00
xHyroM
a52dce33c8 refactor(components-widgets): remove unused code & icon 2023-01-05 13:46:08 +01:00
OLIMINATOR
cecbcab396 fix: sidebar 2023-01-05 12:32:04 +01:00
xHyroM
20869940b7 feat(Hero): use Picture 2023-01-05 12:29:11 +01:00
xHyroM
a77893a030 chore: remove fireworks 2023-01-05 11:50:48 +01:00
xHyroM
5fcb2957be fix: add media='print' to link 2023-01-05 10:46:22 +01:00
xHyroM
69579e5ff2 fix(Layout): add missing snow & fireworks 2023-01-04 23:43:27 +01:00
xHyroM
180c58b5a8 feat: add Fireworks, Snow components 2023-01-04 23:39:08 +01:00
OLIMINATOR
baf6ad9812 mobile sidebar 2023-01-04 13:14:27 +01:00
OLIMINATOR
52a75e2acd tailwind class sorting 2023-01-04 12:15:08 +01:00
OLIMINATOR
13ae401363 nav changes 2023-01-03 19:18:39 +01:00
xHyroM
3ff512f8e4 feat: start working on docs 1/2 2023-01-03 15:12:51 +01:00
xHyroM
dd6a84ff41 feat(blog/PostLayout): add article tag 2023-01-03 13:39:18 +01:00
xHyroM
04e44fadc5 refactor, fix: move some widgets to widgets/index 2023-01-03 13:21:24 +01:00
xHyroM
1f1608336d refactor: move BlogLayout to blog/PostLayout 2023-01-03 13:16:49 +01:00
xHyroM
b15138a192 revert: fix: upscale logo to 400x400 2023-01-02 22:52:56 +01:00
xHyroM
d403755a58 fix: upscale logo to 400x400 2023-01-02 22:50:47 +01:00
xHyroM
90edaee257 fix: add 'unsafe-inline' to script-src 2023-01-02 22:45:48 +01:00
xHyroM
23ce01cfeb fix: add script-src & object-src 2023-01-02 22:38:22 +01:00
xHyroM
86aa96b86f fix: remove default-src 2023-01-02 22:35:23 +01:00
xHyroM
175378c378 feat: add CSP & favicon 2023-01-02 22:33:04 +01:00
xHyroM
4ddf5aa87a fix: add h, w to hamburger menu 2023-01-02 18:10:44 +01:00
xHyroM
347cb26b5d fix: add w-8 to icon 2023-01-02 17:59:50 +01:00
xHyroM
665a7ed2ca feat: add robots.txt & use main tag 2023-01-02 17:34:19 +01:00
xHyroM
297abd680d chore: remove useless prop 2023-01-02 17:20:17 +01:00
xHyroM
69e0cc3323 feat(scrollbar): update border
default chrome scrollbar is terrible
2023-01-01 22:31:26 +01:00
xHyroM
4dc18643c5 feat: custom scrollbar 2023-01-01 22:29:11 +01:00
xHyroM
a89bdf804b chore: clean code 2023-01-01 18:24:49 +01:00