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
2020-05-31Markdownify post titlesv4.1.0Victoria Drake
2020-05-17Do not use mockups as screenshotVictoria Drake
- Add separate front-page screenshots for Hugo themes guidelines Close #204
2020-04-13Fix list element styling (#201)Shea Polansky
2020-03-10🌱 Add resourcesVictoria Drake
Fix #196
2019-12-29Switch examplesite back to lightVictoria Drake
2019-12-29Make markdown table dark style less icky (close #189)Victoria Drake
Thanks @meeDamian!
2019-10-01Update README and docsVictoria Drake
2019-10-01Merge branch 'rmSlash2' of ↵Victoria Drake
https://github.com/VincentTam/hugo-theme-introduction into VincentTam-rmSlash2
2019-08-14Removed trailing spaces and missing newline at EOF (#170)Vincent Tam
2019-08-12Update docs build script (#168)Victoria Drake
Fix broken asset links for demo Netlify site
2019-08-07Remove leading slashes in titleVincent Tam
2019-08-07Rebuild docsHanzei
2019-07-22Merge branch 'master' of ↵Victoria
https://github.com/tanohzana/hugo-theme-introduction into tanohzana-master
2019-04-14Merge branch 'master' of https://github.com/tanohzana/hugo-theme-introductiontanohzana
2019-04-14add light-grey background to code snippetstanohzana
2019-04-10Order sections on homepage by weigth (#143)Maximilian Bosche
2019-04-10Replace deprecated RSSLink (#146)Hanzei
2019-04-08Update style.sass_7642ba43b3212fd7d7ba324df3b88b0c.contentFlorian Adonis
2019-04-06fix blog share margintanohzana
2019-04-06add a bit of space between social iconstanohzana
2019-03-18Merge branch 'master' into fix-corsVictoria
2019-03-18Rebuild docsVictoria
2019-03-18Try netlify.toml and rel css linksVictoria
2019-03-15Fix hero sizes (#137)Victoria
* Fix hero sizes - Use proper sections in index.html to comply with bulma styles - Update default value of header height to "fullheight" (shows navbar) * Revert unrelated changes
2019-01-14Add HTML attributes to social linksSascha Mann
* Insert arbitrary HTML attributes to social links via config.toml (fixes #121)
2019-01-13Added parameter for timeformat (#124)Maximilian Bosche
2018-12-14Add fa icon packs (#113)Alison Presmanes Hill
This PR adds functionality for users to specify which `icon_pack` to use (`fas` or `fab`; see: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4) in the `config.toml` file, so that users can use the solid icons as well as the brand icons. ``` [[params.social]] url = "https://twitter.com/" icon = "twitter" # icon name without the 'fa-' icon_pack = "fab" [[params.social]] url = "https://facebook.com/" icon = "facebook-f" # icon name without the 'fa-' icon_pack = "fab" [[params.social]] url = "https://linkedin.com/" icon = "linkedin-in" # icon name without the 'fa-' icon_pack = "fab" [[params.social]] url = "mailto:youremail@email.com" # For a direct email link, use "mailto:test@example.org". icon = "paper-plane" # icon name without the 'fa-' icon_pack = "fas" ```
2018-11-28Fix font pathHanzei
2018-11-13Regenerate resourcesHanzei
2018-10-29Add tests for Hugo 0.50 (#99)Hanzei
* Add tests for hugo 0.50 * Update docs * Update resources
2018-10-10Update docs & Add script to build docsHanzei
2018-10-10Add test for hugo 0.49.1 (#95)Hanzei
2018-09-30Allow to have the fade-in effect only on main page (#78)Kevin Ottens
2018-09-18Fix baseurl (#86)Hanzei
2018-09-16Fix #81Vicky
- Hide date part in posts if no date is given
2018-09-15Update example content helpfulnessv4.0Vicky
- Indicate which files and templates are used
2018-09-15Update English About pageVicky
2018-09-03Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-09-03Update README and screenshotsVicky
2018-08-31Hide generated files via gitattributesHanzei
See https://medium.com/@clarkbw/managing-generated-files-in-github-1f1989c09dfd
2018-08-24Update about copyVicky
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-22Cleanup unused imagesHanzei
2018-08-21Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-08-01Update hugo version to 0.46Hanzei
2018-07-29Use doublequotes when possibleHanzei
2018-07-26Canonify owlCarousel css pathHanzei