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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-26Merge pull request #14 from dceoy/masterHEADmasterZack Guo
Include a site title in a title tag
2018-03-26Merge pull request #13 from izolight/masterZack Guo
update default archetype to new hugo version
2018-01-02Tweak marginsdceoy
2018-01-02Include a site title in a title tagdceoy
2017-07-01update default archetype to new hugo versionGabor Tanz
2017-01-21Merge pull request #10 from LiaungYip/FixesZack Guo
Fixes
2016-12-30Add .Hugo.Generator to <head> as recommended by docsLi-aung 'Lewis' Yip
"Highly recommended to be included by default in all theme headers so we can start to track the usage and popularity of Hugo."
2016-12-30New posts start out as draftsLi-aung 'Lewis' Yip
2016-12-30When rendering draft posts (using -D), mark them as "DRAFT" in post titles ↵Li-aung 'Lewis' Yip
and lists.
2016-12-30Update pure-css to 0.6.1Li-aung 'Lewis' Yip
See http://purecss.io/start/ and https://github.com/yahoo/pure/releases/
2016-12-30Using `gaID` doesn't work. Using `gaid` does.Li-aung 'Lewis' Yip
See Hugo Docs: https://gohugo.io/templates/variables/ "All Params are only accessible using all lowercase characters."
2016-12-30Don't render "Author Name" if config.toml has Author.Name = "" (blank).Li-aung 'Lewis' Yip
2016-12-30Add {{ .Content }} to index template, to allow rendering of _index.md ↵Li-aung 'Lewis' Yip
content into index pages. (New capability in Hugo 1.8).
2016-12-30Fix duplicated 80% font size introduced in 4fefecbLi-aung 'Lewis' Yip
2016-12-30On index and list pages, wrap the main div in a <div class="post-content"> ↵Li-aung 'Lewis' Yip
so the footer is pushed below the content. (Otherwise, on long pages, it overlaps the content.)
2016-12-30Kill float-right on top nav menu. On Firefox it makes the nav menu drop ↵Li-aung 'Lewis' Yip
below the site title.
2016-12-30Improve documentation for highlight stylesheet selectionLi-aung 'Lewis' Yip
2016-12-30Add config switch to turn off categories listing in top nav menuLi-aung 'Lewis' Yip
2016-12-30Add a "Terms listing" template so that e.g. mysite/tags/ shows a list of ↵Li-aung 'Lewis' Yip
tags on the site.
2016-12-30Add copyright notice to bottom of page, so that the copyright variable in ↵Li-aung 'Lewis' Yip
config.toml actually does something
2016-12-30Images in posts should resize to suit available widthLi-aung 'Lewis' Yip
2016-12-30Remove commented codeLi-aung 'Lewis' Yip
2016-12-30Add HTML doctype to avoid browser quirks modeLi-aung 'Lewis' Yip
2016-11-28Merge pull request #6 from floriank/patch-1Zack Guo
Use cdnjs and use relative paths
2016-03-19Merge pull request #8 from andreynering/relative-linkZack Guo
Using relative site link.
2016-02-29Using relative site link.Andrey Nering
2016-02-03Merge pull request #7 from floriank/minify-timeagoZack Guo
Minify timeago
2016-02-02minify timeagoFlorian Kraft
2016-02-02Use cdnjs and use relative pathsFlorian Kraft
I stumbled over this while trying to launch my blog. Using a relative path should in theory be better as it leaves the choice of protocol to the browser. Also, use CDN.js for working SSL.
2015-07-08Merge pull request #3 from bep/fix-hugo-deprecationsZack Guo
Fix deprecated Hugo-vars and functions
2015-07-07Fix deprecated Hugo-vars and functionsBjørn Erik Pedersen
That will stop working in Hugo 0.15. See https://github.com/spf13/hugoThemesSite/issues/6
2015-05-26Fix posts margingizak
2015-05-26Shrink navbar margingizak
2015-05-26Remove post title margin-toppurecssgizak
2015-05-26Change footergizak
2015-05-25Use purecss as basegizak
2015-03-13Update screenshotsgizak
2015-03-13Update README and screenshotsgizak
2015-03-07Add code highlight supportgizak
And change h1~h5 size in post And change post title font family and size
2015-03-02Merge pull request #2 from bep/bep1Zack Guo
Add screenshot
2015-03-01Add screenshotbep
And min Hugo version for Hugo theme site.
2015-02-19Add customized copyright support and fix navbar display when width = 768 pxgizak
2015-01-28Update README.mdZack Guo
2015-01-28Merge branch 'master' of https://github.com/gizak/nofancygizak
2015-01-28Add Google Analytics supportgizak
2015-01-28Update screenshotsgizak
2015-01-27Fix Mobile display and change link color schemegizak
Fix Safari Mobile menu Add underline when hover on footnote links Set link color to red in post view
2015-01-27Change font sourcegizak
2015-01-27Click brand to get back to blog indexgizak
2015-01-27Fix Safari navbar align & change post fontgizak