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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-08Add `rel=me` to social linksAlex Ungurianu
2022-06-25chore: Change CSS for Socials in Footer againADSWT518
2022-03-03Added <script> tag support to customJSAhmed Alsuwaidi
Added a "readmore" class to the read more links to enable finegrained css
2022-02-10chore: Change CSS for Socials in Footerfooter-cssAthul Cyriac Ajay
2022-02-03fix for dark/light mode toggle when not using CDN (#42)MBK
* fix for dark/light mode toggle when not using CDN * fix for dark/light mode when not using CDN Authored-by: Marek Bukala-Karbownik <marek.karbownik@lib.uni.lodz.pl>
2021-09-24Add dark mode toggleHarrison Sand
2021-06-09cache busting for custom CSS, update readmeAron Gergely
2021-06-09add cache busting for CSS files via Hugo PipesAron Gergely
2021-05-22Improve meta descriptionDavid Wittman
Rather than use the same description on every page, prefer the post summary if it's available and only use .Params.description on the root page. This mimics the behavior of the [opengraph internal template](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html#L2) for the `og:description` tag.
2021-05-22Add support for meta descriptionsDavid Wittman
The meta description tag is _allegedly_ important for SEO, and it can improve the page's summary in Google results.
2021-01-17Removed Unwanted OG TagsAthul Cyriac Ajay
There were extra OG tags added as a mistake. Hugo already has a good inbuilt partial for Meta stuf
2020-11-07Fix typo (ref -> href) (#17)Francis Barton
Thanks @VictorBersy https://github.com/athul/archie/pull/15#issuecomment-714503130
2020-10-20Option to use local font files instead of Google fonts, combined option for ↵dadosch
CDN use (#16) * option to use local font files instead of GoogleFonts, combined config for CDN use * set new combined config in exampleSite config * fix path to fonts when hugo is serving in a subdirectory * update README for new option * switch to Fira Sans
2020-10-04Add custom CSS option - fixes issue #14Francis Barton
Borrowed some code from https://github.com/gadenbuie/garrickadenbuie-com/blob/main/layouts/partials/head.html and blended it in. I hope the syntax is still valid and makes sense. I'm not sure if it ought to say `if isset .Site.Params "customCSS"` but I left it as `customcss` as you suggested.
2020-07-22feat: update layouts default term to match default list.Samarth Hattangady
2020-06-24Better OG Descpathul
2020-06-24Better Seo and Imagesathul
2020-04-26Fix html errors.Sergey Trofimov
2020-04-16Dark Mode Supportathul
2020-04-14Simple Tweaksathul
2020-04-12NavBar Updatesathul
2020-04-11tweaksathul
2020-04-11W/o websiteathul
2020-04-10Add exampleSite and footer updatesathul
2020-04-09CSS updatesathul
2020-04-08Initathul