first commit
This commit is contained in:
84
build/config.json
Normal file
84
build/config.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"manifest": {
|
||||
"title": "asciidisco.com Blog",
|
||||
"description": "Blog of asciidisco (Sebastian Golasch)",
|
||||
"url": "https://stage.asciidisco.com",
|
||||
"copyright": "2018 Sebastian Golasch",
|
||||
"author": {
|
||||
"name": "Sebastian Golasch",
|
||||
"email": "public@asciidisco.com"
|
||||
},
|
||||
"keywords": [
|
||||
"Technology",
|
||||
"JavaScript",
|
||||
"IoT",
|
||||
"Web",
|
||||
"Python",
|
||||
"Rust",
|
||||
"React Native"
|
||||
]
|
||||
},
|
||||
"content": {
|
||||
"ghost": {
|
||||
"id": "ghost-admin",
|
||||
"secret": "f481cecda9fb",
|
||||
"username": "public@asciidisco.com",
|
||||
"password": "Bx75q3Vt!",
|
||||
"host": "worried-secure.glitch.me"
|
||||
},
|
||||
"github": {
|
||||
"user": "asciidisco"
|
||||
},
|
||||
"markdown": {
|
||||
"pages": [
|
||||
{"key": "about-short", "url": "https://raw.githubusercontent.com/asciidisco/about.me/master/README.md"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"css": {
|
||||
"plugins": {
|
||||
"postcss-import": {},
|
||||
"autoprefixer": {},
|
||||
"css-mqpacker": {},
|
||||
"postcss-unique-selectors": {},
|
||||
"postcss-merge-selectors": {},
|
||||
"postcss-minify-selectors": {},
|
||||
"postcss-merge-longhand": {},
|
||||
"postcss-merge-idents": {},
|
||||
"postcss-convert-values": {},
|
||||
"postcss-colormin": {},
|
||||
"postcss-discard-unused": {},
|
||||
"postcss-minify-font-values": {},
|
||||
"postcss-discard-duplicates": {},
|
||||
"postcss-discard-empty": {},
|
||||
"postcss-ordered-values": {},
|
||||
"cssnano": {"preset": "default"},
|
||||
"postcss-csso": {}
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"plugins": {
|
||||
"imagemin-jpegtran": {},
|
||||
"imagemin-jpegoptim": {},
|
||||
"imagemin-mozjpeg": {},
|
||||
"imagemin-zopfli": {"more": true},
|
||||
"imagemin-pngcrush": {},
|
||||
"imagemin-advpng": {},
|
||||
"imagemin-optipng": {},
|
||||
"imagemin-svgo'": {}
|
||||
}
|
||||
},
|
||||
"serviceworker": {
|
||||
"statics": {
|
||||
"prefer-cache": [".css", ".jpg", ".png", ".webp", ".svg", ".js"],
|
||||
"offline-only": [".html"]
|
||||
}
|
||||
},
|
||||
"deploy": {
|
||||
"ftp": {
|
||||
"host": "w00dfcf1.kasserver.com",
|
||||
"user": "f00e43cc",
|
||||
"password": "UH57MsPPAmXGo3Xm"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user