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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-24Merge pull request #45 from obar/content-in-list-pagesVivek R
Include front matter in home and list pages if provided
2020-05-18adding base tag to header to fix static file linkingJose R. Gonzalez
2020-02-19Include front matter in home and list pages if providedOri
Contents in `_index.md` files will be used if the relevant files exist, per hugo documentation: https://gohugo.io/templates/lists/#add-content-and-front-matter-to-list-pages
2020-02-11replace .RawContent with .Summary - looks way betterTimo Ollech
.Summary retains all formatting of posts for the paginator which looks much nicer than .RawContent. The length of the .Summary (in words, not characters) can be set via the config variable summaryLength.
2019-12-31fix: don't prepend host url to external js if it starts with http:// or https://Vivek R
2019-12-30fix: disable disqus if Site.DisqusShortname is not setVivek R
2019-11-09Disable Google Analytics when hugo serverMahito TANNO
2019-11-02[Fix] Link to home in head partial.Andre Restivo
Link was pointing to / instead of using .Site.BaseURL.
2019-10-22feat: load custom CSS and JSfeat-custom-css-jsVivek R
2019-10-22fix: readability fixesVivek R
2019-10-17fix: change layout for tagscgiacomi
2019-10-17chore: merge from mastercgiacomi
2019-10-12feat: add dark modeVivek R
2019-10-12Merge pull request #18 from cgiacomi/feature/draftlabalVivek R
feat: add draft label for draft posts
2019-10-12fix: move tags to bottom of postcgiacomi
2019-10-12feat: add draft label to recent articlescgiacomi
2019-10-12feat: add draft label to post listcgiacomi
2019-10-12fix: increase header font weightVivek R
2019-10-12feat: add tag list to post headercgiacomi
2019-10-11feat: add draft label for draft postscgiacomi
2019-10-10Merge pull request #17 from cgiacomi/feature/copyrightVivek R
feat: add copyright option
2019-10-10feat: add copyright optionChristian Giacomi
2019-10-10feat: allow specifying favicon via configurationTravis Chen
We assume PNG MIME type, because, from my understanding, PNG is the main format for favicons nowadays (even if they have an "ico" extension). Further configuration options are needed to allow for specifying different MIME types.
2019-09-19fix: add whitespace between title and subtitle in title headerVivek R
2019-09-19fix: build failed due to invalid variable referenceVivek R
2019-09-19fix: use site.baseurl for assets urlVivek R
2019-09-09fix: paginate recent posts and use params.mainSectionsVivek R
2019-06-19fix: broken Hugo site link in footerVivek R
2019-06-19fix: move footer scripts to footer templateVivek R
2019-04-20feat: add rss link to headerVivek R
2019-04-20fix: allow disqus field in content to onveride site paramsVivek R
2019-04-19fix: use hugo menu instead of custom paramsVivek R
2019-04-19feat: add social icons and template bug fixesVivek R
2019-04-11feat: add syntax highlight, Google analytics, Disqus and responseive viewVivek R
2019-04-09feat: initial implementationVivek R