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
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-07-24Update netlify.tomlVictoria Drake
- Fix baseURL flag
2021-07-24Fix issue 302 (#304)MyGiHu
2021-05-31Add Hugo versionVictoria Drake
2021-05-31Update Netlify configVictoria Drake
- Remove extra docs dir
2021-05-17Add Vietnamese (#301)Nguyen Tri Tai
2021-05-03updated Spanish texts (#297)Artur J Zapater
2021-04-17Fix code backgroundsVictoria Drake
2021-04-17updated fonts and css (#296)Artur J Zapater
* updated fonts and css * updated assets * set fa-font-path to previous value
2021-04-08Mark titles as headings in html (#290)Crt Mori
Should help some of the SEO as it will trigger keywords on the headings which is I guess something you want to be found by search engines
2021-03-20Use image on home for projects only when project has an image (#288)Crt Mori
* Use image only when project has an image So if there is no images, then projects can form a bit tigher and more centered position in a square. * Use same principle for all projects listing template As per the review comment the listing of the projects would also be dependent on the existance of the image and creation of the space for it
2021-03-20Add example to projectVictoria Drake
2021-03-20Add option to display project_timeframe to the project pages and home page ↵Crt Mori
(#289) * Add project_timeline to the project template Project timeline is sometimes very important aspect of your project as it shows that you have been working on it for some time. This adds the feature to the template, but only uses it when it is defined. * Add description of a new feature to README * Apply suggestions from code review Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
2021-03-20CSS fixes for dark themeVictoria Drake
2021-02-17Remove double import of Font Awesome (#286)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 * Fix for issue 260 * Fix for issue 283 * Remove double import of Font Awesome * Revert "Remove double import of Font Awesome" This reverts commit 913d0f34fe49593215efc1c56e199894a3aa0603. * Remove double import of Font Awesome
2021-01-18Fix for issues 260 and 283 (#285)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 * Fix for issue 260 * Fix for issue 283
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
2021-01-17Add Dutch language file (#282)Chris Vahl
2021-01-08Merge branch 'fix-249'Victoria Drake
2021-01-08Remove Google+ share buttonsVictoria Drake
Close #249
2021-01-08removed / (#279)Chris Vahl
2021-01-07Only include Plausible if enabled (#281)Shea Polansky
2021-01-02Update license year and docsVictoria Drake
2021-01-02Note unpin autoprefixerVictoria Drake
- Seems https://github.com/postcss/autoprefixer/issues/1358 is fixed
2021-01-02Fix Bulma directlyVictoria Drake
- Stop importing Bulma under @media - Patch assets/vendor/bulma/sass/utilities/mixins.sass
2021-01-01Fix auto themeVictoria Drake
- Refactor style.sass to re-import css files in each theme block - Unpin autoprefixer Close #275
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-31Add PlausibleVictoria Drake
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-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-28Merge branch 'AIRyndon-master'Victoria Drake
2020-12-28Change example post dateVictoria Drake
2020-12-26add check on the latest post year before inserting the h2Angelo
2020-12-26remove 2100 variable in the solutionAngelo
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-11-27Update comments.html (#265)Parag
2020-11-24fix-262 (#264)MyGiHu
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-11Update README to advise autoprefixer bugVictoria Drake
- autoprefixer should temporarily be pinned to avoid bug
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-11-06Update de.toml (#252)Alexander Bilz
It seems like the last contributor also translated the themes name, which didn't make too much sense.
2020-10-16Update Getting Started dependenciesVictoria Drake
- Add postcss which became a peerDependency of postcss-cli
2020-10-12Add postcss dependency to workflowVictoria Drake
- Update for breaking change: https://github.com/postcss/postcss-cli/releases
2020-10-12Merge branch 'thegreatluke-fix-236'Victoria Drake
2020-10-12Add demo taxonomy to example postVictoria Drake
2020-10-04Individual taxonomies now display properly as links and the urls are routed ↵Luke Rawlins
correctly to the proper taxonomy term. Fixes #236
2020-10-02Removed unnecessary comments related to fix.Luke Rawlins