mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-29 16:09:50 +00:00
35
config.ts
Normal file
35
config.ts
Normal file
@ -0,0 +1,35 @@
|
||||
const config = {
|
||||
domain: "https://www.avior.me",
|
||||
og: {
|
||||
title: "Avior.me",
|
||||
description: "Avior.me, Site du portfolio de Avior :D"
|
||||
},
|
||||
colors: {
|
||||
400: "#BB86FC",
|
||||
500: "#6200EE",
|
||||
rgb500: "98, 0, 238",
|
||||
600: "#3700B3"
|
||||
}
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
/*
|
||||
"@zeit/next-stylus": "^1.0.1", MIT
|
||||
"glob": "^7.1.6", ISC
|
||||
"gray-matter": "^4.0.2", MIT
|
||||
"next": "^9.1.7", MIT
|
||||
"next-offline": "^4.0.6", MIT
|
||||
"raw-loader": "^4.0.0", MIT
|
||||
"react": "^16.12.0", MIT
|
||||
"react-dom": "^16.12.0", MIT
|
||||
"react-feather": "^2.0.3", MIT
|
||||
"react-markdown": "^4.3.0", MIT
|
||||
"replace-in-file": "^5.0.2", MIT
|
||||
"serve": "^11.3.0", APACHE-2.0
|
||||
"stylus": "^0.54.7", MIT
|
||||
"typescript": "^3.7.4", APACHE-2.0
|
||||
"webpack": "^4.41.5", MIT
|
||||
"@types/node": "^13.1.4", MIT
|
||||
"@types/react": "^16.9.17" MIT
|
||||
*/
|
Reference in New Issue
Block a user