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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-19Merge branch 'hotfix/1.7.4'1.7.4Michael Rose
2016-07-19Unhide menu toggleMichael Rose
2016-07-18Merge branch 'hotfix/1.7.3' into developMichael Rose
2016-07-18Merge branch 'hotfix/1.7.3'1.7.3Michael Rose
2016-07-18Fix menu overlap that renders links behind it un-clickableMichael Rose
- Apply `height: 100%;` and `width: 100%` to `#dl-menu` only when open - Close #161
2016-06-28Merge branch 'hotfix/1.7.1' into developMichael Rose
2016-06-28Merge branch 'hotfix/1.7.1'1.7.21.7.1Michael Rose
2016-06-28Remove outdated vendor prefixes and mixinsMichael Rose
2016-06-28Improve readability of CSS by adding white-space between linesMichael Rose
2016-06-28Add Gist to sample postMichael Rose
2016-06-28Remove unnecessary Gist CSSMichael Rose
2016-06-28Improve menu height/scrolling when taller than viewportMichael Rose
- Fixes #14
2016-06-28Add shadow to menu triggerMichael Rose
2016-06-28Update rouge to 1.11.1Michael Rose
2016-06-01Merge branch 'hotfix/1.7.0' into developMichael Rose
2016-06-01Merge branch 'hotfix/1.7.0'1.7.0Michael Rose
2016-06-01Minor language updatesMichael Rose
2016-06-01Replace {% highlight %} tags with GitHub Flavored Markdown backticksMichael Rose
2016-06-01Remove Octopress templates, documentation, and other outdated configsMichael Rose
2016-06-01Remove custom feed.xml and replace with jekyll-feed pluginMichael Rose
2016-06-01Update gems and remove dependenciesMichael Rose
2016-05-13Add z-index to .dl-menuMichael Rose
- Related to #148
2016-04-25Merge pull request #147 from uvsmtid/masterMichael Rose
Fix missing `json` dependency in `Gemfile`
2016-04-24Fix missing `json` dependency in `Gemfile`Alexey Pakseykin
2016-04-11Merge pull request #144 from iluxonchik/config-fixMichael Rose
Fix placeholder bio text
2016-04-10Fix placeholder bio textILUXONCHIK ILUXA
The text that was there before didn't make sense semanthically.
2016-02-29Add note about being Jekyll v3 compatible.Michael Rose
- Close #140
2016-02-17Merge pull request #139 from jrfnl/feature/hpstr/minor-documentation-fixesMichael Rose
Minor documentation fixes
2016-02-17Add missing words in sentence & change jekyll watch instruction.jrfnl
(cherry picked from commit 5b482d7e7acd700967a0c067f6ee043cffbc2cac)
2016-02-16Fix code fence.jrfnl
(cherry picked from commit 11e96c8f74d112a9e177e30a9dfcfcf4b867092a)
2016-02-16Fix avatar path adjustment information.jrfnl
2016-02-16Fix misleading documentation.jrfnl
(cherry picked from commit 4b311ce3ffe6dd74cb56abe9cfbc4e8f69e2e5ff)
2016-02-02Fix line-height1.6.0Michael Rose
2016-02-02Support Jekyll 3.0Michael Rose
- Update to Jekyll v3.0 - Switch from Pygments.rb to Rouge for syntax highlighting - Include jekyll-gist gem - Update theme documentation - Close #123
2016-01-28Fix typo in `bundle exec`Michael Rose
2016-01-20Remove Disqus shortname and fake Google+ idMichael Rose
2016-01-20Update dependenciesMichael Rose
2016-01-20Update Octopress configMichael Rose
- Remove _octopress.yml and move settings into _config.yml as per Octopress' documentation
2015-12-27Merge pull request #128 from happycollision/upstream-patchMichael Rose
Globally disable disqus comments
2015-12-27Document feature image minimum height variables in _sass/_variables.scssMichael Rose
2015-12-27Move feature image variables to _variables.scss for consistencyMichael Rose
2015-12-26And do the same for pages.Don Denton
I didn’t realize that pages had the Disqus module as well…
2015-12-26Adds second variable for featured image (front only)Don Denton
This way, the featured image on the front page of the site can be controlled differently than the featured image in posts/pages.
2015-12-26puts featured image height in variableDon Denton
2015-12-26Edit _layouts/post.html to remove disqus if unusedDon Denton
Now, leaving out a disqus name in _config.yml will have the same effect as turning comments off on each individual page.
2015-12-15Merge pull request #126 from PabloDinella/masterMichael Rose
Fix typo/markup in theme setup page
2015-12-15Fix typo/markup in theme setup pagePablo Dinella
2015-12-07Fix read time bug on post-index.html layoutMichael Rose
- Was incorrectly calculating read time for the index page and not each post individually
2015-12-02Truncate pagination links with [...] to avoid long lists1.5.0Michael Rose
2015-11-30Update Font Awesome to 4.5.0Michael Rose