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

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-17Merge pull request #6 from rossburton/masterKailash Nadh
Disable disqus templates if DisqusShortname is not set
2019-12-17Disable disqus templates if DisqusShortname is not setRoss Burton
If the Disqus shortname isn't set then the user obviously doesn't want to use disqus, so skip the template entirely.
2019-12-15Fix 0-margin issue on small screensKailash Nadh
2019-12-15Merge pull request #3 from dataCobra/masterKailash Nadh
Add multilingual month support
2019-12-14Replace hardcoded title of lists and termsdataCobra
Now the title for lists and terms is the same as the name chosen for the menu entry.
2019-12-14Add multilingual month supportBenedikt Tuchen
At the time of this writing, Go does not yet have support for internationalized locales for dates, if you create a month.yaml in your data/ folder with a content like shown below. It will work. 1: "janvier" 2: "février" 3: "mars" 4: "avril" 5: "mai" 6: "juin" 7: "juillet" 8: "août" 9: "septembre" 10: "octobre" 11: "novembre" 12: "décembre"
2019-12-14Merge pull request #2 from dataCobra/masterKailash Nadh
Add possibility for HTML in copyright section
2019-12-14Add possibility for HTML in copyright sectionBen
2019-11-25Fix theme's URLKailash Nadh
2019-11-19Fix screenshotsKailash Nadh
2019-11-19Change example theme to auto and fix README.Kailash Nadh
2019-11-19Fork ezhil into ink themeKailash Nadh
2019-11-04Merge pull request #31 from was-up/fix_home_linkVivek R
[Fix] Link to home in head partial.
2019-11-02[Fix] Link to home in head partial.Andre Restivo
Link was pointing to / instead of using .Site.BaseURL.
2019-10-22Merge pull request #26 from vividvilla/feat-custom-css-jsVivek R
feat: load custom CSS and JS
2019-10-22feat: load custom CSS and JSVivek R
2019-10-22Merge pull request #25 from vividvilla/fix-readabilityVivek R
Fix readability
2019-10-22fix: anchor text color for dark themeVivek R
2019-10-22chore: add gitignoreVivek R
2019-10-22fix: readability fixesVivek R
2019-10-19Merge pull request #19 from cgiacomi/feature/posttagsVivek R
feat: add tag list to post
2019-10-17fix: change layout for tagscgiacomi
2019-10-17chore: merge from mastercgiacomi
2019-10-12fix: readability fix for small screen devicesVivek R
2019-10-12fix: anchor tag overflow on chrome bugVivek R
2019-10-12fix: set demo pagination to 5 itemsVivek R
2019-10-12Merge pull request #21 from vividvilla/feat-dark-modeVivek R
feat: add dark mode
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-12Merge pull request #20 from vividvilla/fix-typographyVivek R
fix: increase header font weight
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-10Merge pull request #16 from directed-graph/masterVivek R
feat: allow specifying favicon via configuration
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-19Merge pull request #15 from vividvilla/fix-mediaVivek R
fix: image and video getting scaled to 100% width
2019-09-19fix: add whitespace between title and subtitle in title headerVivek R
2019-09-19fix: images and other media doesn't get scaled 100% widthVivek R
2019-09-19Merge pull request #14 from vividvilla/fix-buildVivek R
fix: build failed due to invalid variable reference
2019-09-19fix: build failed due to invalid variable referenceVivek R
2019-09-19fix: use site.baseurl for assets urlVivek R
2019-09-09fix: remove `params.mainSections` from exampleSite configVivek R
2019-09-09fix: increase font weight for em inside blockquoteVivek R
2019-09-09fix: paginate recent posts and use params.mainSectionsVivek R
2019-06-19fix: broken Hugo site link in footerVivek R