Commit Graph

1299 Commits

Author SHA1 Message Date
Dillon Kearns
feeef824c7 Remove extra exports. 2020-06-06 16:07:26 -07:00
Dillon Kearns
033fb21f7b Remove extra exports. 2020-06-06 16:06:10 -07:00
Dillon Kearns
f1aaa85b92 Remove extra exports. 2020-06-06 16:04:25 -07:00
Dillon Kearns
f4c7058d14 Wire in Msgs to templates. 2020-06-01 19:57:07 -07:00
Dillon Kearns
923120d2f1 Use exposed template value for another template. 2020-05-30 18:56:53 -07:00
Dillon Kearns
4bb89478df Add template builder function. 2020-05-30 18:51:22 -07:00
Dillon Kearns
fab5c09844 Move user-defined metadata to its own module. 2020-05-27 12:58:11 -07:00
Dillon Kearns
ec513fd0b8 Move some metadata to an external module to prevent circular dependencies. 2020-05-26 20:51:38 -07:00
Dillon Kearns
de49f37dee Remove some unused code. 2020-05-24 12:36:01 -07:00
Dillon Kearns
2ff13c00e3 Wire in blog index with an empty list of posts for now. 2020-05-24 12:33:17 -07:00
Dillon Kearns
8a9cc44a2b Remove unused metadata type. 2020-05-24 10:34:57 -07:00
Dillon Kearns
eee1d7de71 Wire in update function to call template inits. 2020-05-24 09:24:48 -07:00
Dillon Kearns
c42be6b803 Wire in showcase template. 2020-05-24 08:52:09 -07:00
Dillon Kearns
3f946bdc46 Wire in the main Page template. 2020-05-24 08:36:40 -07:00
Dillon Kearns
a26a84e4b6 Remove some debug todos. 2020-05-23 18:59:07 -07:00
Dillon Kearns
48fd7a5fb5 Wire up init function. 2020-05-23 17:03:28 -07:00
Dillon Kearns
e9ff0faafb Add BlogPost template prototype. 2020-05-23 15:31:56 -07:00
Dillon Kearns
7aeec0f72e Add starting point for template modules file structure. 2020-05-20 06:42:52 -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
84fd44b922 Address some typescript warnings. 2020-05-17 10:48:52 -07:00
Dillon Kearns
39bf0ca62a Address some typescript warnings. 2020-05-17 10:23:36 -07:00
Dillon Kearns
c58c6c3081 Rename test file. 2020-05-17 10:14:51 -07:00
Dillon Kearns
f329a14bd9 Add snapshot test for generated Pages.elm file. 2020-05-17 10:12:03 -07:00
Dillon Kearns
202aec4573 Run jest tests in npm test. 2020-05-17 09:41:00 -07:00
Dillon Kearns
4d0bb2c356 Add jest boilerplate. 2020-05-17 09:40:32 -07:00
Dillon Kearns
1684c45ca3 Use async plugin for generating files. 2020-05-17 09:12:06 -07:00
Dillon Kearns
14518e2497 Bump elm version. 2020-05-13 21:19:52 -07:00
Dillon Kearns
2b78448a6c Update changelog. 2020-05-13 21:19:13 -07:00
Dillon Kearns
2fb7f0c08d Make sure to eagerly evaluate markdown rendering in CLI mode to get errors. 2020-05-13 21:14:05 -07:00
Dillon Kearns
0dd025b7f6 Bump elm package version. 2020-05-11 18:20:11 -07:00
Dillon Kearns
6ea45366d3 1.4.0 2020-05-11 18:19:48 -07:00
Dillon Kearns
211e3e9f02 Update changelog. 2020-05-11 18:19:38 -07:00
Dillon Kearns
0b15df5e43 Update docs. 2020-05-11 17:22:37 -07:00
Dillon Kearns
14a5dfe047 Remove todo doc comments for a module that is not public. 2020-05-11 17:20:22 -07:00
Dillon Kearns
e841796fc2 Update docs. 2020-05-11 17:19:10 -07:00
Dillon Kearns
16c4b79aea Add some docs. 2020-05-11 16:58:45 -07:00
Dillon Kearns
d1b83dbc3b Rename an object key. 2020-05-11 16:43:09 -07:00
Dillon Kearns
eab4900140 Clean up some code. 2020-05-11 16:42:54 -07:00
Dillon Kearns
b869091f02 Rename variable. 2020-05-11 16:39:18 -07:00
Dillon Kearns
1e081bff85 Remove a log statement. 2020-05-11 16:36:58 -07:00
Dillon Kearns
7d340065bb Make sure to fail on build errors for elm-pages build. 2020-05-11 16:29:40 -07:00
Dillon Kearns
f481a6bf77
Merge pull request #90 from Y0hy0h/terser
Replace Google Closure minifier with Terser
2020-05-11 16:09:34 -07:00
Dillon Kearns
9a8698d70b Add some more terser options. 2020-05-11 16:03:55 -07:00
Dillon Kearns
8f7bbc80b4 Restore elm optimizations for terser. 2020-05-11 15:22:28 -07:00
Dillon Kearns
e4e0c3a105
Merge pull request #101 from dillonkearns/phantom-builder
Builder pattern for application init
2020-05-11 15:03:35 -07:00