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-09-06Include an option to remove the navigation menu (#340)HEADmasterSergio Merino Hernández
* Add showMenu option The showMenu option allows users to remove the navigation menu if necessary. * Update README.md This commit will update the README.md file to include information about the showMenu option.
2022-09-06Use new Google Analytics template to accommodate both GA4 and GS3 in header ↵Linh T. Tô
(#341)
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-12-19Add option for giscus comment section (#309)Athanasia Monika Mowinckel
* add giscus option * add giscus options to config.toml * rm quotes around hugo code
2021-07-24Fix issue 302 (#304)MyGiHu
2021-04-08Mark titles as headings in html (#290)Crt Mori
Should help some of the SEO as it will trigger keywords on the headings which is I guess something you want to be found by search engines
2021-03-20Use image on home for projects only when project has an image (#288)Crt Mori
* Use image only when project has an image So if there is no images, then projects can form a bit tigher and more centered position in a square. * Use same principle for all projects listing template As per the review comment the listing of the projects would also be dependent on the existance of the image and creation of the space for it
2021-03-20Add option to display project_timeframe to the project pages and home page ↵Crt Mori
(#289) * Add project_timeline to the project template Project timeline is sometimes very important aspect of your project as it shows that you have been working on it for some time. This adds the feature to the template, but only uses it when it is defined. * Add description of a new feature to README * Apply suggestions from code review Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
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-08Merge branch 'fix-249'Victoria Drake
2021-01-08Remove Google+ share buttonsVictoria Drake
Close #249
2021-01-07Only include Plausible if enabled (#281)Shea Polansky
2020-12-31Update docs and config.tomlv5.0.0Victoria Drake
- Add instructions for Contact section clock and Plausible - Update README and Theme Features post Close #273
2020-12-31Add PlausibleVictoria Drake
2020-12-26add check on the latest post year before inserting the h2Angelo
2020-12-26remove 2100 variable in the solutionAngelo
2020-12-24add archive format to all postsAngelo
2020-12-04Replacing Moment.js with native JavaScript (#266)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript
2020-11-27Update comments.html (#265)Parag
2020-11-24fix-262 (#264)MyGiHu
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-08-29Update jQuery from 3.3.1 to 3.5.1 (#243)Tom Willemsen
2020-08-15Fix for issue 224 (#241)thegreatluke
Removed "singularize" from menu in layouts/partials/nav.html
2020-08-08Allow for Custom JavaScript files (#233)Linh T. Tô
2020-08-02Linkify headings, use scroll-behaviorVictoria Drake
- Uses the scroll-behavior property to achieve smooth scrolling with less JS - Solves anchor link bugs - Linkifies headings in posts so they can be easily hyperlinked to directly
2020-06-24allow images of any ratio to be set as thumbnails without stretching them (#216)mijorus
* allow images of any ratio to be set as thumbnails without streching them * Update _base.sass Co-authored-by: mijorus <lorenzo@mijorus.it>
2020-06-22Un-markdownify Page titlesv4.2.3Victoria Drake
- Prevent rendered HTML from showing up in tab and title bar for titles that use Markdown Address #219
2020-05-31Markdownify post titlesv4.1.0Victoria Drake
2020-05-13Fix social icons with new version of FontAwesome (#203)Etienne Membrives
FontAwesome changed the way brand icons should be invoked. This commit updates the social section to use the new, updated way.
2019-09-01Add `timeRefresh` for periodic localtime update and allow for multilingual ↵Jacques Supcik
time format (#177)
2019-08-14Removed trailing spaces and missing newline at EOF (#170)Vincent Tam
2019-08-07Remove forward slash for relLangURLVincent Tam
2019-07-25Replace leading slash in some relURLVincent Tam
2019-05-29Fix blog section on windows (#152)Hanzei
2019-05-14File context warning fixed (#153)Martin Hoefling
2019-05-05Show date in lists only if set by page (#154)Martin Hoefling
2019-04-18fixed "Back to Blog" and "Back to Projects"Max Bosche
2019-04-11solves #149Max Bosche
2019-04-10Fix NPE if projects or blog sections doesn't existHanzei
2019-04-10Order sections on homepage by weigth (#143)Maximilian Bosche
2019-04-10Replace deprecated RSSLink (#146)Hanzei
2019-03-18Try resolving integrity errorVictoria