Commit Graph

295 Commits

Author SHA1 Message Date
270cadf4ad Update dependencies 2023-05-08 15:42:15 -04:00
cc5676b4ad Update MetaTags.astro
I have only added the use of the getAssets function to convert the url to absolute

note: Maybe the name of that function (getAssets) could improve
2023-05-03 14:53:34 -04:00
36153011dc Adding Sitemap to the Meta info 2023-05-03 13:06:29 +03:00
c014f1d35e Update dependencies 2023-04-20 21:36:19 -04:00
a235a5a040 Use non-breaking space
In some cases during development or after building, "{' '}" appears. It's better to use the HTML entity   instead.
2023-03-15 19:51:16 +01:00
0683c326c2 Wrap blog grid item image in a tag
To also get to the post via the image of one of the blog posts.
2023-03-13 20:35:43 +01:00
8cca15e431 Update to Astro 2.1 2023-03-11 21:58:02 -05:00
68b416be98 Merge pull request #121 from zkanda/mobile-showtoggle
use showToggleTheme for mobile
2023-02-04 22:38:14 -05:00
4f72cd4f28 Set an explicit width and height on image 2023-02-01 16:53:41 -05:00
a47d7f6fcb Downgrade Astro to 2.0.2: styles bad in 2.0.4 2023-02-01 16:44:56 -05:00
8d9e975c63 Add loading and async props 2023-01-31 14:59:08 -05:00
8cd0bbbdb4 Enable readingTime remark plugin 2023-01-31 14:54:36 -05:00
d4560c1226 Fix some Picture component typescript errors 2023-01-31 14:50:23 -05:00
ba3d0b3afb Move from max-w-screen-xl to max-w-7xl 2023-01-31 14:46:00 -05:00
3b3e661000 update ToggleTheme for mobile 2023-01-31 17:48:15 +07:00
8cb89f2786 Update import statement for Icon from 'astro-icon' 2023-01-29 23:48:35 +09:00
552a7b9920 Link to Astro 2.0 2023-01-24 12:45:49 -05:00
4b8ae1540c Move Pagination component 2023-01-24 01:52:51 -05:00
64bcda934c Update post collection and show category on posts 2023-01-24 01:26:37 -05:00
47948c3da3 Allow post permalink pattern configuration 2023-01-24 00:22:13 -05:00
b3f71b1297 Remove readingTime 2023-01-23 18:00:10 -05:00
1ddaf803e9 New position prop to Header 2023-01-22 03:30:52 -05:00
068531d355 Minimal design ajustment 2023-01-22 02:38:32 -05:00
07719dd8c3 Replace Fonts with CustomStyles 2023-01-22 02:38:15 -05:00
f99c85834d Create Hero2 widget 2023-01-22 02:37:15 -05:00
6ed5fb1f3f Move customizable components to /components 2023-01-22 02:36:58 -05:00
a01fd3880f Improve design using custom variables 2023-01-22 00:40:14 -05:00
a3d0855f92 Add custom css variables 2023-01-22 00:38:46 -05:00
9cfad4d8fa Update path for Tags component 2023-01-21 22:35:16 -05:00
571a221926 Change icons 2023-01-21 22:34:47 -05:00
23b961cc19 Move Tags component to blog folder 2023-01-21 22:34:00 -05:00
b470cf7e16 Configure some css variables 2023-01-21 22:33:29 -05:00
dcb9350037 Add astro props 2023-01-21 22:29:32 -05:00
b3dd2b5505 Fix minimal detail 2023-01-21 20:31:19 -05:00
8e702e6ee5 Improve design 2023-01-21 20:21:00 -05:00
79283511d9 Improve design and extract data 2023-01-21 20:20:36 -05:00
9397fe65f9 Improve design and extract data 2023-01-21 20:20:20 -05:00
6ea771991b Fix /rss.xml link on trailing slash 2023-01-18 01:32:04 -05:00
e276a99077 Fix favicons links on trailing slash 2023-01-18 01:31:21 -05:00
a8704cf6d5 Fix 'Images sometimes not loading in HighlightedPosts' 2023-01-10 09:13:40 -05:00
f641767078 Don't use tabs in editor 2023-01-09 21:44:06 -05:00
881f46e58b Improve code and design 2023-01-09 12:13:03 -05:00
c7e56e6e24 Minimal design details 2023-01-09 00:13:26 -05:00
e9a3182b5a Fix minimal details 2023-01-08 21:58:45 -05:00
8401a3fd45 Migrate more widgets to props and slots 2023-01-08 21:55:29 -05:00
5db96e66eb Fix some minimal styles 2023-01-08 21:18:37 -05:00
7e83be5a75 Migrate widgets to use by props and slots 2023-01-08 19:39:57 -05:00
842b17f493 Improve blog design 2023-01-08 19:39:31 -05:00
b21275bc9e Fix minimal detail 2023-01-08 15:05:18 -05:00
99018fc284 Update Hero, FAQs and HighlightedPosts to props and slots 2023-01-08 13:49:49 -05:00