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
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
2018-07-23Replace .Site.GetPage with one parameter callsHanzei
2018-07-22Add projects.useTwoColumns optionHanzei
2018-07-22Fix more build problemsHanzei
2018-07-22Fix npHanzei
2018-07-21Fix width of images on homepageHanzei
2018-07-21Link to home page when all projects are shown thereHanzei
2018-07-21Use abs url with GetPageHanzei
2018-07-20Place custom css under assetsHanzei
2018-07-20Fix e-mail adressHanzei
2018-07-20Use abs URL every timeHanzei
2018-07-20Refactor config.tomlHanzei
2018-07-19Dry up stylesheedHanzei
2018-07-19Bundle nav script in index.jsHanzei
2018-07-19Add owlCarousel to homepage modalHanzei
2018-07-18Fix navHanzei