becarta
1d80c4156c
Remove blog components and configurations to streamline the project
...
- Deleted multiple blog-related components including Grid, GridItem, Headline, List, ListItem, Pagination, RelatedPosts, SinglePost, and Tags to simplify the codebase.
- Removed associated configurations from src/config.yaml, eliminating unused blog settings.
- Cleaned up email templates and layouts related to blog functionality to enhance maintainability.
- Updated styles in tailwind.css for consistency following the removal of blog components.
2025-06-12 22:39:23 +02:00
becarta
a084480695
Update dependencies and enhance UptimeStatusIsland component with timezone and locale handling
...
- Added luxon library for improved date handling.
- Updated UptimeStatusIsland component to format and display local time for heartbeats.
- Enhanced state management to track user timezone and locale.
- Ensured UTC formatting for timestamps in API responses.
2025-06-08 02:43:05 +02:00
03aadf06b1
Update email handler to change website name for improved branding
...
- Change the default WEBSITE_NAME from 'bergsma.it' to '365DevNet Support' for better alignment with the current branding strategy.
2025-06-07 02:17:05 +02:00
532138f988
Refactor email transporter initialization for improved local relay support
...
- Simplify SMTP transporter setup for production by removing unnecessary authentication for local Postfix relay.
- Enhance error and success logging for SMTP connection verification.
- Update development mode to log email output to console with a warning message.
2025-06-07 02:11:49 +02:00
8066098242
Update email handler to improve from address handling and enhance error logging
...
- Modify the from address logic to use a default 'noreply' address if SMTP_USER is not set in production.
- Add debug logging for email sending details, including connection target and sender/recipient information.
- Simplify error logging by removing specific SMTP error messages while retaining the full error stack for troubleshooting.
2025-06-07 02:04:38 +02:00
becarta
ba2fb9f248
Made English the default site so that people dont see a redirect page first
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-05-01 21:38:11 +02:00
becarta
890d7b8670
Updated site completely
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
2025-03-29 22:32:31 +01:00
becarta
d66123c029
major update in looks and feel
2025-03-06 00:03:16 +01:00
becarta
85a819ed15
updated contact form logic
2025-03-04 00:59:40 +01:00
becarta
e9d3d8a2fb
Contact form logic
2025-03-04 00:32:39 +01:00
becarta
9c61657071
Added homepage and moved old homepage to aboutme page
2025-03-03 23:23:14 +01:00
prototypa
082ab1165e
Run npm run fix
2024-12-10 19:42:33 -05:00
prototypa
8544668963
Fix astro check errors
2024-12-10 19:40:14 -05:00
André B
6570377a30
Merge branch 'main' into migration-astro-v5
2024-12-10 19:08:37 -05:00
prototypa
a5520bbc85
Fix format with prettier
2024-10-13 06:51:34 -04:00
prototypa
eebebeb4a4
Fix issue #515 : Image optimization crash
2024-10-13 06:50:21 -04:00
prototypa
953c4f2408
Migrate to astro v5 beta: first round
2024-10-04 03:34:51 -04:00
prototypa
52188af681
Fix prettier format
2024-10-04 02:51:33 -04:00
André B
e1c32b5362
Fix type to objectPosition in ImageProps interface
2024-10-04 02:47:36 -04:00
André B
f97b9cf798
Add objectPosition to ImageProps interface
2024-10-04 02:44:54 -04:00
ejulia
0924374c5e
fix override of the objectPosition property
2024-09-28 16:10:39 +02:00
Jumpei Ogawa
35b7573a4e
chore: replace rehype-plugin-image-native-lazy-loading
with our own
...
`rehype-plugin-image-native-lazy-loading` is no-longer maintained.
https://github.com/potato4d/rehype-plugin-image-native-lazy-loading
I haven't seen the source code of `rehype-plugin-image-native-lazy-loading` to implement this.
2024-08-28 10:19:12 +09:00
Jumpei Ogawa
06c39796d1
refactor: add typings
2024-08-28 10:18:04 +09:00
Jumpei Ogawa
e60c6c1069
refactor: convert JavaScript files to TypeScript
2024-08-28 10:17:24 +09:00
prototypa
0202552ab1
Update eslint dependencies and fix eslint errors
2024-08-26 01:03:42 -04:00
prototypa
a606b34a19
Format all files with prettier: npm run format
2024-04-29 17:51:55 -04:00
Scott
d61da4c086
refactor: remove unused Taxonomy type
2024-04-28 17:07:32 -04:00
Scott
c3b327c4ee
refactor: unused arg prefix added
2024-04-28 17:07:22 -04:00
Scott
c8406e8442
refactor: prefer-const fix
2024-04-28 17:06:32 -04:00
prototypa
55459a6103
Refactor related posts functions
2024-04-14 18:45:29 -04:00
prototypa
f234e63eb4
Fix #397 : Adjust URL for Chinese Categories and Tags
2024-04-14 13:20:55 -04:00
prototypa
be6bd25781
New function to auto apply getPermalink to objects.
2024-04-12 10:57:32 -04:00
prototypa
b10ea2b549
Update image optimization to remote astro asset loading
2024-04-11 23:25:18 -04:00
prototypa
05412477c7
Add Rehype Plugin to lazy images
2024-04-02 14:05:16 -04:00
prototypa
fb3e1216d9
Refactor, now in src/integration/
2024-03-29 00:50:08 -04:00
prototypa
6b14879507
Refactor tu use astrowind:config virtual import
2024-03-29 00:49:47 -04:00
prototypa
abe8254651
Refactor to src/integration
2024-03-29 00:44:26 -04:00
dudi levy
74e2435570
Check for property existance for GetImageResult.
...
Fix npm run build fails due to getImage() return type GetImageResult #364
2024-02-22 19:10:40 +02:00
prototypa
106cd931f0
Small adjustments associated with Relative Posts
2024-01-21 21:35:25 -05:00
Theodore Kruczek
13cbe429cc
feat: add related blog posts component
2024-01-14 07:51:36 -05:00
prototypa
dfcccf436b
Remove unnecessary await
2023-12-02 14:17:35 -05:00
prototypa
788acd9321
Fix astro check errors on strict typescript, issue #293
2023-12-02 09:09:13 -05:00
prototypa
0dc98a56f2
Make all tables in markdown responsives to fix issue #295
2023-12-01 10:42:30 -05:00
prototypa
57c22692b6
Fix typescript
2023-08-30 14:06:54 -04:00
prototypa
9c40184240
Update to @astrolib/seo@1.0.0-beta.4
2023-08-23 03:30:08 -04:00
prototypa
c1f36e9f79
Better eslint configuration and format some files
2023-08-22 22:52:01 -04:00
prototypa
da8ef74b38
Replace SITE_CONFIG, UI_CONFIG, METADATA_CONFIG... to SITE, UI, METADATA...
2023-08-22 22:22:53 -04:00
prototypa
53e12771bd
Update to Astro v3
2023-08-22 18:19:53 -04:00
prototypa
77817aa77e
Migrate from @astrojs/image to Astro Assets and Unpic
2023-08-13 17:34:30 -04:00
prototypa
9a350af269
Better getStaticPaths structure for blog endpoints
2023-08-12 02:22:19 -04:00