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
2021-04-28Merge pull request #59 from arnobbhanja/patch-1HEADmasterVivek R
render default term landing page
2020-10-15render default term landing pagearnobbhanja
current term.html broke the landing page and nothing was being rendered except 'All tags' text in a header. Until a specific layout is decided the default landing page generated by Hugo should suffice.
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-24Merge pull request #51 from komish/make-pre-code-inline-blockVivek R
render code blocks as inline-block to fix indentation/padding issue
2020-05-24Merge pull request #52 from komish/add-baseURL-to-headVivek R
adding base tag to header to fix static file linking
2020-05-18adding base tag to header to fix static file linkingJose R. Gonzalez
2020-05-04render code blocks as inline-blockJose R. Gonzalez
2020-04-28Merge pull request #46 from miteigi/upstream-patch/remove-ds-storeVivek R
Remove .DS_Store file
2020-03-19Remove .DS_Store filemiteigi
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-14chore: add doc for summary length configVivek R
2020-02-14Merge pull request #43 from iromeister/patch-1Vivek R
replace .RawContent with .Summary - looks way better
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.
2020-02-03fix: disable custom js from sample configVivek R
2020-01-05feat: default style for tableVivek R
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-12-30Merge pull request #34 from mahito1594/feature/disable-ga-when-serverVivek R
Disable Google Analytics when the site being served with build-in server
2019-11-19fix: update demo pygmentes styleVivek R
2019-11-09Disable Google Analytics when hugo serverMahito TANNO
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 JSfeat-custom-css-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