File tree 7 files changed +13
-31
lines changed
7 files changed +13
-31
lines changed Original file line number Diff line number Diff line change
1
+ 18
Original file line number Diff line number Diff line change 1
1
.heading-link {
2
- margin-left : -1.222222222222rem ; /* -22px /18 */
3
2
font-size : 1.125rem ; /* 18px /16 */
4
3
text-decoration : none;
5
4
padding : .1em .2em .1em 0 ;
6
5
}
6
+ @media (min-width : 43.75em ) { /* 700px */
7
+ page-layout-sidebar .heading-link {
8
+ margin-left : -1.222222222222rem ; /* -22px /18 */
9
+ }
10
+ }
7
11
a .heading-link [href ],
8
12
a .heading-link [href ]: visited {
9
13
color : var (--color-accent );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
<color-schemer></color-schemer>
41
41
<a :href="metadata.repository + page.inputPath.slice(2)">Edit this page</a>
42
42
<span @text="`©${(new Date()).getFullYear()}`"></span>
43
- <span>Built with <a href="https://www.11ty.dev/">Eleventy</a></span>
43
+ <span>Built with <a href="https://www.11ty.dev/">Eleventy v<span @text="eleventy.version" webc:nokeep></span> </a></span>
44
44
</page-layout-footer>
45
45
</div>
46
46
</page-layout-sidebar>
Original file line number Diff line number Diff line change @@ -4,16 +4,11 @@ const { eleventyImagePlugin } = require("@11ty/eleventy-img");
4
4
const emojiShortName = require ( "emoji-short-name" ) ;
5
5
const { parseHTML} = require ( "linkedom" ) ;
6
6
7
- const pluginJavaScriptFrontMatter = require ( "./_config/javascriptFrontMatter.cjs" ) ;
8
-
9
7
/** @param {import('@11ty/eleventy').UserConfig } eleventyConfig */
10
8
module . exports = function ( eleventyConfig ) {
11
9
eleventyConfig . ignores . add ( "./README.md" ) ;
12
10
eleventyConfig . addWatchTarget ( "./_components/**/*.css" ) ;
13
11
14
- // Adds `javascript` type for front matter
15
- eleventyConfig . addPlugin ( pluginJavaScriptFrontMatter ) ;
16
-
17
12
eleventyConfig . addPlugin ( pluginSyntaxHighlight , {
18
13
preAttributes : {
19
14
"tabindex" : "0"
Original file line number Diff line number Diff line change 1
- ---javascript
1
+ ---node
2
2
let layout = "layouts/base.webc";
3
3
// Hi
4
4
---
Original file line number Diff line number Diff line change 20
20
},
21
21
"license" : " MIT" ,
22
22
"engines" : {
23
- "node" : " >=14 "
23
+ "node" : " >=18 "
24
24
},
25
25
"funding" : {
26
26
"type" : " opencollective" ,
31
31
},
32
32
"homepage" : " https://github.com/11ty/eleventy-tugboat#readme" ,
33
33
"devDependencies" : {
34
- "@11ty/eleventy" : " ^2 .0.2 -alpha.2 " ,
35
- "@11ty/eleventy-img" : " ^3.1.0 " ,
34
+ "@11ty/eleventy" : " 3 .0.0 -alpha.1 " ,
35
+ "@11ty/eleventy-img" : " ^3.1.8 " ,
36
36
"@11ty/eleventy-plugin-syntaxhighlight" : " ^5.0.0" ,
37
- "@11ty/eleventy-plugin-webc" : " ^0.11.1 " ,
37
+ "@11ty/eleventy-plugin-webc" : " ^0.11.2 " ,
38
38
"emoji-short-name" : " ^2.0.0" ,
39
- "linkedom" : " ^0.14.25" ,
40
- "node-retrieve-globals" : " ^2.0.7"
39
+ "linkedom" : " ^0.14.25"
41
40
},
42
41
"dependencies" : {
43
42
"@11ty/is-land" : " ^4.0.0"
You can’t perform that action at this time.
0 commit comments