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
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
2018-07-20Refactor config.tomlHanzei
2018-07-19Dry up stylesheedHanzei
2018-07-19Bundle nav script in index.jsHanzei
2018-07-19Add owlCarousel to homepage modalHanzei
2018-07-19Fix modal closingHanzei
2018-07-19Fix assets when baseurl contains pathHanzei
2018-07-18Fix timezoneHanzei
2018-07-16Update stylesVicky
- tweak title line height - center image in markdown
2018-07-13Fix file permissionHanzei
2018-07-13Only include need bulma filesHanzei