basically done

This commit is contained in:
monty 2019-11-30 14:14:32 +01:00
parent bb70bf6d3f
commit 2c87014a81
22 changed files with 238 additions and 43 deletions

View file

@ -7,20 +7,11 @@ portfolio.get('/', (req, res) => {
layout: 'portfolio',
name: `${con.name} - portfolio`,
host: req.hostname,
portfolio: {
2: {
name: 'thaldrin',
source: 'https://gitdab.com/r/thaldrin'
},
1: {
name: 'yiff',
source: 'https://github.com/codepupper/yiff'
},
0: {
name: 'homepage',
source: 'https://gitdab.com/codepupper/website'
}
}
portfolio: [
{ name: 'thaldrin', source: 'https://gitdab.com/r/thaldrin' },
{ name: 'homepage', source: 'https://gitdab.com/y/website' },
{ name: 'yiff', source: 'https://github.com/codepupper/yiff' }
]
});
});