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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-22Introduction v6.0.0 (#329)Victoria Drake
* Simplify dark theme - Make dark theme less awful (sorry about that) * Update exampleSite posts * Add support for multiple authors per post (#328)
2022-02-21Add author field to blog (#322)Alex Beattie
* Add author field * Check if author exists
2022-02-14Use layout identifiers for datesVictoria Drake
- Adds new Hugo feature (https://gohugo.io/functions/dateformat/#datetime-formatting-layouts) enabling date localization in defaults
2022-02-11Merge branch 'showReadingTime' of ↵Victoria Drake
https://github.com/bugrasan/hugo-theme-introduction into bugrasan-showReadingTime
2022-02-01fixing the default behaviour for showReadingTimebugrasan
2022-01-30patch for 'showReadingTime' config optionbugrasan
2021-01-17Remains of Google+ removed (#284)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment. * Remains of Google+ removed
2021-01-08Remove Google+ share buttonsVictoria Drake
Close #249
2020-12-24add archive format to all postsAngelo
2020-10-04Individual taxonomies now display properly as links and the urls are routed ↵Luke Rawlins
correctly to the proper taxonomy term. Fixes #236
2020-10-02Removed unnecessary comments related to fix.Luke Rawlins
2020-10-02Removed lines that specifically displayed the Tags taxonomy.Luke Rawlins
2020-09-24Fix for issue 236Luke Rawlins
Added logic to layouts/blog/single.html that checks front matter to display other taxonomies.
2020-05-31Markdownify post titlesv4.1.0Victoria Drake
2019-08-07Remove forward slash for relLangURLVincent Tam
2019-03-15Move comments handling in a partial (#138)Kevin Ottens
This way it's much easier to tune the comment handling in general (like disable it for some sections) or integrate a different commenting system than disqus.
2018-11-28Fix assets for thems site (#111)Hanzei
* Fix font path * Fix favicon path * Revert "Serve hugo pipes assets with .RelPermalink (#107)" This reverts commit 88aa5812f5e081e32853135981cf5784f6c5d5a4. * Use relLangURL * Rebuild docs
2018-11-09Remove language-specific words from the Twitter share text. (#104)Etienne Membrives
2018-10-10Avoid space before comma in tag list (#94)Kevin Ottens
2018-09-16Fix #81Vicky
- Hide date part in posts if no date is given
2018-07-24Refactor taxonomies pageHanzei
2018-07-23Replace .Site.GetPage with one parameter callsHanzei
2018-07-22Fix npHanzei
2018-07-21Use abs url with GetPageHanzei
2018-07-20Use abs URL every timeHanzei
2018-07-20Refactor config.tomlHanzei
2018-07-13Fix fa iconsHanzei
2018-07-03Fix missing partialHanzei
2018-07-01Use baseof temple to dry codeHanzei
2018-06-27Code cleanupHanzei
2018-06-27Add Multilingual supportHanzei
2018-06-27Merge branch 'master' into fix_nav_2Hanzei
2018-06-25Cleanup codeHanzei
2018-06-25Update templates (fix #59, close #61, close #60)v3.4.0Vicky
+ Add functionality to limit projects shown on main page + Improve projects display columns + List pages show content from _index.md files + Add GetPage logic to index.html and nav menus
2018-06-12Move diffent nav files into oneHanzei
2018-03-26Fix for default project image.Vicky
2018-03-25Removed dead code, added default parameters, local assets.v3.3Vicky
2018-03-25set default if no configuration is set for variables which require that (#36)Dmitry Verkhoturov
2018-01-27Got the last few.Vicky
2018-01-27Params changed to camelCaseDaniel Diaz Medrano
2018-01-26Fixed #22. Moved opening body tags into template files instead of header.Vicky
2017-12-05Fixed issue #15 (#16)Pablo Martin Viva
Fix for blog posts ordered by date as of Hugo v0.31.
2017-11-14Version 3.0v3.0Vicky
2017-08-12Updated linksVicky
2017-06-16Missing closing body tags prevented LiveReload:Vicky
2017-05-05Ability to turn off the fadein effect (#4)Derik Evangelista
* Ability to turn off the fadein effect * Ability to disable fadein effect on blog posts * Disable fadein on 404 and list pages
2017-04-20Lighter scroll function using jQuery. Updated back-to-top links on single ↵Vicky
and blog pages to fontawesome arrow.
2017-03-26Layout remodelled using bulma, css minified. Added responsive hamburger menu ↵v1.0Vicky
on mobile.
2017-03-14Mobile view improvementsVicky
2017-03-13Initial commitVicky