Compare commits
4 commits
dca9a15bfe
...
317d0c9909
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
317d0c9909 | ||
|
|
abcae7e9c5 | ||
|
|
d9b30ec79d | ||
|
|
a48d0692cb |
4 changed files with 6 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ export default function (eleventyConfig) {
|
||||||
|
|
||||||
## Block Diagram
|
## Block Diagram
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Development Quickstart
|
## Development Quickstart
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 49 KiB |
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "11ty-plugin-giallo",
|
"name": "11ty-plugin-giallo",
|
||||||
"version": "0.1.0-beta.1",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "11ty-plugin-giallo",
|
"name": "11ty-plugin-giallo",
|
||||||
"version": "0.1.0-beta.1",
|
"version": "0.1.0",
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bytecodealliance/preview2-shim": "^0.17.6"
|
"@bytecodealliance/preview2-shim": "^0.17.6"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "11ty-plugin-giallo",
|
"name": "11ty-plugin-giallo",
|
||||||
"version": "0.1.0-beta.1",
|
"version": "0.1.0",
|
||||||
"description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.",
|
"description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.",
|
||||||
"keywords": ["eleventy", "eleventy-plugin"],
|
"keywords": ["eleventy", "eleventy-plugin"],
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue