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/docs
AgeCommit message (Collapse)Author
2019-10-01Update README and docsVictoria Drake
2019-08-12Update docs build script (#168)Victoria Drake
Fix broken asset links for demo Netlify site
2019-08-07Rebuild docsHanzei
2019-07-25Update Victoria's usernameVictoria
2019-07-22Merge branch 'master' of ↵Victoria
https://github.com/tanohzana/hugo-theme-introduction into tanohzana-master
2019-04-10Replace deprecated RSSLink (#146)Hanzei
2019-03-18Rebuild docsVictoria
2019-03-18Try netlify.toml and rel css linksVictoria
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 assets for thems site (#111)Hanzei
* Fix font path * Fix favicon path * Revert "Serve hugo pipes assets with .RelPermalink (#107)" This reverts commit 88aa5812f5e081e32853135981cf5784f6c5d5a4. * Use relLangURL * Rebuild docs
2018-11-28Fix font pathHanzei
2018-11-28Serve hugo pipes assets with .RelPermalink (#107)Hanzei
* Serve hugo pipes assets with .RelPermalink * Rebuild docs
2018-10-29Add tests for Hugo 0.50 (#99)Hanzei
* Add tests for hugo 0.50 * Update docs * Update resources
2018-10-19Rebuild docsVicky
2018-10-10Update docs & Add script to build docsHanzei
2018-10-04Rebuild docs/ pages siteVicky
2018-09-16Add docs/ for demo siteVicky
- Serve demo site from theme repo instead of separate repo