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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-03Clean up partials and shortcodesparsiya
2018-09-03Edit READMEparsiya
2018-09-02Remove hardcoded rarr from source and it to continueReadingText markdown supportparsiya
2018-09-02Move from CSS to built-in Chroma highlighterparsiya
2018-07-05Fix Twittercard thumbnail imageparsiya
2018-05-06Add twitter card supportparsiya
2018-04-30Change Chroma tab width to 4 in CSSparsiya
2018-04-26Add ability to use local ForkAwesome icons instead of FontAwesome CDNparsiya
2018-04-26Add ability to use local fonts instead of Google CDNparsiya
2018-04-24Revert back to fontawesome CDNparsiya
2018-04-23Upgrade FontAwesome to 5 and make it localparsiya
2018-04-22Remove redundant post template and move it to single.htmlparsiya
2018-04-22Fix error when creating section pagesparsiya
2018-04-22Move tags/category to list and remove termsparsiya
2018-04-22Update test website URLparsiya
2018-04-15Fix coloring and padding in Chroma codeparsiya
2018-04-15Add support for Chroma highlight, remove old CSS and update codecaption to ↵parsiya
work with Chroma highlighting
2018-03-29Add demo website to READMEparsiya
2018-03-29Add individual page layout to theme and READMEparsiya
2018-03-11Update READMEparsiya
2018-03-11Convert tags and categories pages to table from listparsiya
2018-03-11Remove index from readme and sample-config. Fixes #48parsiya
2018-03-11v0.33 removed indexes (#50)nonumeros
2018-03-11Only show posts (excluding pages) in recent posts. Fixes #49parsiya
2018-01-28Fix bottom margins for codecaption and code blocksparsiya
2018-01-12Fix some issues with Hugo figure shortcodeparsiya
2018-01-11Make css URL relative so it shows up properly in themes.gohugo.ioparsiya
2018-01-06Update the copyright year in license to 2018parsiya
2017-11-29Make menu appear in mobile navigation - JavaScript version (#45)Parsia Hakimian
* Add mobile navigation to CSS and navigation partial (needs JavaScript)
2017-11-12Fix the gist shortcode by overriding Github CSS (#43)Parsia Hakimian
2017-11-12Remove extra important in CSSparsiya
2017-11-12Fix spacing in READMEparsiya
2017-11-12Remove thumbs.db and add gitignoreparsiya
2017-11-12Include Piwik JS only if it's set in the config fileparsiya
2017-11-09Fix broken codecaption and other code blocks with the new highlighter. CSS ↵parsiya
is still a mess
2017-11-08Added piwik support (#41)Simon Szustkowski
* Added piwik support * Added piwik to readme * Hopefully fixed piwik * Added DocumentTitle to Piwik Tracking
2017-07-09Add borders to tables. Fixes #38parsiya
2017-07-09Add post archetype to be compliant with v0.24. Fixes #33parsiya
2017-05-21Replace deprecated function .Now with now in page footer. Fixes #30.parsiya
2017-05-21Fix isset (#37)Parsia Hakimian
Fixes #35. * Fix isset for 404. notFoundHeader and notFoundText should customize 404 again. * Fix isset issue "continue reading." continueReadingText should customize it again. * Fix isset issue for sidebarMenuHeader and general sidebar cleanup. * The isset for toc is working properly because everything is lower case. * Although tags had no issues with isset (it is alwaus lowercase) I switched it to with anyways. However, .Params.tags is not visible inside so I had to use scratch * Removed isset and used "with" for tag pages.
2017-05-21Fix searchEngineURL in nav (#31)Emil Sit
Apparently, .Site.Params stores everything in lower case so isset of a mixed case string will never find anything. Switch to using with as recommended by https://discuss.gohugo.io/t/config-params-should-be-all-lowercase-or-not/5051/2
2017-05-21Fix disqus code. Fixes #32. (#34)Parsia Hakimian
This was most likely because Hugo's internal disqus shortname is the same as my custom variable because they were both disqusShortname. The theme now uses Hugo's internal variable. README and sample-config have also been updated to reflect this.
2017-05-21Clean up README and sample-configparsiya
2017-05-21Add absolute path for screenshots in README. Fixes #27parsiya
2016-11-13Merge pull request #26 from dinofizz/add-instagram-iconParsia Hakimian
Add Instagram icon to social media list in sidebar
2016-10-21Using correct tab spacingDino Fizzotti
2016-10-21Adding empty Instagram social media to sample configDino Fizzotti
2016-10-21Adding Instagram social media icon to sidebarDino Fizzotti
2016-09-26Merge pull request #25 from fixl/masterParsia Hakimian
Add gitlab for sidebar links - Updated Font-Awesome version
2016-09-09Add gitlab parameter to sidebarStefan Fuchs
Now we can link our gitlab repo as well.