chore: enable md tables; create social images; by updating @rocket

This commit is contained in:
Thomas Allmer
2021-01-18 08:57:53 +01:00
parent dea0981c53
commit 9c50950537
6 changed files with 562 additions and 124 deletions

4
.eleventyignore Normal file
View File

@@ -0,0 +1,4 @@
node_modules/**
/docs/_assets
/docs/_includes
/docs/_data

View File

@@ -1,4 +1,5 @@
---
layout: 404.njk
permalink: 404.html
excludeFromSearch: true
---

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><svg viewBox="0 0 244 244" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" alt="open-wc" class="logo"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1"><stop stop-color="#9B00FF" offset="0%"></stop><stop stop-color="#0077FF" offset="100%"></stop></linearGradient><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" id="logo"><path d="M205.639259,176.936244 C207.430887,174.217233 209.093339,171.405629 210.617884,168.510161 M215.112174,158.724316 C216.385153,155.50304 217.495621,152.199852 218.433474,148.824851 M220.655293,138.874185 C221.231935,135.482212 221.637704,132.03207 221.863435,128.532919 M222,118.131039 C221.860539,114.466419 221.523806,110.85231 221.000113,107.299021 M218.885321,96.8583653 C218.001583,93.4468963 216.942225,90.1061026 215.717466,86.8461994 M211.549484,77.3039459 C209.957339,74.1238901 208.200597,71.0404957 206.290425,68.0649233 M200.180513,59.5598295 C181.848457,36.6639805 153.655709,22 122.036748,22 C66.7879774,22 22,66.771525 22,122 C22,177.228475 66.7879774,222 122.036748,222 C152.914668,222 180.52509,208.015313 198.875424,186.036326" stroke="url(#linearGradient-1)" stroke-width="42.0804674"></path></g></defs><use xlink:href="#logo"></use></svg>
<svg viewBox="0 0 244 244" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" alt="open-wc" class="logo"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1"><stop stop-color="#9B00FF" offset="0%"></stop><stop stop-color="#0077FF" offset="100%"></stop></linearGradient><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" id="logo"><path d="M205.639259,176.936244 C207.430887,174.217233 209.093339,171.405629 210.617884,168.510161 M215.112174,158.724316 C216.385153,155.50304 217.495621,152.199852 218.433474,148.824851 M220.655293,138.874185 C221.231935,135.482212 221.637704,132.03207 221.863435,128.532919 M222,118.131039 C221.860539,114.466419 221.523806,110.85231 221.000113,107.299021 M218.885321,96.8583653 C218.001583,93.4468963 216.942225,90.1061026 215.717466,86.8461994 M211.549484,77.3039459 C209.957339,74.1238901 208.200597,71.0404957 206.290425,68.0649233 M200.180513,59.5598295 C181.848457,36.6639805 153.655709,22 122.036748,22 C66.7879774,22 22,66.771525 22,122 C22,177.228475 66.7879774,222 122.036748,222 C152.914668,222 180.52509,208.015313 198.875424,186.036326" stroke="url(#linearGradient-1)" stroke-width="42.0804674"></path></g></defs><use xlink:href="#logo"></use></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -66,7 +66,7 @@
{% endfor %}
</div>
{{ content.html | safe }}
{{ content | safe }}
{% include 'partials/previousNext.njk' %}
</main>
{% endblock main %}
{% endblock main %}

View File

@@ -29,11 +29,11 @@
"update-dependency": "node scripts/update-dependency.js"
},
"dependencies": {
"@rocket/blog": "^0.1.1",
"@rocket/cli": "^0.1.4",
"@rocket/core": "^0.1.0",
"@rocket/launch": "^0.1.2",
"@rocket/search": "^0.1.1"
"@rocket/blog": "^0.2.0",
"@rocket/cli": "^0.3.0",
"@rocket/core": "^0.1.1",
"@rocket/launch": "^0.3.0",
"@rocket/search": "^0.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.11.1",

665
yarn.lock

File diff suppressed because it is too large Load Diff