Patrick Kollitsch
0a307d7521
docs(fix): add note about WIP on the README.md
...
Signed-off-by: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
2024-10-23 17:19:14 +07:00
Melroy van den Berg
0306b6a74d
docs(fix) social share link to wiki page ( #753 )
...
See title.
Signed-off-by: Melroy van den Berg <melroy@melroy.org>
2024-10-22 17:53:59 +07:00
Cyrill Raccaud
5a1776455f
complete the feature for the cover dimming class in page ( #732 )
...
- feature already present for site
- add info for the param to the example
Like https://github.com/theNewDynamic/gohugo-theme-ananke/pull/702 , this
PR wants to add the cover class to the page as well, but adds also the
documentation to the example and allows both for page params and site
params.
Solves https://github.com/theNewDynamic/gohugo-theme-ananke/issues/696
in a proper way for site and page with fallback and documentation in the
example.
Default:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 12"
src="https://github.com/user-attachments/assets/fbbec618-2045-4be7-94d7-09169a253a96 ">
Same as default `cover_dimming_class = bg-black-60`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 12"
src="https://github.com/user-attachments/assets/fbbec618-2045-4be7-94d7-09169a253a96 ">
`cover_dimming_class = bg-black-20`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 20"
src="https://github.com/user-attachments/assets/7bf64564-4f6d-42c9-bed1-83b426d487ae ">
`cover_dimming_class = bg-black-90`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 34"
src="https://github.com/user-attachments/assets/354a0e49-7446-46d7-adc1-f8e4ecee3831 ">
**Closing issues**
closes #702
closes #696
---------
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
Co-authored-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 15:48:03 +07:00
Patrick Kollitsch
e7f28b0de4
docs(fix): remove obsolete docs
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 15:04:06 +07:00
Cyrill Raccaud
9fc4b73a36
theme(fix): header image positioning ( #731 )
...
Currently, the header image for a post is `bg-top`, but it would be nice
the control this behavior to lets say `top|center|bottom`, as often the
interesting part of an image is in the center. Using the
`featured_image_class` param, one can now customize the class to control
the alignment of the featured header image. It is also possible to add
additional classes for further customization if needed.
Default case:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2 ">
Same as default case but set explicitly `featured_image_class = cover
bg-top`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2 ">
`featured_image_class = cover bg-center`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 27"
src="https://github.com/user-attachments/assets/7bae039d-d31b-405b-b5c0-0dc9e13a4f8c ">
`featured_image_class = cover bg-bottom`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 36"
src="https://github.com/user-attachments/assets/52dc14cd-2a30-4763-ae90-353d10fb34e7 ">
`featured_image_class = contain bg-top`:
<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 29 16"
src="https://github.com/user-attachments/assets/1ee6f371-f2b4-4740-924d-9ea6c1a44df8 ">
**Code formatting**
<!-- See the simple style guide. -->
**Closing issues**
Closes #729
2024-10-21 14:57:39 +07:00
Patrick Kollitsch
e38869bc38
docs: typo
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 09:10:55 +07:00
Patrick Kollitsch
a41140e4df
docs(fix): add discord link
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:54:09 +07:00
Patrick Kollitsch
f68e6ff4c3
docs: typo
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:02:35 +07:00
Patrick Kollitsch
d7a12f353a
docs: add fontawesome license remark to README.md
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:30:33 +07:00
Patrick Kollitsch
7913086a0f
theme(fix): add labels and label override functionality
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 15:58:53 +07:00
Patrick Kollitsch
d4898fb4cf
docs: update README.md with markup changes ( #739 )
...
- adds language code to each highlight markdown
- uses consistent TOML for config samples and YAML for frontmatter
samples
**Closing issues**
closes #735
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 10:12:55 +07:00
Patrick Kollitsch
c1530b7c0d
docs(fix): add note about powershell environment
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-09-26 10:06:08 +07:00
Patrick Kollitsch
b1f6a2834f
docs(fix): remove todo note that can't be traced to any issue
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-09-26 10:04:27 +07:00
Jack Andrew
554e53e626
fix: update filepaths in README.md ( #693 )
...
* fix: update filepaths in README.md
2024-09-20 08:21:14 +07:00
Patrick Kollitsch
ca6da4883e
docs(fix): proper TOML format for frontmatter sample ( #717 )
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-09-19 16:04:12 +07:00
Patrick Kollitsch
9a0a974089
chore(fix): being maintained again
...
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-09-17 22:52:23 +07:00
Bud Parr
46632a1e1b
Update README.md
2024-09-10 11:00:01 -04:00
Bud Parr
ded8960bcb
Update README.md to fix demo site
...
Fixes #709 and #688
2024-09-09 08:59:19 -04:00
Joe Mooring
91df000ca8
Access Disqus shortname from canonical location ( #660 )
2023-11-22 11:05:23 -05:00
Joris Conijn
221a0d8817
feat: add canonical url support ( #650 )
...
When you want to publish content that is already published on a different site. You need to reference a canonical url of the original content.
By defining the `canonicalUrl` in the front matter definition the canonical url is set in the headers.
2023-11-21 14:41:58 -05:00
Melroy van den Berg
9808cf6cf0
Update setup guide link ( #618 )
2023-11-21 14:25:45 -05:00
Regis Philibert
315a00623c
Document read_more_copy parameter
...
Fixes #598
2022-12-14 11:04:41 -05:00
Regis Philibert
a0c7382c59
Fix duplicate rel attributes on social-follow
2022-12-02 16:32:01 -05:00
Regis Philibert
6b66dc32d4
Add a rel
option to social registers ( #596 )
...
* Add a `rel` option to social registers
Fixes #417
* Fix typo
2022-12-02 14:22:06 -05:00
Andreas Deininger
720bd45dc8
Fixing typo, changing links from http:// to https:// ( #551 )
2022-05-20 14:51:54 -04:00
Regis Philibert
a98a70782c
Enable/Disable Social follow/share per service ( #550 )
...
* This allows user to set `follow: false` on a service to see it removed from the list of socials throughout.
Fixes #547
* Update README
2022-05-06 11:26:54 -04:00
Charles Brunet
5520ed119f
use time.Format to format dates. It allows dates to be localized. ( #537 )
...
* use time.Format to format dates. It allows dates to be localized.
* Keep old default format, to remain compatible with older versions of hugo
2022-04-21 13:15:53 -04:00
Regis Philibert
751ac93c1b
Upgrade "minVersion" of theme to 84 ( #543 )
...
* Upgrade "minVersion" of theme to 84
Check hugo.IsExtended before trying to process scss files
Fixes #541
2022-04-21 11:48:54 -04:00
Regis Philibert
87f97e55bb
Allow certain pages to not be indexed by SE
...
Fixes #499
2022-02-02 13:42:05 -05:00
Regis Philibert
57e38aad38
Make disable_share
settings on both page and site level ( #465 )
...
Fixes #438
2021-12-23 16:50:08 -05:00
Regis Philibert
1f11fbe012
Featured image detection refactoring: ( #462 )
...
We look for .Params.featured_image
If found > we use that as URL
If we find a Page resource matching the value of the above, we use its .RelPermalink
If none of the above we look for an resource whose filepath contains `featured` or `cover` and use its .RelPermalink if found
Fixes #233
Fixes #407
2021-12-23 15:45:27 -05:00
Tanner Smith
3b30dfbac3
Add option to change content font color ( #286 )
...
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-12-23 15:01:14 -05:00
Regis Philibert
c7b9901e01
Refactor social service logic and UX ( #425 )
...
* Start of work
* Refactor social service logic
Update README
Fixes #422
* Add URL to contributors instuctions
* Add tiktok
2021-12-02 15:22:18 -05:00
Lars Kruse
b0bf3ccca1
Allow override of date format ( #291 )
...
Previously the default date format (`January 2, 2006` ) was used for
blog and single page date visualizations.
The new parameter `date_format` can be used to override this format.
This allows the visualization of localized dates or a changed precision
(down to the minute or up to the month or year of publication).
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-10-01 13:45:22 -04:00
Regis Philibert
6eb54ab5fd
Refactor styling to drop PostCSS ( #424 )
...
Update custom_css logic (ensure retrocompat)
Fixes #423
2021-06-15 09:58:27 -04:00
Jesse M. Holmes
db9acdd991
Improve README.md for new users ( #394 )
...
* Improve docs for new users
* Correct an ordered list error that I introduced
2021-02-03 10:08:22 -05:00
Regis Philibert
ffd9d903c9
Add optional processing of styles with Hugo Pipes ( #387 )
...
* Using resources.PostCSS to handle stylesheets
* Allow optional processing of assets through Hugo Pipes
* We can settle with 0.64.0
2021-01-19 15:43:02 -05:00
Zhangyuan Nie
7761676dee
Fix confusion in README.md ( #359 )
...
* Update README.md
* reword README
2021-01-05 09:27:07 -05:00
Regis Philibert
ce48112de2
Update README.md
2020-12-19 13:35:32 -05:00
antonvasilev52
3c73243c1a
Typo 'recommended' ( #347 )
...
Corrected an orthographic error in the heading
2020-09-21 12:30:51 -04:00
Regis Philibert
af7976ea28
Update readme for usage as Hugo Module
2020-09-03 16:32:00 -04:00
Tanner Smith
9171519154
Site logo ( #284 )
...
* Add the option to use a logo for the top left site title
2020-06-03 16:26:29 -05:00
Tanner Smith
9752a70c09
Add head partial ( #285 )
...
* Add head-additions partial
2020-06-03 16:01:01 -05:00
Eric St-Georges
8a27cda7f0
Updated Windows instructions in README.md ( #276 )
2020-05-20 08:52:55 -04:00
Tanner Smith
6500b99ba6
Add alternative method for running prod to the readme ( #273 )
2020-04-28 12:55:25 -04:00
Tanner Smith
c289a90c13
Add the post_content_classes param for changing post content font ( #260 )
2020-02-18 10:23:11 +01:00
Joe
8dab56fc56
Remove stray grave accent ( #231 )
2019-11-15 14:18:01 -05:00
Nihal M
9fe175d2aa
Fix word count heading typo in README.md ( #222 )
...
The heading says "Word Contributing" where it should say "Word Count"
2019-10-27 18:16:33 -04:00
Bud Parr
b66e9a1172
Add Stackbit Configuration ( #223 )
...
* Add stackbit YAML file
Fixes #200
* Adjust fields from linter
Ref #200
* Improve fields from linter suggestions
Ref #206
* Improve contact page sample field for menu
* Update Theme.toml and Readme
2019-10-27 15:07:44 -04:00
Gilbert Gilb's
9dbb8d15dc
Fix README instructions ( #204 )
...
`themes` directory is already set in the submodule command. Therefore, you should not have it as working directory.
2019-09-11 11:54:30 -04:00