53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"links": [
|
|
{
|
|
"name": "GitHub",
|
|
"url": "https://github.com/jolheiser",
|
|
"icon": "github"
|
|
},
|
|
{
|
|
"name": "Gitea",
|
|
"url": "https://gitea.com/jolheiser",
|
|
"icon": "gitea"
|
|
},
|
|
{
|
|
"name": "JoJoDev",
|
|
"url": "https://git.jojodev.com/jolheiser",
|
|
"icon": "gitea"
|
|
},
|
|
{
|
|
"name": "Mastodon",
|
|
"url": "https://social.gitea.io/@jolheiser",
|
|
"icon": "mastodon"
|
|
},
|
|
{
|
|
"name": "Bluesky",
|
|
"url": "https://bsky.app/profile/jolheiser.com",
|
|
"title": "Yes, I know that's the Twitter icon",
|
|
"icon": "twitter"
|
|
},
|
|
{
|
|
"name": "LinkedIn",
|
|
"url": "https://linkedin.com/in/jolheiser",
|
|
"icon": "linkedin"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"build:tailwind": "yarn tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify",
|
|
"build:eleventy": "yarn eleventy",
|
|
"dev:tailwind": "yarn build:tailwind --watch",
|
|
"dev:eleventy": "yarn build:eleventy --serve",
|
|
"dev": "yarn run-p dev:*",
|
|
"build": "rm -rf dist; mkdir dist; cp src/* dist/; rm dist/styles.css; yarn build:tailwind; yarn build:eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"simple-icons": "^9.10.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"vscode-html-languageserver-bin": "^1.4.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|