Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-31Make sure only the title closest to content is an h1, (#585)HEADmasterRegis Philibert
not the hero's. Fixes #584
2022-10-31Fix german translation in de.yml (#575)Dominik Inführ
2022-09-07Improve links for sitemap and taxonomies (#569)James Henstridge
* layouts: use absURL to construct absolute URLs instead of concatenating with .Site.BaseURL * layouts: let hugo generate URLs to taxonomy terms * layouts: link to current language's home page in the site footer
2022-09-06Retry go.mod replace with recent cloudflare improvementsRegis Philibert
2022-09-06Add support for GA4 (#572)Steven Solomon
Use new default Hugo GA template
2022-06-10Only apply the absURL on images served through satic directory (#557)v2.9.1Regis Philibert
This will solve the subdirectory edge case without communication Fixes #556
2022-05-20Fixing typo, changing links from http:// to https:// (#551)Andreas Deininger
2022-05-06Enable/Disable Social follow/share per service (#550)Regis Philibert
* 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-06Update URLtry-and-fix-exampleSiteRegis Philibert
2022-05-06Fix exampleSite gomod...Regis Philibert
2022-05-06Added Hebrew translations (#544)Meir Kriheli
2022-04-21Only add html[dir] attr if languageDirection is explicitly setv2.9.0Regis Philibert
2022-04-21Added support for Right-To-Left languages (#532)Meir Kriheli
* Added support for Right-To-Left languages * Added language-direction partial
2022-04-21use time.Format to format dates. It allows dates to be localized. (#537)Charles Brunet
* 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-21Upgrade "minVersion" of theme to 84 (#543)Regis Philibert
* Upgrade "minVersion" of theme to 84 Check hugo.IsExtended before trying to process scss files Fixes #541
2022-04-12Add missing French translation (#538)Charles Brunet
2022-04-07Update sv.toml (#533)B Synnerlig
2022-04-07Localize "By" (#530)Regis Philibert
* Localize "By" for some languages (En/De/Es/Fr/It/Pt/No) and wrap string in a dedicated template. Fixes #528
2022-03-21Remove Section mention from single/page (#531)Regis Philibert
Fixes #522
2022-03-21Translate for Japanese and add to i18n (#529)Sota Sato
2022-02-28Change section name to section title in summary (#520)Robert
* Change section name to section title Mimics functionality in page.html. Fix #519 * Keep title as specified * Include span in conditional
2022-02-11Trick CI into using self module (#515)Regis Philibert
2022-02-11Update exampleSiteRegis Philibert
2022-02-11Revert ↵Regis Philibert
https://github.com/theNewDynamic/gohugo-theme-ananke/commit/36c029abb9551e247e83789d6b3a02c2299a14e1
2022-02-11Update about page ft img to match demo site (#507)Troy Lindsay
* Update about page ft img to match demo site (#491) * Add menu entry
2022-02-02Allow certain pages to not be indexed by SEv2.8.1Regis Philibert
Fixes #499
2022-02-02Fix support for img width (#480) (#481)Troy Lindsay
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2022-02-02433 fix tags layout (#472)Jack
* Added tags class to tags list * display tags inline * Added di class to list * Removed tags class
2022-02-02Finnish i18n. (#493)Lari Huttunen
2022-02-02Use i18n string for taxonomy layout (#500)Jack Jackson
This allows for overriding of the string (without overriding the whole layout), such as [here](https://github.com/scubbo/blogContent/commit/23240c3367164c9300eb8895a7837c7f07ff5b9c)
2022-02-02Remove template tags from socials SVGsRegis Philibert
Fixes #505
2022-01-19Update about page bundle branch -> leaf (#486) (#487)Troy Lindsay
2022-01-19Add German translation for taxonomyPageList (#495)Thomas Hammer
The phrase was only present in English.
2022-01-19Use .Render for summary and summary-with-image throughout (#498)Regis Philibert
2022-01-19User summary template file for taxonomy.htmlRegis Philibert
Fixes #496
2022-01-12Fix support for site config featured image (#489) (#490)Troy Lindsay
* Unintentionally caused by #474
2022-01-10Standardize featured_image logic (#473) (#474)Troy Lindsay
2022-01-10Update compiled main.css resource (#484) (#485)Troy Lindsay
2022-01-10Fix zh* translation (#479)Zihang Ye
2022-01-10Ignore Hugo build lock file (#482) (#483)Troy Lindsay
2021-12-24Make `disable_share` settings on both page and site level (#465)Regis Philibert
Fixes #438
2021-12-24Re-introducing site-scripts partial for user to overwriteRegis Philibert
Fixes #464
2021-12-24Fix `_styles.css` bad reference in GetMainCSS (#463)Regis Philibert
Fixes #459
2021-12-23Featured image detection refactoring: (#462)Regis Philibert
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-23Add option to change content font color (#286)Tanner Smith
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-12-23Fixes #332Regis Philibert
Fixes #333
2021-12-23Remove template language from social svg files (#461)funcsec
Causes issues browser issues Unexpected value {{ . }} parsing height attribute. Co-authored-by: funcsec <github@fsec.xyz>
2021-12-02Refactor social service logic and UX (#425)v2.8.0Regis Philibert
* Start of work * Refactor social service logic Update README Fixes #422 * Add URL to contributors instuctions * Add tiktok
2021-12-02Base content title on ContentBaseName (#440)Joe Mooring
With Hugo v0.88.1 and earlier, ContentBaseName and TranslationBaseName both returned "index" when creating a leaf bundle with hugo new. This is a known bug, addressed with https://github.com/gohugoio/hugo/pull/9045. With this PR: hugo new post/my-first-post/index.md will produce: title: "My First Post" instead of: title: "Index"
2021-11-16added tiktok to available social media links (#444)Joel S Aufrecht