vowel 0.2.4 → 0.3.0
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.
- package/README.md +134 -26
- package/bin.js +209 -1
- package/config.js +20 -0
- package/docs-source/.votive.db +0 -0
- package/docs-source/blog/url-ui.md +1 -5
- package/docs-source/blog.md +5 -0
- package/docs-source/docs/items.md +1 -1
- package/docs-source/home.md +1 -1
- package/docs-source/output/about.html +1 -0
- package/docs-source/output/blog/url-ui.html +8 -0
- package/docs-source/output/blog.html +1 -0
- package/docs-source/output/default.css +1 -0
- package/docs-source/output/docs/deploy.html +34 -0
- package/docs-source/output/docs/file-structure.html +24 -0
- package/docs-source/output/docs/folder-settings.html +20 -0
- package/docs-source/output/docs/images.html +2 -0
- package/docs-source/output/docs/items.html +6 -0
- package/docs-source/output/docs/pages.html +101 -0
- package/docs-source/output/docs/styling.html +18 -0
- package/docs-source/output/docs/taxonomies.html +20 -0
- package/docs-source/output/docs.html +28 -0
- package/docs-source/output/features/cards.html +1 -0
- package/docs-source/output/features/editing.html +1 -0
- package/docs-source/output/features/emoji.html +1 -0
- package/docs-source/output/features/frontmatter.html +1 -0
- package/docs-source/output/features/lists.html +1 -0
- package/docs-source/output/features/navigation.html +1 -0
- package/docs-source/output/features/rich-previews.html +1 -0
- package/docs-source/output/features/robots.html +1 -0
- package/docs-source/output/features/rss.html +1 -0
- package/docs-source/output/features/sitemap.html +1 -0
- package/docs-source/output/features/speed.html +1 -0
- package/docs-source/output/features/static.html +1 -0
- package/docs-source/output/features/taxonomies.html +1 -0
- package/docs-source/output/features.html +1 -0
- package/docs-source/output/feed.xml +1 -0
- package/docs-source/output/index.html +21 -0
- package/docs-source/output/reset.css +1 -0
- package/docs-source/output/roadmap.html +87 -0
- package/docs-source/output/robots.txt +14 -0
- package/docs-source/output/sitemap.xml +16 -0
- package/docs-source/output/typography.css +1 -0
- package/docs-source/settings.md +1 -0
- package/getMetadata.js +1 -1
- package/index.js +5 -660
- package/package.json +18 -3
- package/plugins/fonts/index.js +26 -0
- package/plugins/icons/index.js +26 -0
- package/plugins/images/index.js +45 -0
- package/plugins/markdown/index.js +1097 -0
- package/plugins/robots/index.js +23 -0
- package/plugins/styles/index.js +69 -0
- package/plugins/vectors/index.js +38 -0
- package/plugins/xml/index.js +196 -0
- package/stylesheets/DefaultStyles.css +329 -263
- package/stylesheets/ResetStyles.css +119 -123
- package/stylesheets/TypographyStyles.css +259 -242
- package/docs-source/.vercel/README.txt +0 -11
- package/docs-source/.vercel/project.json +0 -1
- package/docs-source/assets/styles.css +0 -51
- package/docs-source/blog/home.md +0 -5
- /package/docs-source/{$features → features}/cards.md +0 -0
- /package/docs-source/{$features → features}/editing.md +0 -0
- /package/docs-source/{$features → features}/emoji.md +0 -0
- /package/docs-source/{$features → features}/frontmatter.md +0 -0
- /package/docs-source/{$features → features}/lists.md +0 -0
- /package/docs-source/{$features → features}/navigation.md +0 -0
- /package/docs-source/{$features → features}/rich-previews.md +0 -0
- /package/docs-source/{$features → features}/robots.md +0 -0
- /package/docs-source/{$features → features}/rss.md +0 -0
- /package/docs-source/{$features → features}/sitemap.md +0 -0
- /package/docs-source/{$features → features}/speed.md +0 -0
- /package/docs-source/{$features → features}/static.md +0 -0
- /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}}
|
package/docs-source/settings.md
CHANGED