Skip to content

Commit 0ba6eab

Browse files
committed
replaced font awesome package
1 parent c86e8b6 commit 0ba6eab

File tree

6 files changed

+30
-16
lines changed

6 files changed

+30
-16
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
node-version: 22
2222
cache: 'npm'
2323
cache-dependency-path: package-lock.json
24-
registry-url: 'https://npm.pkg.github.com/'
24+
registry-url: 'https://npm.fontawesome.com/'
2525
- name: NPM install
2626
run: |
27-
npm config set "@skymatic:registry" https://npm.pkg.github.com/
27+
npm config set "@awesome.me:registry" https://npm.fontawesome.com/
2828
npm ci --ignore-scripts
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.FONTAWESOME_AUTH_TOKEN }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage
44
## Requirements
55
* Hugo
6-
* Fontawesome Pro `npm config set "@skymatic:registry" https://npm.pkg.github.com/ && npm config set "//npm.pkg.github.com/:_authToken" TOKEN`
6+
* Font Awesome Pro `npm config set "@awesome.me:registry" https://npm.fontawesome.com/ && npm config set "//npm.fontawesome.com/:_authToken" TOKEN`
77

88
## Building
99
1. `npm install`

assets/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import './custom.css';
66
}
77

8-
@import '@skymatic/fontawesome-pro/css/all' layer(components);
8+
@import '@awesome.me/kit-628503cc21/icons/css/all.css' layer(components);
99

1010
@plugin '@tailwindcss/forms';
1111
@plugin '@tailwindcss/typography';

hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ enableemoji = true
3737
target = "assets"
3838

3939
[[module.mounts]]
40-
source = "node_modules/@skymatic/fontawesome-pro/webfonts"
40+
source = "node_modules/@awesome.me/kit-628503cc21/icons/webfonts"
4141
target = "static/webfonts"
4242

4343
[[module.mounts]]

package-lock.json

+22-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"tailwindcss": "^4.1.4"
2424
},
2525
"dependencies": {
26-
"@skymatic/fontawesome-pro": "^5.15.4",
26+
"@awesome.me/kit-628503cc21": "^1.0.4",
2727
"alpinejs": "^3.14.9",
28+
"altcha": "^1.4.2",
2829
"jquery": "^3.7.1",
2930
"js-yaml": "^4.1.0",
30-
"lazysizes": "^5.3.2",
31-
"altcha": "^1.4.2"
31+
"lazysizes": "^5.3.2"
3232
}
3333
}

0 commit comments

Comments
 (0)