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
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- id: build
|
- id: build
|
||||||
run: |
|
run: |
|
||||||
echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
#echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||||
echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}" >> .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
|
mkdir /tmp/release-dir
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: Reitanlage Oranienburg
|
name: Reitanlage Oranienburg
|
||||||
version: 1.4.5
|
version: 1.4.7
|
||||||
description: Design der Reitanlage Oranienburg
|
description: Design der Reitanlage Oranienburg
|
||||||
icon: rebel
|
icon: rebel
|
||||||
author:
|
author:
|
||||||
|
|
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reitanlage-oranienburg",
|
"name": "reitanlage-oranienburg",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-pro": "^6.2",
|
"@fontawesome/fontawesome-pro": "^6.2",
|
||||||
"@popperjs/core": "^2.11.6",
|
"@popperjs/core": "^2.11.6",
|
||||||
"autoprefixer": "^10.0",
|
"autoprefixer": "^10.0",
|
||||||
"bootstrap": "^5.2",
|
"bootstrap": "^5.2",
|
||||||
|
|
|
@ -3,7 +3,7 @@ $primary: #2b3bb4;
|
||||||
@import '~bootstrap/scss/bootstrap';
|
@import '~bootstrap/scss/bootstrap';
|
||||||
|
|
||||||
// FontAwesome
|
// FontAwesome
|
||||||
@import '~@fortawesome/fontawesome-pro/css/all.css';
|
@import '~@fontawesome/fontawesome-pro/css/all.css';
|
||||||
|
|
||||||
// PhotoSwipe
|
// PhotoSwipe
|
||||||
@import '~photoswipe/dist/photoswipe.css';
|
@import '~photoswipe/dist/photoswipe.css';
|
||||||
|
|
|
@ -79,9 +79,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p class="mx-auto w-auto">© Heike Tischler</p>
|
<p class="mx-auto w-auto">© Heike Tischler</p>
|
||||||
</div>
|
</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>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue