publishing from cli with rsync
This commit is contained in:
parent
aec2b76771
commit
8f04dc5b6c
3 changed files with 199 additions and 1 deletions
|
@ -4,6 +4,7 @@ const md = require("markdown-it");
|
|||
const mdAnchor = require("markdown-it-anchor");
|
||||
const mdFootnote = require("markdown-it-footnote");
|
||||
const prettier = require("prettier");
|
||||
const clean = require("eleventy-plugin-clean");
|
||||
|
||||
module.exports = (config) => {
|
||||
const slugify = config.getFilter("slugify");
|
||||
|
@ -67,6 +68,7 @@ module.exports = (config) => {
|
|||
}
|
||||
})
|
||||
|
||||
clean.updateFileRecord("dist");
|
||||
return {
|
||||
dir: {
|
||||
input: "site",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue