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-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
2018-07-13Fix js includeHanzei
2018-07-13Bundle assetsHanzei
Update dependencies
2018-07-12Fix font weightHanzei
2018-07-12Relocate fontsHanzei
2018-07-12Bump fontawsome to version 5.1Hanzei
2018-07-11Fix style errorsHanzei
2018-07-10Use hugo sass prozessingHanzei