Commit Graph

666 Commits

Author SHA1 Message Date
Dillon Kearns
98e4d0e071 Get link prefetching working on page changes. 2019-09-14 16:36:32 -07:00
Dillon Kearns
5f53cb90b5 Setup link prefetching for initial page (doesn't load on new page renders yet). 2019-09-14 16:22:13 -07:00
Dillon Kearns
4623ecf7a5 Pass List PagePath instead of List (List String) to view function. 2019-09-13 17:53:32 -07:00
Dillon Kearns
8ce8792a94 Add missing pieces for PagePath/ImagePath refactor. 2019-09-13 14:43:40 -07:00
Dillon Kearns
b48b7c54aa Allow for external urls for ImagePaths and PagePaths. 2019-09-13 14:41:47 -07:00
Dillon Kearns
b050743915 Use different type for PagePath and ImagePath. 2019-09-13 14:25:25 -07:00
Dillon Kearns
42b88ccaf1 Include elm-oembed NPM package. 2019-09-11 05:32:29 -07:00
Dillon Kearns
0349a1c1db Change webpack alias for entry js file. 2019-09-11 05:31:32 -07:00
Dillon Kearns
40b920853c Update blog post view. 2019-09-09 21:33:02 -07:00
Dillon Kearns
eb7165cfc4 Update styling. 2019-09-09 21:22:55 -07:00
Dillon Kearns
21fa164f39 Add overflow scroll to editor web component. 2019-09-09 20:58:20 -07:00
Dillon Kearns
61f5f2e01f Update blog index view. 2019-09-09 20:41:36 -07:00
Dillon Kearns
0b70ad9d58 Add blog index page. 2019-09-09 20:32:11 -07:00
Dillon Kearns
519e47b8db Add authors data as elm module. 2019-09-09 20:21:11 -07:00
Dillon Kearns
e08e68677f Add author page. 2019-09-09 20:10:50 -07:00
Dillon Kearns
8dbe87d370 Add profile helper for SEO for og:profile. 2019-09-09 20:10:27 -07:00
Dillon Kearns
9853ed206f Add avatar image to blog posts. 2019-09-09 19:04:41 -07:00
Dillon Kearns
c0bc9cf8eb Move metadata parser into Metadata module. 2019-09-09 16:55:45 -07:00
Dillon Kearns
709216777a Remove unnecessary type variable. 2019-09-09 16:36:01 -07:00
Dillon Kearns
a163b97591 Update elm-pages version. 2019-09-09 16:35:37 -07:00
Dillon Kearns
1ff4a2cffb Bump npm package to 1.0.31. 2019-09-09 15:59:05 -07:00
Dillon Kearns
4372996d2d Display published date for articles. 2019-09-09 15:21:13 -07:00
Dillon Kearns
1c5749d1cf Add published metadata to blog posts. 2019-09-09 15:17:19 -07:00
Dillon Kearns
11c3503a25 Update meta tags for elm-pages site. 2019-09-09 14:57:18 -07:00
Dillon Kearns
8cb8141844 Escape backslashes in content strings. 2019-09-08 13:50:16 -07:00
Dillon Kearns
de15e11c00 Update elm-package to latest version. 2019-09-08 13:47:17 -07:00
Dillon Kearns
6b6e1718bc Change config record field name. 2019-09-08 13:40:58 -07:00
Dillon Kearns
6559e5315c Pass manifest under a field, generate body for raw content for elm-pages build for eager evaluation. 2019-09-08 11:18:58 -07:00
Dillon Kearns
f3140e7401 Rename value all to allPages. 2019-09-08 10:01:12 -07:00
Dillon Kearns
07895d8c3f Remove code for generating unused url parser. 2019-09-08 09:57:29 -07:00
Dillon Kearns
f4f435ccaf Print errors from elm parsing and fail on elm-pages build. 2019-09-08 16:32:59 +03:00
Dillon Kearns
2d2602ca9c Add siteUrl to application config record. 2019-09-08 13:01:36 +03:00
Dillon Kearns
958bc73ce9 Remove all references to image assets. 2019-09-07 12:23:11 +05:30
Dillon Kearns
e95c07b091 Clean up some meta tags on www. 2019-09-07 11:49:14 +05:30
Dillon Kearns
7b6f866d79 Remove exposed value that should be private. 2019-09-07 11:13:34 +05:30
Dillon Kearns
17b03bdcde Change type of image urls in meta tag helpers to be Pages.Path. 2019-09-07 11:03:43 +05:30
Dillon Kearns
073ec3a4c6 Add pathKey type variable to head tags. 2019-09-07 10:50:57 +05:30
Dillon Kearns
7aa6f155ee Bump npm package to 1.0.30. 2019-09-06 19:54:32 +05:30
Dillon Kearns
a6b25bb53d Update generator code to use new Path type. 2019-09-06 15:49:48 +05:30
Dillon Kearns
1fa5dba75e Change Path type to use phantom type for resource kind. 2019-09-06 14:38:11 +05:30
Dillon Kearns
172d96e6f0 Manually edit generated code with new Path type experiment. 2019-09-06 14:17:33 +05:30
Dillon Kearns
f6b392a3df Add Path module for opaque paths. 2019-09-06 11:06:39 +05:30
Dillon Kearns
106f975def Bump npm package to 1.0.29. 2019-09-06 11:06:09 +05:30
Dillon Kearns
0d349668d2 Remove unused import. 2019-09-06 10:21:44 +05:30
Dillon Kearns
4c138c8b49 Add todo description. 2019-09-06 10:17:20 +05:30
Dillon Kearns
9fa568b121 Remove unused imports. 2019-09-06 10:17:05 +05:30
Dillon Kearns
5502cb1360 Remove obsolete module. 2019-09-06 10:02:29 +05:30
Dillon Kearns
939fed6111 Prepare to remove Pages.Parser helper module. 2019-09-06 10:00:52 +05:30
Dillon Kearns
23861c1b8f Change theme color. 2019-09-06 09:38:47 +05:30
Dillon Kearns
6732cd0625 Regenerate. 2019-09-06 09:34:17 +05:30