blob: c5627d80eabbc08f963588d6bee4c4c9e173071d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
exports.assets = {
css: [
'source/default.css', 'source/prism.css'
],
javascript: [
'source/prism.js', 'source/languages/*.js', 'source/default.js'
],
}
exports.vars = {
domain: 'https://mitjafelicijan.com',
handle: '@mitjafelicijan',
author: 'Mitja Felicijan',
title: 'Mitja Felicijan - Embedded systems developer',
description: 'Embedded systems developer and fanatical fan of science fiction',
}
|