We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954127 commit 3764abaCopy full SHA for 3764aba
docs/CNAME
@@ -0,0 +1 @@
1
+atom-community.io
rocket.config.js
@@ -15,6 +15,7 @@ export default {
15
presets: [rocketLaunch(), rocketSearch()],
16
markdownTemplateEngine: "njk",
17
eleventy(eleventyConfig) {
18
+ eleventyConfig.addPassthroughCopy(`./**/CNAME`);
19
eleventyConfig.addPairedShortcode('markdown', function markdown(content) {
20
const md = new markdownIt({ html: true });
21
md.use(prism);
0 commit comments