diff options
Diffstat (limited to 'settings.js')
| -rw-r--r-- | settings.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.js b/settings.js new file mode 100644 index 0000000..c5627d8 --- /dev/null +++ b/settings.js | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | exports.assets = { | ||
| 2 | css: [ | ||
| 3 | 'source/default.css', 'source/prism.css' | ||
| 4 | ], | ||
| 5 | javascript: [ | ||
| 6 | 'source/prism.js', 'source/languages/*.js', 'source/default.js' | ||
| 7 | ], | ||
| 8 | } | ||
| 9 | |||
| 10 | exports.vars = { | ||
| 11 | domain: 'https://mitjafelicijan.com', | ||
| 12 | handle: '@mitjafelicijan', | ||
| 13 | author: 'Mitja Felicijan', | ||
| 14 | title: 'Mitja Felicijan - Embedded systems developer', | ||
| 15 | description: 'Embedded systems developer and fanatical fan of science fiction', | ||
| 16 | } | ||
