Commit graph

24 commits

Author SHA1 Message Date
Michał 9eb5dd22ef
Merge branch 'main' into deepsource-transform-36a8a0f8 2024-05-25 11:27:48 +01:00
Michał 147ce62869
Merge pull request #3 from Fluffy-Bean/deepsource-autofix-5ee39c17
refactor: replace short hand type conversions with function calls
2024-05-25 11:10:59 +01:00
deepsource-autofix[bot] e835b2aa2c
style: format code with Prettier
This commit fixes the style issues introduced in 5228c0e according to the output
from Prettier.

Details: https://github.com/Fluffy-Bean/website/pull/3
2024-05-25 10:10:27 +00:00
deepsource-autofix[bot] 5228c0e1d0
refactor: replace short hand type conversions with function calls
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
2024-05-25 10:10:15 +00:00
deepsource-autofix[bot] 3d5071102e
style: format code with Prettier
This commit fixes the style issues introduced in b99142f according to the output
from Prettier.

Details: None
2024-05-25 10:01:48 +00:00
Michał b99142fd44 CI/CD 2024-05-25 11:01:23 +01:00
Michał 44a15873f4 Import image from path
Update page title based on post/project title
Use more optimised Image element
leg
2024-05-24 19:47:03 +01:00
Michał 5c41d81288 Add some of my Certificates to the page 2024-05-24 18:41:05 +01:00
Michał 683ece66db Some markdown styling 2024-05-24 14:59:47 +01:00
Michał 2fa2bce317 Move more styling out of astro files, and into SCSS files 2024-05-24 14:45:19 +01:00
Michał e9d1191ec1 Next and previous buttons for posts and projects
Sort connections by date published
Move some styling to SCSS files
2024-05-24 14:35:56 +01:00
Michał c843050c8f Make layout for the markdown page
Leg
Rename back to home, to reflect its purpose better
2024-05-24 10:09:21 +01:00
Michał 6f7b419841 Fix Post and Project page rendering
Funky button
Yeet the GitHub pages stuff, for now
2024-05-24 01:09:05 +01:00
Michał 4fc0ee9d9c 🦝 2024-05-23 20:34:54 +01:00
Michał 537eb058bf Fix builds, for real real 2024-05-23 20:31:26 +01:00
Michał 526c6e26e1 Im gonna explode 2024-05-23 20:23:52 +01:00
Michał 06199deff2 Set types to fix for error-ing workflow 2024-05-23 20:20:44 +01:00
Michał ea35f507b1 Add deploy workflow 2024-05-23 20:16:11 +01:00
Michał 6a88af6864 Button style
Adjust Music component JS
aurgh
2024-05-23 20:10:08 +01:00
Michał 79c55fc916 Make Typescript happy 2024-05-23 13:40:36 +01:00
Michał 920f737fbe Generate Posts based on collection
Turn music component into a link
2024-05-23 13:36:28 +01:00
Michał d3dafddf74 Post, Project and index pages
Example posts
2024-05-22 22:05:26 +01:00
Michał 5970f11bcc Create my own pages 2024-05-22 16:05:32 +01:00
Michał 2fc6cdfa26 Init with defaults 2024-05-21 18:46:59 +01:00