basically done
This commit is contained in:
parent
bb70bf6d3f
commit
2c87014a81
22 changed files with 238 additions and 43 deletions
|
@ -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' }
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue