generated from Fascinated/nextjs-13-template-with-tailwindcss
update to simple links from my personal site
This commit is contained in:
parent
24f1690f74
commit
061d295236
29
config.json
29
config.json
@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Lee",
|
"name": "Your Name",
|
||||||
"description": "I'm a 20-year-old software engineer from the UK, and my true passion lies in creating and exploring the endless possibilities within my homelab.",
|
"description": "A description about yourself",
|
||||||
"avatar": "https://cdn.fascinated.cc/yJQN3D.webp",
|
"avatar": "https://cdn.fascinated.cc/KWprz2.jpg",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"title": "fascinated.cc",
|
"title": "Your Name",
|
||||||
"description": "I'm a 20-year-old software engineer from the UK"
|
"description": "website description"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"showSourceLink": true
|
||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
@ -15,22 +18,6 @@
|
|||||||
"hover": "bg-green-600"
|
"hover": "bg-green-600"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Discord",
|
|
||||||
"url": "https://discord.gg/yjj2U3ctEG",
|
|
||||||
"color": {
|
|
||||||
"normal": "bg-violet-700",
|
|
||||||
"hover": "bg-violet-600"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Twitch",
|
|
||||||
"url": "https://twitch.tv/fascinated_",
|
|
||||||
"color": {
|
|
||||||
"normal": "bg-purple-700",
|
|
||||||
"hover": "bg-purple-600"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Documentation",
|
"title": "Documentation",
|
||||||
"url": "https://docs.fascinated.cc",
|
"url": "https://docs.fascinated.cc",
|
||||||
|
@ -2,12 +2,14 @@ version: "3.4"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
next-app:
|
next-app:
|
||||||
build: https://git.fascinated.cc/Fascinated/personal-website.git
|
build: https://git.fascinated.cc/Fascinated/simple-links.git
|
||||||
# Use this if you want to build the image locally
|
# Use this below if you want to build the image locally (you need to clone the repo first)
|
||||||
# build: .
|
# build: .
|
||||||
# image: fascinated/personal-website
|
# image: fascinated/simple-links
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
volumes:
|
||||||
|
- ./config.json:/usr/src/app/config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user