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
2022-09-06Include an option to remove the navigation menu (#340)HEADmasterSergio Merino Hernández
* Add showMenu option The showMenu option allows users to remove the navigation menu if necessary. * Update README.md This commit will update the README.md file to include information about the showMenu option.
2021-12-19Adds giscus and color tweaksv5.1.0Victoria Drake
2021-12-19Add option for giscus comment section (#309)Athanasia Monika Mowinckel
* add giscus option * add giscus options to config.toml * rm quotes around hugo code
2021-01-17Remains of Google+ removed (#284)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
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-28Adding the "auto" option of themeStyle to the comment (#272)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment.
2020-12-24add archive format to all postsAngelo
2020-12-04Replacing Moment.js with native JavaScript (#266)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript
2020-10-12Add demo taxonomy to example postVictoria Drake
2020-09-24removed test taxonomies from example siteLuke Rawlins
2020-09-24initialLuke Rawlins
2020-08-08Allow for Custom JavaScript files (#233)Linh T. Tô
2020-07-25Add example site configuration post, shortcodesVictoria Drake
- Hopefully help explain related issues #217, #194 Close #226
2019-12-29Switch examplesite back to lightVictoria Drake
2019-12-29Make markdown table dark style less icky (close #189)Victoria Drake
Thanks @meeDamian!
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-09-30Allow to have the fade-in effect only on main page (#78)Kevin Ottens
2018-09-18Fix baseurl (#86)Hanzei
2018-09-15Update example content helpfulnessv4.0Vicky
- Indicate which files and templates are used
2018-09-03Update README and screenshotsVicky
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-07-26Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-07-24Refactor taxonomies pageHanzei
2018-07-22Add projects.useTwoColumns optionHanzei
2018-07-20Place custom css under assetsHanzei
2018-07-20Fix e-mail adressHanzei
2018-07-20Refactor config.tomlHanzei
2018-07-18Use headless bundle for home pageHanzei
2018-07-16Fix spelling errorsVicky
2018-07-12Bump fontawsome to version 5.1Hanzei
2018-07-10Use hugo sass prozessingHanzei
2018-07-06Use Image Processing to resize imagesHanzei
2018-07-01Allow custom menusHanzei
2018-07-01Remove enforce_ssl settingHanzei
2018-06-29Add languageCode for every languageHanzei
2018-06-27Cleanup configHanzei
2018-06-27Remove unused config parameterHanzei
2018-06-27Add german translationHanzei
2018-06-27Add Multilingual supportHanzei
2018-06-27Merge branch 'master' into fix_nav_2Hanzei
2018-06-25Cleanup codeHanzei
2018-06-25Update templates (fix #59, close #61, close #60)v3.4.0Vicky
+ Add functionality to limit projects shown on main page + Improve projects display columns + List pages show content from _index.md files + Add GetPage logic to index.html and nav menus
2018-06-15Merge branch 'master' into fix_nav_2Hanzei
2018-06-12Update exampleSite config footerText commentVicky
+ Resolves #53
2018-06-12Fix location of syntax highlight params in configVicky
+ Move pygmentsStyle and pygmentsCodefences out of [params] in config.toml + This fixes issue of syntax highlighting not working
2018-06-12Cleanup exampleSite/config.toml (Fix #55)Hanzei
2018-06-12Add showRSSButton settingHanzei