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-13Fix social icons with new version of FontAwesome (#203)Etienne Membrives
FontAwesome changed the way brand icons should be invoked. This commit updates the social section to use the new, updated way.
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-08-07Remove forward slash for relLangURLVincent Tam
2019-07-25Replace leading slash in some relURLVincent Tam
2019-05-29Fix blog section on windows (#152)Hanzei
2019-05-14File context warning fixed (#153)Martin Hoefling
2019-05-05Show date in lists only if set by page (#154)Martin Hoefling
2019-04-18fixed "Back to Blog" and "Back to Projects"Max Bosche
2019-04-11solves #149Max Bosche
2019-04-10Fix NPE if projects or blog sections doesn't existHanzei
2019-04-10Order sections on homepage by weigth (#143)Maximilian Bosche
2019-04-10Replace deprecated RSSLink (#146)Hanzei
2019-03-18Try resolving integrity errorVictoria
2019-03-18Try netlify.toml and rel css linksVictoria
2019-03-15Reset to current master, remove crossorigin tagsVictoria
- Reset previous changes on this branch because Victoria made some pretty messy commits - Only change the code this PR is intended to address
2019-03-15Move comments handling in a partial (#138)Kevin Ottens
This way it's much easier to tune the comment handling in general (like disable it for some sections) or integrate a different commenting system than disqus.
2019-01-25CORS and Polish lang (#126)Robert J
I propose adding `crossorigin=anonymous` for signed stylesheets to allow for CORS policy. Practical example - I keep my web page in S3 bucket and redirect both naked domain and www domain into the same bucket (this is rare scenario - most people duplicate buckets). So I had to enable CORS like in [this article](https://medium.com/@Keithweaver_/only-allowing-access-to-your-s3-bucket-via-your-website-5ca5c8546152) However CORS cannot be used without crossorigin=anonymous set. (explained [here](https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes) Also added pl.toml for Polish language.
2019-01-14Add HTML attributes to social linksSascha Mann
* Insert arbitrary HTML attributes to social links via config.toml (fixes #121)
2018-12-18Fix typo in HTML comments (#118)Vincent Tam
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-28Serve hugo pipes assets with .RelPermalink (#107)Hanzei
* Serve hugo pipes assets with .RelPermalink * Rebuild docs
2018-11-09Remove language-specific words from the Twitter share text. (#104)Etienne Membrives
2018-11-08French translation (#102)Etienne Membrives
This commit adds a French translation to the theme, and fixes a non-translated string in the blog navigation bar.
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-10-10Avoid space before comma in tag list (#94)Kevin Ottens
2018-09-30Allow to have the fade-in effect only on main page (#78)Kevin Ottens
2018-09-16Fix #81Vicky
- Hide date part in posts if no date is given
2018-09-15Remove unused partial, CHANGELOG fileVicky
- CHANGELOG removed in favour of GitHub release notes
2018-09-03Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-09-03Fix external link url showing on home page projects sectionVicky
2018-08-30Replace .Scratch with =Hanzei
2018-08-30Removed external_link from project linksHanzei
Closes #1
2018-08-24Add new assetsVicky
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-22Fix url for links to homeHanzei
2018-08-21Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-08-01Add section margin to homeHanzei
2018-07-29Use doublequotes when possibleHanzei
2018-07-27Fix more assets pathsHanzei
2018-07-27Fix link in navHanzei
2018-07-27Dont show nav item for current languageHanzei
2018-07-26Canonify owlCarousel css pathHanzei
2018-07-26Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction ↵Vicky
into Hanzei-next_gen
2018-07-26Canonify owlCarousel css pathHanzei
2018-07-24Refactor taxonomies pageHanzei
2018-07-24Make margin in hr evenHanzei