This commit is contained in:
parent
cf15530d0f
commit
206ba8cd02
6 changed files with 8 additions and 9 deletions
|
@ -9,8 +9,10 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- id: build
|
||||
run: |
|
||||
echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||
echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}" >> .npmrc
|
||||
#echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||
echo "@fontawesome:registry=https://git.serguzim.me/api/packages/fontawesome/npm/" >> .npmrc
|
||||
#echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}" >> .npmrc
|
||||
echo "//git.serguzim.me/api/packages/fontawesome/npm/:_authToken=${FORGEJO_TOKEN}" >> .npmrc
|
||||
mkdir /tmp/release-dir
|
||||
|
||||
npm install
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Reitanlage Oranienburg
|
||||
version: 1.4.5
|
||||
version: 1.4.7
|
||||
description: Design der Reitanlage Oranienburg
|
||||
icon: rebel
|
||||
author:
|
||||
|
|
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -20,7 +20,7 @@
|
|||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-pro": "^6.2",
|
||||
"@fontawesome/fontawesome-pro": "^6.2",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"autoprefixer": "^10.0",
|
||||
"bootstrap": "^5.2",
|
||||
|
|
|
@ -3,7 +3,7 @@ $primary: #2b3bb4;
|
|||
@import '~bootstrap/scss/bootstrap';
|
||||
|
||||
// FontAwesome
|
||||
@import '~@fortawesome/fontawesome-pro/css/all.css';
|
||||
@import '~@fontawesome/fontawesome-pro/css/all.css';
|
||||
|
||||
// PhotoSwipe
|
||||
@import '~photoswipe/dist/photoswipe.css';
|
||||
|
|
|
@ -79,9 +79,6 @@
|
|||
<div class="row">
|
||||
<p class="mx-auto w-auto">© Heike Tischler</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<p class="mx-auto w-auto">Diese Webseite nutzt <a target="_blank" rel="noopener" href="http://getgrav.org">Grav</a> von <a target="_blank" rel="noopener" href="http://www.rockettheme.com">RocketTheme</a>.</p>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue