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-03-21Remove Section mention from single/page522-page-section-titleRegis 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
2021-10-01Add fr readingTime localizationv2.7.0Regis Philibert
2021-10-01Allow override of date format (#291)Lars Kruse
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-01i18n made WordCount and ReadingTime singular/plural aware (#363)Marco Kinski
Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-10-01Use i18n for site navigation link tooltips (#392)Sarah Grefalda
2021-10-01Only print article date if it is non-zero (#397)Ian Anderson
2021-10-01add default author (#408)diamon
2021-07-14enable hosting the website also on other domains (#355)v2.6.9v2.6.8Jan Steinke
2021-06-17Fix resource transformationRegis Philibert
Fixes #426
2021-06-15Refactor styling to drop PostCSS (#424)Regis Philibert
Update custom_css logic (ensure retrocompat) Fixes #423
2021-05-17Translate for Hindi and add to i18n (#411)2.6.9Neeraj
2021-03-09fix : production should Allow and point to Sitemap (#404)zar3bski
2021-02-03Improve README.md for new users (#394)Jesse M. Holmes
* Improve docs for new users * Correct an ordered list error that I introduced
2021-01-19Add optional processing of styles with Hugo Pipes (#387)Regis Philibert
* Using resources.PostCSS to handle stylesheets * Allow optional processing of assets through Hugo Pipes * We can settle with 0.64.0
2021-01-12Basic example of multilingual (#386)Adam Chlan
* Basic example of multilingual * Add one post and the homepage Co-authored-by: Regis Philibert <login@regisphilibert.com>
2021-01-05Fix confusion in README.md (#359)Zhangyuan Nie
* Update README.md * reword README
2021-01-04Add go.mod (#357)Zhangyuan Nie
2020-12-19Update README.mdRegis Philibert
2020-12-15Create tr.toml (#371)2.6.8Yağızhan