Commit graph

127 commits

Author SHA1 Message Date
c89ade7018 save images locally 2024-10-15 20:51:39 -04:00
15bf9f7557 handle entries 2024-10-15 19:55:57 -04:00
890434ce63 include populate in the script fetch for simplification 2024-10-14 18:59:52 -04:00
c770c54268 begin working on script 2024-10-14 18:35:03 -04:00
d86e5f23ff update schemas 2024-10-14 17:24:45 -04:00
b23e5117a2 schema init 2024-10-11 01:06:39 -04:00
cf29fc8128 init strapi 2024-10-11 00:43:04 -04:00
4b83deb21a
tree-shake yaml, marked, and hljs from bundle 2024-08-26 17:47:36 -04:00
41a1098d2c
support configs defined in JSON
- since globals are in config.json, may as well support routes being in JSON
2024-08-22 18:29:41 -04:00
06c737f466
refactor site configuration
- routes.js is now config.json
- routes and siteglobals have been merged into one singular object inside config.json
- globals are pulled in during main.ts initialization
2024-08-22 17:47:13 -04:00
73d4b05e6e allow hiding the "Hide Warnings" toggle 2024-08-14 02:57:32 -04:00
23a35c4265 use id as title fallback on gallery view 2024-08-14 02:32:14 -04:00
7a0d229e67 rename blog -> article 2024-08-14 02:19:31 -04:00
96f6032b85 merge blog-list and gallery-list 2024-08-14 02:12:16 -04:00
e2c0ed1b06
basic carousel for gallery viewer 2024-08-03 16:23:49 -04:00
8ac3ed16ff
get gallery functionality working again
- redefine gallery types
- re-implement gallery list, tile, and view
- no carousel yet for variants, but WithoutVariants works when url specified
2024-08-02 14:05:51 -04:00
07b37e0805
update config so pug includes work 2024-08-02 14:05:23 -04:00
650df38f6c
begin refactoring lists
- async fetching of list entries is now done when the tile is mounted for blog-lists
- started removing recursion from galleries
2024-07-30 22:01:03 -04:00
51e720fc29 reduce fetch calls with route-store cache 2024-06-29 13:43:22 -04:00
42936273bf re-implement amendVariantsWithDefaults 2024-06-29 13:33:54 -04:00
15ed807d8c convert gallery-list types to use embedded/fetched entry pattern
- currently amendVariants no longer works
2024-06-27 18:43:59 -04:00
e4da36a23c once again change how blog-list is structured 2024-06-26 17:31:32 -04:00
ca91d9fcb5 text wrapper and thumbnail styles 2024-06-25 21:44:46 -04:00
424a8d0837 project -> blog 2024-06-25 20:34:08 -04:00
3f9cf6a057 simplify project fields 2024-06-25 20:16:42 -04:00
f9c84c53f4 support config urls and direct config embedding in project lists 2024-06-25 19:17:10 -04:00
e1611b95f4 implement modal service/component 2024-06-23 20:54:13 -04:00
c91b284d70 wrap link icon 2024-06-23 12:17:22 -04:00
370ce0cefe audit 2024-06-17 17:46:41 -04:00
54e19c7ef3 append icon and don't inflate it 2024-05-30 19:18:17 -04:00
695f6a3391 hide subtitles if they're not set 2024-05-30 19:17:11 -04:00
46b1732c24 fix normalize.css applying a [hidden[ { display: hidden; } rule due to v-bind reflecting the hidden field 2024-05-30 19:16:39 -04:00
c05143cf2c guard against same-route links 2024-05-30 17:27:50 -04:00
7944f6c5fd package bumps 2024-05-22 18:03:04 -04:00
2240c77ed4 fix build errors 2024-05-17 18:20:20 -04:00
8733c1131f project codename 2024-05-17 17:21:51 -04:00
71fe7f6755 update node 2024-05-17 17:17:26 -04:00
b28c096729 update dependencies 2024-05-17 17:15:39 -04:00
936c61f0ba wrap Transition around various views 2024-05-17 17:08:37 -04:00
10cada1f51 nest text in header links with spans and use spacer class in breadcrumb 2024-05-17 01:54:50 -04:00
72c61869be fix breadcrumbs bypassing vue-router 2024-05-16 18:10:16 -04:00
af5ec7a9dc support internal links with vue-router outside vue context 2024-05-16 18:09:12 -04:00
10dc4372c0 comments 2024-05-16 01:43:16 -04:00
0a487f2744 breadcrumbs now support project/gallery titles 2024-05-16 01:30:33 -04:00
64c435dd7c create breadcrumbs 2024-05-16 01:14:47 -04:00
75228e1a3a create a link embed
- proof of concept of a separate web components package
- link embed has icon/title/subtitle
- web components are registered just before app mounts, making them available in the markdown as well as the app
2024-05-15 01:32:33 -04:00
6ffe5939a5 remove project tile web component
vue does not support defining web components without shadow root, rendering them practically useless
2024-05-13 20:30:14 -04:00
a0367f8563 project tile as web component 2024-05-13 20:23:48 -04:00
71adcff32b consistency fixes 2024-05-13 18:08:30 -04:00
15e4d822a1 remove dl inflator 2024-05-13 17:40:43 -04:00