Compare commits

..

No commits in common. "main" and "v1.4.6" have entirely different histories.
main ... v1.4.6

6 changed files with 9 additions and 6 deletions

View file

@ -9,8 +9,8 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
- id: build - id: build
run: | run: |
echo "@fontawesome:registry=https://git.serguzim.me/api/packages/fontawesome/npm/" > .npmrc echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
echo "//git.serguzim.me/api/packages/fontawesome/npm/:_authToken=${{ secrets.FORGEJO_TOKEN }}" >> .npmrc echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}" >> .npmrc
mkdir /tmp/release-dir mkdir /tmp/release-dir
npm install npm install

View file

@ -1,5 +1,5 @@
name: Reitanlage Oranienburg name: Reitanlage Oranienburg
version: 1.4.7 version: 1.4.5
description: Design der Reitanlage Oranienburg description: Design der Reitanlage Oranienburg
icon: rebel icon: rebel
author: author:

BIN
package-lock.json generated

Binary file not shown.

View file

@ -1,6 +1,6 @@
{ {
"name": "reitanlage-oranienburg", "name": "reitanlage-oranienburg",
"version": "1.4.6", "version": "1.4.5",
"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": {
"@fontawesome/fontawesome-pro": "^6.2", "@fortawesome/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",

View file

@ -3,7 +3,7 @@ $primary: #2b3bb4;
@import '~bootstrap/scss/bootstrap'; @import '~bootstrap/scss/bootstrap';
// FontAwesome // FontAwesome
@import '~@fontawesome/fontawesome-pro/css/all.css'; @import '~@fortawesome/fontawesome-pro/css/all.css';
// PhotoSwipe // PhotoSwipe
@import '~photoswipe/dist/photoswipe.css'; @import '~photoswipe/dist/photoswipe.css';

View file

@ -79,6 +79,9 @@
<div class="row"> <div class="row">
<p class="mx-auto w-auto">&#169; Heike Tischler</p> <p class="mx-auto w-auto">&#169; 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>