Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b04a7133b5
8 changed files with 13 additions and 28 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
custom: ["https://www.paypal.me/janraasch/29,00"]
|
|
||||||
github: ["janraasch"]
|
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: peaceiris/actions-gh-pages@v3.8.0
|
uses: peaceiris/actions-gh-pages@v3.9.2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -1,4 +1,4 @@
|
||||||
# Hugo Scroll  [![Pay me][paypal-svg]][paypal-dot-me] [![Sponsor me][github-sponsors-svg]][github-sponsors]
|
# Hugo Scroll 
|
||||||
|
|
||||||
📜 A [Hugo](https://gohugo.io/)-theme for pretty, quick and simple single-page websites.
|
📜 A [Hugo](https://gohugo.io/)-theme for pretty, quick and simple single-page websites.
|
||||||
|
|
||||||
|
|
@ -8,12 +8,6 @@
|
||||||
|
|
||||||
For a current & working demo of this theme please check out https://janraasch.github.io/hugo-scroll/ 🎯.
|
For a current & working demo of this theme please check out https://janraasch.github.io/hugo-scroll/ 🎯.
|
||||||
|
|
||||||
## Sponsor 💟
|
|
||||||
|
|
||||||
Support my work on this theme via [GitHub Sponsors][github-sponsors] (recurring) or [PayPal][paypal-dot-me] (one-time).
|
|
||||||
|
|
||||||
[][github-sponsors]
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
If you already have a hugo site on your machine, you can simply add this theme via
|
If you already have a hugo site on your machine, you can simply add this theme via
|
||||||
|
|
@ -87,10 +81,6 @@ If you do not have a GitHub-account, feel free to hit me up via e-mail (see [jan
|
||||||
|
|
||||||
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Jan Raasch](https://www.janraasch.com)
|
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Jan Raasch](https://www.janraasch.com)
|
||||||
|
|
||||||
[paypal-dot-me]: https://www.paypal.me/janraasch/29,00
|
|
||||||
[github-sponsors]: https://github.com/sponsors/janraasch
|
|
||||||
[paypal-svg]: https://img.shields.io/badge/onetime-donation-11dde2.svg?logo=paypal
|
|
||||||
[github-sponsors-svg]: https://img.shields.io/badge/recurring-sponsorship-ee4aaa.svg?logo=github
|
|
||||||
[hugo-setup-guide]: https://gohugo.io/getting-started/installing
|
[hugo-setup-guide]: https://gohugo.io/getting-started/installing
|
||||||
[fork-awesome]: https://forkaweso.me/Fork-Awesome/
|
[fork-awesome]: https://forkaweso.me/Fork-Awesome/
|
||||||
[fork-awesome-icons]: https://forkaweso.me/Fork-Awesome/icons/
|
[fork-awesome-icons]: https://forkaweso.me/Fork-Awesome/icons/
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
|
|
||||||
<!-- We do need jQuery to be loaded before HugoScroll script -->
|
<!-- We do need jQuery to be loaded before HugoScroll script -->
|
||||||
<script type="text/javascript" src='{{ "js/jquery-1.11.3.min.js" | absURL }}'></script>
|
<script type="text/javascript" src='{{ "js/jquery-3.6.0.min.js" | absURL }}'></script>
|
||||||
|
|
||||||
<!-- The main JavaScript files for HugoScroll -->
|
<!-- The main JavaScript files for HugoScroll -->
|
||||||
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>
|
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>
|
||||||
|
|
|
||||||
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -5,15 +5,15 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"version": "2.6.1",
|
"version": "2.8.4",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
|
||||||
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==",
|
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"prettier-plugin-go-template": {
|
"prettier-plugin-go-template": {
|
||||||
"version": "0.0.11",
|
"version": "0.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.13.tgz",
|
||||||
"integrity": "sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg==",
|
"integrity": "sha512-gG/xT5kd+kCzoMaTchXvdfBdsunyRCV6G8cgdPGPd2V5JGGKXUG7SjzBKU7jaGh2RTeblcAdBb/E+S/duOAMsA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ulid": "^2.3.0"
|
"ulid": "^2.3.0"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
|
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^2.6.1",
|
"prettier": "^2.8.4",
|
||||||
"prettier-plugin-go-template": "0.0.11"
|
"prettier-plugin-go-template": "0.0.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
static/js/jquery-1.11.3.min.js
vendored
5
static/js/jquery-1.11.3.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/js/jquery-3.6.0.min.js
vendored
Normal file
2
static/js/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue