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
path: root/assets
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)
2021-12-19Adds giscus and color tweaksv5.1.0Victoria Drake
2021-04-17Fix code backgroundsVictoria Drake
2021-04-17updated fonts and css (#296)Artur J Zapater
* updated fonts and css * updated assets * set fa-font-path to previous value
2021-03-20CSS fixes for dark themeVictoria Drake
2021-02-17Remove double import of Font Awesome (#286)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 * Fix for issue 260 * Fix for issue 283 * Remove double import of Font Awesome * Revert "Remove double import of Font Awesome" This reverts commit 913d0f34fe49593215efc1c56e199894a3aa0603. * Remove double import of Font Awesome
2021-01-18Fix for issues 260 and 283 (#285)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 * Fix for issue 260 * Fix for issue 283
2021-01-08removed / (#279)Chris Vahl
2021-01-02Fix Bulma directlyVictoria Drake
- Stop importing Bulma under @media - Patch assets/vendor/bulma/sass/utilities/mixins.sass
2021-01-01Fix auto themeVictoria Drake
- Refactor style.sass to re-import css files in each theme block - Unpin autoprefixer Close #275
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-31Font fixesVictoria Drake
- Put fonts styles in _fonts.sass - Stop overriding $fa-font-path in vendor/fontawesome-free/scss/_variables.scss - Clean up style.sass imports
2020-12-04Replacing Moment.js with native JavaScript (#266)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript
2020-11-20Fix missing fonts in demo pageVictoria Drake
- Update font path in style.sass to use urls.Parse - No sites should be affected if their baseURLs are correct - Address #260
2020-11-09Correct hamburger menu color in mobile view (#257)Parag
To correct hamburger menu in mobile view added $primary color to menu itself Solves #256
2020-11-09Update _base.sass (#255)Parag
Setting "a $h-color" was breaking correct color rendering for blog post titles in light theme. It was trying to override the href element color i.e. # dbdbdb with title color # 222222
2020-08-29Update jQuery from 3.3.1 to 3.5.1 (#243)Tom Willemsen
2020-08-15Use BaseURL for fonts to handle urls that have path components. (#240)Hudson Worden
2020-08-06#229 cleanup and update bulma (#231)Linh T. Tô
* Remove extra font files * Update hard-coded variables * Upgrade Bulma to v0.9.0
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-08-02fix: if heading contains non English characters, cannot scroll properly (#228)hitzhangjie
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-10fix unscrollable content if the picture is taller that the viewportmijorus
2020-04-13Fix list element styling (#201)Shea Polansky
2020-03-29Fixup dark theme (#197)Shea Polansky
2020-03-29Add ham-handed "auto" color scheme by duplicating all css (:V) (#198)Shea Polansky
2019-12-29Switch examplesite back to lightVictoria Drake
2019-12-29Make markdown table dark style less icky (close #189)Victoria Drake
Thanks @meeDamian!
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-04-14Merge branch 'master' of https://github.com/tanohzana/hugo-theme-introductiontanohzana
2019-04-14add light-grey background to code snippetstanohzana
2019-04-08revert blog sharing icons spacerstanohzana
2019-04-06fix blog share margintanohzana
2019-04-06add a bit of space between social iconstanohzana
2019-01-13Added parameter for timeformat (#124)Maximilian Bosche
2018-11-28Fix font pathHanzei
2018-11-13Fix smooth scrolling for footnotes (#103)Etienne Membrives
Footnotes are using a fragment format with a colon inside ("#fn:1" for example). However, ":" is a special character for jQuery (http://api.jquery.com/category/selectors/), thus the target anchor is never found and the scrolling does not happen. This change selects the right target element using vanilla Javascript to bypass special characters that could be in the fragment part.
2018-10-29Restore home navbar (#90)Kevin Ottens
* Center the navbar again on the home page * Favor the project page for listing projects The project listing has its own page we can link to instead of going back to the (potentially fading in) home page each time.
2018-09-03Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-08-31Hide generated files via gitattributesHanzei
See https://medium.com/@clarkbw/managing-generated-files-in-github-1f1989c09dfd
2018-08-24Fix size of carousel buttonsVicky
- Next and Prev buttons were too small to click easily
2018-08-24Fix spacing and html background colorVicky
- Add spacing before All Blog Posts section - Apply background color to html (was white in dark theme)
2018-08-24Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-08-22Update Font Awsome to 5.2Hanzei
2018-08-21Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-07-29Use doublequotes when possibleHanzei
2018-07-27Cleanup gitignoreHanzei
2018-07-26Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-07-24Cleanup sass variablesHanzei