499 Commits

Author SHA1 Message Date
welpo
698d4ebf74
🍱 style: greater resolution 2023-04-16 13:38:35 +02:00
welpo
7543f03e12
📝 docs: mention perfect Lighthouse score 2023-04-16 03:40:52 +02:00
Óscar
129f654ef9
Merge pull request #72 from welpo/feat/add-dimensions-to-shortcodes
 feat(shortcodes): update image path retrieval and dimensions in sho…
2023-04-16 03:24:16 +02:00
welpo
b841969a8f
feat(shortcodes): update image path retrieval and dimensions in shortcodes
- Use `get_url` function to generate correct image paths
- Retrieve image dimensions with `get_image_metadata` function
- Update shortcodes: dimmable_image, dual_theme_image, and invertible_image

These changes reduce layout shifts.
2023-04-16 03:21:41 +02:00
welpo
35cea7222c
🍱 docs: update nani image 2023-04-16 02:35:20 +02:00
welpo
369fa9700a
💄 style: add link to project images 2023-04-16 02:34:09 +02:00
welpo
99bb93219d
💄 style: use shadow instead of border for cards 2023-04-16 02:08:05 +02:00
welpo
a2ea8c3f88
📝 docs: update projects 2023-04-16 00:51:06 +02:00
welpo
10b85257cd
🔥 refactor: remove metadata in project files 2023-04-16 00:47:01 +02:00
welpo
b5bc0d44db
📝 docs: update description 2023-04-16 00:43:39 +02:00
welpo
050f546e27
🐛 fix: set proper scope to transparent hover for anchor 2023-04-15 21:25:24 +02:00
welpo
a89fc02a96
💄 style: set a minimum value for paragraph spacing 2023-04-15 21:10:14 +02:00
welpo
1c07128aeb
💄 style: use theme's primary colour for table headers 2023-04-15 20:50:12 +02:00
welpo
dcf1af5ec5
🐛 fix: remove double equals in updated field 2023-04-15 20:44:08 +02:00
Óscar
209f13365d
Merge pull request #71 from welpo/feature/KaTeX-support
 feat: add KaTeX support
2023-04-15 20:37:37 +02:00
welpo
f9335b3fa4
feat: add KaTeX support 2023-04-15 19:55:57 +02:00
welpo
7a1bb1d04c
🎨 refactor: improve code format; set tabs = 4 spaces 2023-04-15 00:58:01 +02:00
Óscar
50280e65a9
Merge pull request #70 from welpo/style/full-width-navs-mobile
💄 style: improve header's responsiveness
2023-04-15 00:53:14 +02:00
welpo
110c8723c3
📝 fix: fix screenshot path 2023-04-15 00:51:06 +02:00
welpo
3ce928a067
📝 docs: update description, demo URL, author info, and extra
Close #36
2023-04-15 00:44:05 +02:00
welpo
1803987555
feat: make JS light/dark toggle optional 2023-04-15 00:42:27 +02:00
welpo
d98c0d0bb8
📝 docs: update screenshot 2023-04-15 00:03:01 +02:00
welpo
a36823d672
🚀 feat: use github pages for live preview 2023-04-15 00:00:14 +02:00
welpo
4d18be3a83
📝 fix: clarify requirements for A+ Observatory score 2023-04-14 23:50:26 +02:00
welpo
65a3fcebba
📝 fix: clarify requirements for A+ Observatory score 2023-04-14 23:29:03 +02:00
welpo
1b5ed1546a
🚀 fix: enable github pages 2023-04-14 16:59:55 +02:00
welpo
fded2bd53e
🐛 fix: use personal access token 2023-04-14 16:53:44 +02:00
welpo
e32d4a8138
️ revert token change 2023-04-14 16:47:05 +02:00
welpo
91de9ad036
🐛 fix: update token 2023-04-14 16:44:12 +02:00
welpo
19bd85f8db
⬆️ fix: use latest zola-deploy-action 2023-04-14 16:29:24 +02:00
Óscar
7a4c153fe1
🚀 create zolatogithubpages.yml 2023-04-14 16:25:18 +02:00
Óscar
afdc5fc7a1
🚀 create main.yml
Deploys on push to main to github pages.
2023-04-14 16:22:25 +02:00
welpo
5df62f546c
💄 style: improve header's responsiveness
Both title and navs take up 100% of the width on small displays.

Closes #48
2023-04-14 16:13:31 +02:00
welpo
0f14171b6a
♻️ refactor: move .last-updated to main.scss 2023-04-14 15:50:25 +02:00
welpo
8006500593
💄 style: minor changes to article title
Increases line height.
2023-03-19 01:10:46 +01:00
welpo
a39306f6ef
💄 style: narrower article content for blog posts 2023-03-19 01:09:48 +01:00
welpo
8ff86b17fc
🐛 fix: check short value before using config date format
Added a check for whether short is true or false, rather than just
checking if it exists. This ensures that if short is set to false,
it will still use the long date format if it's available.
♻️ refactor: move the conditional around the date output, so it only
needs to check `short` once
2023-03-18 02:05:16 +01:00
welpo
61e288d8d5
🔧 style: change default long date format 2023-03-18 01:49:55 +01:00
welpo
2a681f005f
📝 docs: replace "last lines" to "last directive" 2023-03-13 15:44:21 +01:00
welpo
16d69ba0d7
🎨 refactor: improve code structure
💄 style: change code colours
2023-03-12 14:30:24 +01:00
welpo
bfda1df9f3
📝 docs: use hierarchical headings 2023-03-11 19:30:24 +01:00
welpo
15f26293b5
💄 style: reduce text/background contrast 2023-03-11 18:56:44 +01:00
welpo
7fbb4d7acd
💄 style: darken background for inline code (dark theme) 2023-03-11 00:27:45 +01:00
Óscar
c4f4a8d244
💄 style: update anchor links
💄 style: hide anchor links on small screens
🐛 fix: remove header link background change on hover
2023-03-11 00:24:11 +01:00
welpo
15c1280706
💄 style: hide anchor links on small screens 2023-03-11 00:22:52 +01:00
welpo
884cc90439
🐛 fix: remove header link background change on hover 2023-03-11 00:21:31 +01:00
welpo
76db25b44a
♻️ refactor: standarise left/right margins 2023-03-11 00:03:31 +01:00
Óscar
eda1b27a3a
feat: allow dual date-format (short/long) 2023-03-10 23:28:17 +01:00
welpo
9887fb0a6f
feat: allow dual date-format (short/long) 2023-03-10 23:25:54 +01:00
welpo
e93b33e6b8
🐛 fix: remove horizontall scroll on mobile 2023-03-10 17:59:35 +01:00