Commit Graph

36 Commits

Author SHA1 Message Date
⚔️ 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
mspnr 5c03eb8da3 moving config.toml to exampleSite and removing other configs 2021-02-04 17:37:54 +01:00
mspnr e7d325d50d moving data back to exampleSite 2021-02-04 17:31:22 +01:00
mspnr e4928d2142 renaming exampleSite to originalStorySite 2021-02-04 17:28:43 +01:00
⚔️ DR ⚔️ 0287eda06a
Merge pull request #7 from applikationsprogramvara/add_template
Finalizing bringing in templates
2021-02-01 20:31:29 -05:00
mspnr 765f229b30 fixing footer - moving li into with 2021-02-01 19:07:20 +01:00
⚔️ DR ⚔️ dcc16e51cc
Merge pull request #6 from applikationsprogramvara/add_template
Adding template support to the theme
2021-01-31 17:59:57 -05:00
mspnr f609df648f moving main wrapper out of index.html 2021-01-31 22:36:56 +01:00
mspnr 459291f0f2 adding template support for gallery 2021-01-31 17:57:51 +01:00
mspnr 22dabfe0c2 adding template support for items 2021-01-31 17:07:19 +01:00
mspnr 6524098340 adding template support for spotlights 2021-01-31 16:47:21 +01:00
mspnr 51e38e582c switching banner to data concept 2021-01-31 16:26:30 +01:00
DR 60f3a622d7 Update ReadMe 2020-07-24 17:56:19 -04:00
DR 6addf11d1a First Commit - Hugo Story 2020-07-02 01:05:45 -04:00
DR a5f322c499 First Commit 2020-07-02 01:03:01 -04:00