Initial commit from gatsby: (https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme.git)
This commit is contained in:
65
content/sections/interests/interests.json
Normal file
65
content/sections/interests/interests.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"interests": [
|
||||
{
|
||||
"label": "Quick and Easy Setup",
|
||||
"image": {
|
||||
"src": "../../images/joystick.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Content via Markdown",
|
||||
"image": {
|
||||
"src": "../../images/notebook.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Responsive Design",
|
||||
"image": {
|
||||
"src": "../../images/nail-polish.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Medium Integration",
|
||||
"image": {
|
||||
"src": "../../images/medium.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Animations",
|
||||
"image": {
|
||||
"src": "../../images/gem-stone.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "PWA (Offline Support)",
|
||||
"image": {
|
||||
"src": "../../images/mobile-phone.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Modern Tech-Stack",
|
||||
"image": {
|
||||
"src": "../../images/gatsby.png",
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Blazing Fast",
|
||||
"image": {
|
||||
"src": "../../images/high-voltage.png",
|
||||
"alt": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"button": {
|
||||
"visible": true,
|
||||
"label": "+ Load More",
|
||||
"initiallyShownInterests": 5
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user