Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-27- Add SEO elements to header, i18l friendly (#122)HEADmasterDudi Levy
- Add Hugo related SEO parameters to example config.toml - Add relevant instructions to the README.md file
2018-02-25Add capability for mathjax equations per instructions here (#126)Dan Ovando
https://bookdown.org/yihui/blogdown/templates.html
2018-02-12Add the possibility to set only specific social networks to share the post ↵Dudi Levy
(#112)
2018-02-12Bugfix/issue 114 (#121)Dudi Levy
* Remove redundent closing curled barcket * Added Property for h1 font-size * Fix property typo: -moz-transition
2018-02-10Patch RSS icon to listPatrick Collins
2018-02-10Recent posts should be a class not ID (#105)Rich
2018-02-10Add OpenGraph meta tags (#115)Alessandro Lai
2018-02-10Remove duplicate inclusion of Highlight.js (#116)Alessandro Lai
2018-02-09Fix invald close tag (#119)Patrick Collins
2018-02-09Fix RSS links (#117)Alessandro Lai
2018-01-31Add configuration to show / hide the categories section in the sidebar (#109)dudil
2018-01-31Add Syntax highlighting for blogs with embed code (#108)Sébastien Rochette
* Add gitignore * Delete .gitignore * Add highlightjs for code syntax highlighting
2018-01-26Share links - use & (#106)Rich
* Share links incorrect & * Bad QQ URL
2018-01-24Enable LinkedIn Company Social Link (#107)Rich
* Enable LinkedIn Company Links * Update examplesite
2018-01-20Add Academicons to social links (#104)Sébastien Rochette
* Add gitignore * Add academicons font * Load academicons in header * Add googlescholar, orcid and researchgate to social.html * Add googlescholar, orcid and researchgate to config.toml in exampleSite * Delete .gitignore
2018-01-20Add post tags (#103)Sébastien Rochette
* Add gitignore * Add tags in post footer + css * Add tag in exampleSite template * Allow page for list of (1) tags (/tags), (2) posts of specific tag * ignore .gitignore * Delete .gitignore Nicer for pull requests to master
2018-01-20Breakpoint fix. Quick and dirty hack until css refactor but should work (#97)Bern
2017-12-10Simplify img-path shortcode to reduce parsing errors (#91)Patrick Collins
* Simplify shortcode to reduce issues with mini-posts * Style * Remove comment for shortcode to work
2017-12-10Change list summary from plain text to html (#71)Patrick Collins
2017-12-10staticman updates (#93)Bern
config and staticman.html updates to make comments work out of the box more easily. May want to add conditional for reCAPTCHA in the future incase they don't use it
2017-12-08Icon Style Tweak (#88)Bern
* overflow on small screens fix should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar * icon style tweak updated icon styles to be more consistant, specifically, in the sidebar * Remove Pure Black using pure black is generally a no-no. Substituted #000000 for #333333 (a dark gray)
2017-11-24fix dynamicTitles param being ignored (#85)Jakob Gillich
2017-11-20overflow on small screens fix (#86)Bern
should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar
2017-11-13Bug: absURL to relURL (#83)Patrick Collins
* AbsURL to relURL * Adjust BaseURL * baseURL to relURL * Permalink to RelPermalink
2017-11-06Fix: Add MS Favicons and bug fix relURLs (#79)Toni Wells
2017-10-31Fix customJS not loading (#78)Patrick Collins
* Fix customJS not loading * Adjust partial to style guide
2017-10-30Fix: relURL missing / Issue #22 (#73)Marco A. Harrendorf
* Feature: Adding relURL, so that a website laying in a subfolder is also shown properly fixing issue #22 further * Change example site baseurl
2017-10-28Bug fix: rssAppearAtBottom and rssAppearAtTop defined in config.toml file ↵Marco A. Harrendorf
but not considered in sidebar (#74)
2017-10-26Fix README.md for themes sitePatrick Collins
```Shell Session breaks README.md on themes site.
2017-10-25Update docs (#70)Patrick Collins
* Update documentation and templates * Update CODE_OF_CONDUCT.md * Fix links in CONTRIBUTING.md
2017-10-24Adding social link for Quora (#67)Sahil Ahuja
* Adding social link for quora * Removing quora subdomain for link sustainability
2017-10-24Fixing disqus comments (#69)Sahil Ahuja
* Fixing disqus comments * Moving comments outside of <article />
2017-10-16Create ISSUE_TEMPLATE.mdPatrick Collins
2017-10-16Css animation patch (#64)Patrick Collins
* Fix image tags and adjust featured alt * Disable "is-loading" class.
2017-10-16Update example site (#63)Patrick Collins
* Update example site
2017-10-16Update docs (#62)Patrick Collins
* Update docs, particularly README.md
2017-10-16Update dependencies and minor patch (#61)Patrick Collins
* Patch for Categories, sidebar addition * Update jQuery(integrity protection) and FancyBox (3.1.25)
2017-10-12Patch for Categories, sidebar addition (#59)Patrick Collins
2017-10-12Fix pop-out search form (#52)Christian Kakesa
2017-10-12Adding patches from lfkeitel (#57)Patrick Collins
* Use linktitle in item type The linktitle was available in the example item types but it didn't do anything. I changed the link on the right side of an item use linktitle for the, well, title of the link. I also made it open the link in a new tab. * Support Markdown todo lists * Show uncategorized items as "Uncategorized" in category list
2017-10-12Revert to 80752d9pacollins
2017-10-12Revert CommitsPatrick Collins
2017-10-12Merge branch 'pacollins' into masterPatrick Collins
2017-10-12Merge branch 'master' into masterPatrick Collins
2017-10-12Clean HTML (#54)Patrick Collins
* Clean HTML Formatting, single tab instead of double.
2017-10-12Update social aspects of site (#53)Patrick Collins
Reorder Social Icons for better UX. Additional Communities added.
2017-10-12Sidebar Update (#51)Patrick Collins
* Updating the sidebar to be an appropriate port. * Fix recent post formatting
2017-10-12Update shortcode platform to format. (#50)Patrick Collins
More universal.
2017-10-12Fix customCSS and customJS parameters (#49)Christopher Berner
All site-level configuration keys are stored as lower case in Hugo
2017-10-11Patchpacollins