mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
build: add build and watch for css
This commit is contained in:
@ -30,7 +30,7 @@ module.exports = function (config) {
|
||||
console.log(post);
|
||||
})
|
||||
|
||||
config.addPassthroughCopy({'_site/css/': 'assets/css/'})
|
||||
config.addPassthroughCopy({'assets/css/': 'assets/css/'})
|
||||
|
||||
config.addShortcode('definitionFlag', (flag) => {
|
||||
const cleanText = new Map([
|
||||
|
Reference in New Issue
Block a user