Commit Graph

413 Commits

Author SHA1 Message Date
Dillon Kearns
67620a5124 Update docs site dependencies. 2020-06-06 15:21:33 -07:00
Dillon Kearns
784ddca3e0 Remove unnecessary CSS style. 2020-05-19 08:18:52 -07:00
Dillon Kearns
acb7ac3655 Wrap some paragraphs to prevent overflow. 2020-05-19 07:11:01 -07:00
Dillon Kearns
2e2ead57d8 Fix list item overflow by using Element.paragraph. 2020-05-19 06:54:02 -07:00
Dillon Kearns
154c3c9c5c Upgrade to latest elm-markdown. 2020-05-19 06:51:51 -07:00
Dillon Kearns
6d6cfe222e Fix some elm-ui vendor compiler errors. 2020-05-19 06:51:29 -07:00
Dillon Kearns
29deee3dc5 Vendor elm-ui. 2020-05-19 06:33:33 -07:00
Dillon Kearns
53ba6d8416 Rename function. 2020-05-11 11:40:27 -07:00
Dillon Kearns
0e00a72b67 Remove unnecessary diff noise. 2020-05-11 11:40:20 -07:00
Dillon Kearns
3a61933d81 Merge branch 'master' into phantom-builder 2020-05-11 10:40:58 -07:00
Dillon Kearns
4cf6ad9d92 Merge branch 'master' into generate-files-static-http 2020-05-11 09:27:30 -07:00
Dillon Kearns
d184e7f723
Merge pull request #91 from dillonkearns/cms/docs/core-concepts
Create Docs “core-concepts”
2020-05-10 17:54:00 -07:00
Dillon Kearns
91c3fb2dea Merge branch 'master' into structured-data 2020-05-10 15:08:39 -07:00
Dillon Kearns
87d810790f Move more of loading indicator style into Elm. 2020-05-08 07:13:16 -07:00
Dillon Kearns
3a1b7aea1d Move some styles inline in loading spinner. 2020-05-08 06:46:09 -07:00
Dillon Kearns
ee16b43404 Remove commented code. 2020-05-05 07:14:49 -07:00
Dillon Kearns
feb0572f6b Add shadow. 2020-05-05 06:55:27 -07:00
Dillon Kearns
ba7d7fdc9c Wire in a custom message for StaticHttp.fail. 2020-05-04 16:10:32 -07:00
Dillon Kearns
b49fe854d8 Formatting. 2020-05-04 14:01:00 -07:00
Dillon Kearns
03315da320 Change error message string. 2020-05-04 14:00:33 -07:00
Dillon Kearns
21c7588329 Use new lifecycle for HMR. 2020-05-03 11:40:47 -07:00
Dillon Kearns
299d73d807 Remove coupling to elm-markup library. 2020-04-19 18:32:39 -07:00
Dillon Kearns
f72a4588c7 Add an optimized decoder wrapper module. 2020-04-16 22:03:39 -07:00
Dillon Kearns
33bab4a495 Update structured data to use some type safe versions. 2020-04-11 20:25:08 -07:00
Dillon Kearns
7e83160c73 Fix validation error in publisher Structured Data. 2020-04-11 09:32:59 -07:00
Dillon Kearns
7b8aa4cb1a Update structured data definitions. 2020-04-11 08:18:14 -07:00
Dillon Kearns
384fd48de3 Working MVP for adding structured data (json-ld). 2020-04-10 09:16:24 -07:00
Dillon Kearns
93913b2673 Add description to blog post. 2020-04-10 05:03:07 -07:00
Dillon Kearns
a6dcde5dde Merge branch 'master' into phantom-builder 2020-04-07 16:59:02 -07:00
Dillon Kearns
d9855fe38a Update Docs “core-concepts” 2020-04-04 16:40:23 +00:00
Dillon Kearns
2179ec635a Create Docs “core-concepts” 2020-04-04 16:40:03 +00:00
Dillon Kearns
023615a436 Make subscriptions and onPageChange part of the application config init instead of a builder. 2020-03-11 05:51:12 -07:00
Dillon Kearns
279e2c60ce Replace some instances of the old Builder module. 2020-03-10 22:28:22 -07:00
Dillon Kearns
602a03eaf0 Use builder in external data example project. 2020-03-10 22:22:17 -07:00
Steven Vandevelde
8f44ddfb05 Fix statichttp and url-change issues 2020-03-10 16:31:28 +01:00
Steven Vandevelde
1a5175d0a0 Make urls relative using the base element 2020-03-10 16:31:28 +01:00
Dillon Kearns
6917a09c73 Clean up use of sitemap plugin and remove redundant code. 2020-03-10 07:22:36 -07:00
Dillon Kearns
1d0ade9fd9 Simplify type of documents list in builder init. 2020-03-09 20:38:33 -07:00
Dillon Kearns
5eb155459f Clean up rss plugin. 2020-03-09 17:11:33 -07:00
Dillon Kearns
74b7cb90d0 Update the example RSS plugin and wire it into example site. 2020-03-09 16:28:41 -07:00
Dillon Kearns
e556a6a7be Add a helper to add global head tags. 2020-03-09 15:48:30 -07:00
Dillon Kearns
299b6392bf Make onPageChange optional and add a builder function for it. 2020-03-09 13:45:37 -07:00
Dillon Kearns
d44b234dab Fetch static http data for generateFiles hook. 2020-03-07 12:26:49 -08:00
Dillon Kearns
1b0ab2afab Change development port for docs site. 2020-02-18 11:25:52 -08:00
Dillon Kearns
da5dc104fb Update dependencies in docs site. 2020-02-07 21:36:34 -08:00
Tony Gu
74ec3a9d76 [Fix] generateFiles is missing in external-data example 2020-02-05 11:04:17 +08:00
Dillon Kearns
bb7290a3be Improve contrast in text colors. 2020-02-02 19:13:37 -08:00
Dillon Kearns
990a89d95e Address some lightouse warnings. 2020-02-02 19:12:59 -08:00
Dillon Kearns
e1611e0d5e Use pure Elm syntax highlighting package. 2020-01-31 11:22:25 -08:00
Dillon Kearns
8d70792e0e Force netlify build. 2020-01-31 08:50:11 -08:00