64 Commits

Author SHA1 Message Date
c5d1ae7264 Merge branch 'fix-philipp' 2024-09-24 21:31:12 +02:00
60b6feff0e Merge branch 'references' 2024-09-24 21:30:59 +02:00
fd1219c91f Add partial layout for philipp 2024-09-24 21:16:04 +02:00
a4631c56d0 Adjust subtitle for references section 2024-09-24 20:19:26 +02:00
2012a4a017 Add references layouts 2024-09-24 17:41:54 +02:00
0183e4ac74 Change backgroud color 2024-08-04 09:44:42 +02:00
5a87101c70 Simplify css and sass aggregation 2024-08-01 19:44:14 +02:00
31fdbb7743 Fix whitespace errors 2024-07-28 21:39:33 +02:00
1bc0ae13f8 Merge branch 'fix-script' into cleanup 2024-07-28 21:18:33 +02:00
746acd2f11 Fix script loading 2024-07-28 21:14:51 +02:00
Andreas Deininger
6af9202ac6 Fix deprecation warning emitted from hugo 0.128.x 2024-07-28 21:03:00 +02:00
ff3554c380 Merge branch 'scripts' into cleanup 2024-07-28 18:53:46 +02:00
8ad562468e fingerprint all scripts 2024-07-28 18:53:27 +02:00
6105628c42 Remove whitelines 2024-07-28 18:44:14 +02:00
80e0f7e2d2 Merge branch 'remove-fa-pro' into cleanup 2024-07-28 18:40:24 +02:00
76665e965b Use FA 6 Free 2024-07-28 18:38:07 +02:00
af86df5bb8 Add Font Awesome 6 Free 2024-07-28 18:37:41 +02:00
4c47c4c4d9 Load all css files at once 2024-07-28 18:36:41 +02:00
42ac630641 Remove Fontawesome Pro
Remove due to license issues.
2024-07-28 17:22:40 +02:00
545d57eb59 Add Source Sans CSS file 2024-07-28 16:54:09 +02:00
4a19be242f Update font name 2024-07-28 16:53:26 +02:00
af0d7c4d36 Add Source Sans 3
Add Source Sans 3 files
2024-07-28 16:51:09 +02:00
cf51fe2f47 Remove fontawesome from theme sass file 2024-07-28 15:47:57 +02:00
787a019ef3 Remove files from exampleSite from theme static page 2024-07-28 15:45:23 +02:00
e2816fd4c4 Remove Google Fonts call 2024-07-07 22:27:31 +02:00
⚔️ DR ⚔️
b05c4ffd70
Merge pull request #53 from FMuro/master
google_analytics_async deprecated
2024-05-21 10:51:25 -04:00
FMuro
6b7a0ed9f9 add gitignore 2024-05-21 09:35:47 +02:00
FMuro
b35505a6ea google_analytics_async deprecated 2024-05-17 11:27:06 +02:00
⚔️ DR ⚔️
b8a7e875ec
Merge pull request #51 from 5jt/master
DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated
2024-04-28 11:23:04 -04:00
Stephen Taylor
3695555379 configuration files renamed from config.toml to hugo.toml 2024-04-28 08:30:32 +01:00
Stephen Taylor
501c6ed111 Fixes issue #50 2024-04-28 07:51:44 +01:00
Stephen Taylor
c6cf204016
Merge pull request #1 from 5jt/5jt-patch-issue48-1
Remove references to GA templates
2024-04-27 18:41:36 +01:00
Stephen Taylor
7c71bb3c8e
Remove references to GA templates
Fixes issue #48.
2024-04-27 18:40:05 +01:00
caressofsteel
fb2a35a340 Add Images Dir 2023-01-22 10:44:40 -05:00
caressofsteel
12cdfa2b45 2023 Updates 2023-01-18 18:59:02 -05:00
⚔️ DR ⚔️
d21ca45c47
Merge pull request #31 from tjungbauer/sass-breakpoint
added breakpoint: null and removed deprecated !global
2022-10-03 12:53:58 -04:00
Thomas Jungbauer
07542e475f
added breakpint: null and removed deprecated !global 2022-09-26 09:24:12 +02:00
⚔️ DR ⚔️
6722dc851b
Merge pull request #30 from brennentsmith/master
Add lightbox support for modern image formats.
2022-09-14 13:52:56 -04:00
Brennen Smith
1efa621270 add-webp-avif 2022-08-22 21:42:39 -07:00
⚔️ DR ⚔️
ed06e518fa
Merge pull request #29 from JHenneberg/fix/He/16
added id to gallery partial
2022-08-02 19:04:56 -04:00
Henneberg
c7d0045b0d added id to gallery partial
fixes issue #16
2022-07-29 20:04:46 +02:00
⚔️ DR ⚔️
21dd26dda2
Merge pull request #21 from fvlasie/patch-1
change "add" to "clone"
2022-06-02 19:33:52 -04:00
fvlasie
b13ef1626e
change "add" to "clone"
For a new install/site the "git add" command returns an error.
2022-06-02 11:34:07 -07:00
⚔️ DR ⚔️
9ffd114b38
Merge pull request #13 from shiki/patch-1
Fix possible typo in README
2021-03-23 12:53:26 -04:00
Jayson Basañes
4ef121fca6
Fix possible typo in README
The instructions for copying the `config.toml` is this:

```
cp themes/hugo-story/exampleSite/config.toml/
``` 

But that turned out be an error when I tried it. This gets printed out in the terminal:

```
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
```

I believe the correct instruction is this:

```
cp themes/hugo-story/exampleSite/config.toml ./
```
2021-03-22 13:04:07 -06:00
DR
45804939fa Update Readme 2021-02-05 15:56:51 -05:00
⚔️ DR ⚔️
96d1bbc2e5
Merge pull request #10 from applikationsprogramvara/add_quick_start_to_readme
Adding steps into quick start guide
2021-02-05 13:47:03 -05:00
mspnr
0f1110147c cosmetic fixes of README 2021-02-05 01:47:29 +01:00
⚔️ DR ⚔️
263a25300d
Merge pull request #9 from applikationsprogramvara/adjust_example
Adjusting example
2021-02-04 17:47:03 -05:00
mspnr
7f1ff71e30 adding steps into quick start guide 2021-02-04 23:23:52 +01:00