Commit Graph

51 Commits

Author SHA1 Message Date
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
Neville Dastur e791596491 Use git submodules (#183)
As per https://gohugo.io/getting-started/quick-start/ I think it is better to use git submodules rather than cloning the repo. It should be easier to keep up to date etc. So please consider this change in documentation
2019-09-03 08:51:22 -04:00
Kirill K a460bf8838 Add commento (#178)
* feat: add commento block

Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>

* fix: use params section in config example

Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>

* fix: use defer to execute script after page load

Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>
2019-06-09 15:46:06 -04:00
Bud Parr 351865dd8b
Add i18n support to list of features 2019-02-23 08:38:39 -05:00
Sean Harger e418548683 Support hiding the featured image header text. (#155)
I updated the documentaiton as well as changed the contact page in the
exampleSite to use this feature as a demo.
2019-02-10 22:47:28 -05:00
budparr c12876ddb4
Update readme for formspree change
Fixes #150
2019-01-07 19:42:29 -05:00
Carlos Roso e1745a9f44 Add explicit path to image example (#146) 2018-12-26 10:43:27 -05:00
budparr ea219198c4
Update Readme to include reading time 2018-11-03 23:47:09 -04:00
Bud Parr a89a23cfc4
Add a comment about running in production
ref #106
2018-05-14 15:16:43 -04:00
shawn 41727a62e2 Issue 98 (#101)
* Add custom_css parameter.

* Copy documentation from hugo-octopress.
2018-04-24 08:48:53 -04:00
Bud Parr 1f3b6f5598
Pre-2.0 Enhancements (#94)
2.0 Enhancements

- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature 
- Add asset hashing to Webpack for performance
2018-04-09 12:33:10 -04:00
budparr 5d9c85addb
Fix typos and add a bit of information 2017-10-16 11:42:18 -04:00
budparr c76a58b3d7
Update readme to include information about changing body classes. 2017-10-16 11:37:48 -04:00
Bud Parr ca1ba014e4 Update README.md 2017-04-29 23:31:01 -04:00
Bud Parr 3056e90d4f
readme reflect .Site.Params.mainSections 2017-04-18 23:05:07 -04:00
Bud Parr aa736012b5
use full path for demo image in readme 2017-04-17 17:35:40 -04:00
Bud Parr a214fec637
add mention of RSS in readme 2017-04-17 09:05:59 -04:00
Bud Parr b3c79a65cb
bring up readme 2017-04-16 10:58:53 -04:00
Bud Parr 438cb60fe2
fill out README more completely 2017-04-15 21:15:49 -04:00
Bud Parr 740aaebed3
remove org from form to keep it simple 2017-04-15 20:08:50 -04:00
Bud Parr 5dc9b52c67
remove unit test info 2017-04-15 12:28:15 -04:00
Bud Parr cca584575b
update demo 2017-04-15 12:24:39 -04:00