Home

jolheiser.com @77f3e29a303ed236d5637a4bef4a630c6c42c48e - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / package.json
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "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"
  },
  "license": "MIT"
}