vowel 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/404.md +3 -0
  2. package/README.md +134 -26
  3. package/bin.js +209 -1
  4. package/config.js +20 -0
  5. package/docs-source/.votive.db +0 -0
  6. package/docs-source/blog/url-ui.md +1 -5
  7. package/docs-source/blog.md +5 -0
  8. package/docs-source/docs/items.md +1 -1
  9. package/docs-source/home.md +1 -1
  10. package/docs-source/output/about.html +1 -0
  11. package/docs-source/output/blog/url-ui.html +8 -0
  12. package/docs-source/output/blog.html +1 -0
  13. package/docs-source/output/default.css +1 -0
  14. package/docs-source/output/docs/deploy.html +34 -0
  15. package/docs-source/output/docs/file-structure.html +24 -0
  16. package/docs-source/output/docs/folder-settings.html +20 -0
  17. package/docs-source/output/docs/images.html +2 -0
  18. package/docs-source/output/docs/items.html +6 -0
  19. package/docs-source/output/docs/pages.html +101 -0
  20. package/docs-source/output/docs/styling.html +18 -0
  21. package/docs-source/output/docs/taxonomies.html +20 -0
  22. package/docs-source/output/docs.html +28 -0
  23. package/docs-source/output/features/cards.html +1 -0
  24. package/docs-source/output/features/editing.html +1 -0
  25. package/docs-source/output/features/emoji.html +1 -0
  26. package/docs-source/output/features/frontmatter.html +1 -0
  27. package/docs-source/output/features/lists.html +1 -0
  28. package/docs-source/output/features/navigation.html +1 -0
  29. package/docs-source/output/features/rich-previews.html +1 -0
  30. package/docs-source/output/features/robots.html +1 -0
  31. package/docs-source/output/features/rss.html +1 -0
  32. package/docs-source/output/features/sitemap.html +1 -0
  33. package/docs-source/output/features/speed.html +1 -0
  34. package/docs-source/output/features/static.html +1 -0
  35. package/docs-source/output/features/taxonomies.html +1 -0
  36. package/docs-source/output/features.html +1 -0
  37. package/docs-source/output/feed.xml +1 -0
  38. package/docs-source/output/index.html +21 -0
  39. package/docs-source/output/reset.css +1 -0
  40. package/docs-source/output/roadmap.html +87 -0
  41. package/docs-source/output/robots.txt +14 -0
  42. package/docs-source/output/sitemap.xml +16 -0
  43. package/docs-source/output/typography.css +1 -0
  44. package/docs-source/settings.md +1 -0
  45. package/getMetadata.js +1 -1
  46. package/index.js +5 -660
  47. package/package.json +16 -1
  48. package/plugins/fonts/index.js +26 -0
  49. package/plugins/icons/index.js +26 -0
  50. package/plugins/images/index.js +45 -0
  51. package/plugins/markdown/index.js +1097 -0
  52. package/plugins/robots/index.js +23 -0
  53. package/plugins/styles/index.js +69 -0
  54. package/plugins/vectors/index.js +38 -0
  55. package/plugins/xml/index.js +196 -0
  56. package/stylesheets/DefaultStyles.css +329 -263
  57. package/stylesheets/ResetStyles.css +119 -123
  58. package/stylesheets/TypographyStyles.css +259 -242
  59. package/docs-source/assets/styles.css +0 -51
  60. package/docs-source/blog/home.md +0 -5
  61. /package/docs-source/{$features → features}/cards.md +0 -0
  62. /package/docs-source/{$features → features}/editing.md +0 -0
  63. /package/docs-source/{$features → features}/emoji.md +0 -0
  64. /package/docs-source/{$features → features}/frontmatter.md +0 -0
  65. /package/docs-source/{$features → features}/lists.md +0 -0
  66. /package/docs-source/{$features → features}/navigation.md +0 -0
  67. /package/docs-source/{$features → features}/rich-previews.md +0 -0
  68. /package/docs-source/{$features → features}/robots.md +0 -0
  69. /package/docs-source/{$features → features}/rss.md +0 -0
  70. /package/docs-source/{$features → features}/sitemap.md +0 -0
  71. /package/docs-source/{$features → features}/speed.md +0 -0
  72. /package/docs-source/{$features → features}/static.md +0 -0
  73. /package/docs-source/{$features → features}/taxonomies.md +0 -0
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <urlset
3
+ xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
4
+ xmlns:news="https://www.google.com/schemas/sitemap-news/0.9"
5
+ xmlns:xhtml="https://www.w3.org/1999/xhtml"
6
+ xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0"
7
+ xmlns:image="https://www.google.com/schemas/sitemap-image/1.1"
8
+ xmlns:video="https://www.google.com/schemas/sitemap-video/1.1"
9
+ >
10
+ <url>
11
+ <loc>https://getvowel.com</loc>
12
+ <changefreq>daily</changefreq>
13
+ <priority>0.7</priority>
14
+ </url>
15
+ <url><loc>https://getvowel.com/blog/url-ui.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/about.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/blog.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/deploy.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/file-structure.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/folder-settings.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/images.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/items.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/pages.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/styling.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/docs/taxonomies.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/cards.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/editing.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/emoji.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/frontmatter.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/lists.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/navigation.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/rich-previews.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/robots.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/rss.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/sitemap.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/speed.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/static.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/features/taxonomies.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/index.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url><url><loc>https://getvowel.com/roadmap.html</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
16
+ </urlset>
@@ -0,0 +1 @@
1
+ @layer reset;@layer typography{html{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif}h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility;margin-top:.5rem;margin-bottom:1rem;font-weight:600;line-height:1.1}h1{font-size:3rem;font-weight:800;line-height:1.2}h2{margin-top:3rem;font-size:2.6rem}h3{margin-top:3rem;font-size:2rem}h4{font-size:1.44rem}h5{font-size:1.15rem}h6{font-size:.96rem}article h1{font-size:2rem;font-weight:600}@media only screen and (width<=720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}p,ol,ul{margin-top:0}ul ul,ul ol,ol ol,ol ul{font-size:100%}li{margin-bottom:.5rem}li>p:not(:last-child){margin:0;padding:0}pre,code{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace}code{border-radius:5px;margin-inline:0;padding:3px 4px;font-size:.9em}pre{border-radius:5px;padding:1rem 1.5rem;overflow-x:auto}blockquote{margin:1.5em 0;padding:0 1.6em}a{text-decoration:none}li.checked,li.unchecked{padding-left:.8rem}figcaption{margin-top:.5rem;font-style:italic}article+article{margin-top:1rem}article a,article a:hover{color:unset}article h2{margin-top:2rem}th,td{text-align:left;padding:12px 15px}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}:where(pre,blockquote,dl,figure,table,p,ul,ol,form,article,section,aside,time,dl):not(:last-child){margin-bottom:2.5rem}hr{border-width:0;margin-top:3rem;margin-bottom:3.5rem}dt{font-weight:500}time{display:block}time a{color:unset}.breadcrumbs a{color:unset;font-size:.8em}.breadcrumbs>a:not(:last-child):after{content:"/";margin-inline:.2em}nav>a{text-wrap:nowrap}.icon{width:1em;height:1em}header a[rel=home]{color:unset;font-size:2.8em;font-weight:900}header .logo{width:1em;height:1em;display:inline-block}header .slogan{font-weight:500}nav a:where([aria-current=page],[aria-current=true]),nav a:where([aria-current=page],[aria-current=true]):hover{color:unset;cursor:default;text-decoration:none}aside h2{margin:0 0 .5em;font-size:1.1em}}
@@ -3,6 +3,7 @@ title: Vowel
3
3
  slogan: The easiest way to code a website
4
4
  breadcrumb: Home
5
5
  domain: 'https://getvowel.com'
6
+ theme: default
6
7
  author: Sam Littlefair
7
8
  icon: 🔥
8
9
  robots:
package/getMetadata.js CHANGED
@@ -35,7 +35,7 @@ export default async function getMetadata(url) {
35
35
 
36
36
  return { metadata }
37
37
  } catch (error) {
38
- console.log({ fetchingMetadataError: error })
38
+ console.error({ fetchingMetadataError: error })
39
39
  return
40
40
  }
41
41
  }