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

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-23Merge pull request #34 from bhavin192/descriptionHEADmasterStephen Jung
Markdownify the .Site.Params.description
2021-01-22Markdownify the .Site.Params.descriptionBhavin Gandhi
This is possible now, ``` params: description: *Some text in Markdown here* ``` Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2021-01-04Merge pull request #33 from bhavin192/css-customizationStephen Jung
CSS related customizations
2021-01-03Make it possible to disable Google fontsBhavin Gandhi
``` params: disableFonts: true ``` Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2021-01-03Add option to include extra CSS filesBhavin Gandhi
Can be done by adding something like this to the config. ``` params: customCSS: - "css/test.css" - "css/two.css" ``` Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-29Merge pull request #30 from bhavin192/geeksocket-changesStephen Jung
Add example use of Menu Templates to exampleSite
2020-03-29Add example use of Menu Templates to exampleSiteBhavin Gandhi
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-29Merge pull request #29 from bhavin192/geeksocket-changesStephen Jung
Add Disqus, Google Analytics and support for Menu Templates
2020-03-28Add support for MenusBhavin Gandhi
- https://gohugo.io/content-management/menus/ Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-28Show GitHub details only if .Site.Params.Github is setBhavin Gandhi
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-28Show .Site.Params.description in sidebarBhavin Gandhi
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-28Remove whitespaces from sidebarBhavin Gandhi
- As the loop iterates over all the pages keeping the whitespaces generated by range and if statements adds more than 100 lines in the HTML files - This removes those whitespaces Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-28Add Disqus supportBhavin Gandhi
- Uses inbuit template of HUGO for Disqus Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2020-03-28Add Google Analytics supportBhavin Gandhi
- Uses HUGO's internal template for that Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2019-12-01use RegularPages in rss feedtummychow
i must have missed this while fixing things for 0.57.1
2019-12-01update renderer for commonmarktummychow
also, how did my index.html get the executable bit set on it?
2019-12-01remove non-https link tagtummychow
2019-08-18use mainSections and RegularPagestummychow
breaking change from 0.57.1, see gohugoio/hugoThemes#682 fixes #28 also updates a few things to use IsHome, dunno which release this was introduced in but it's probably better than what i was doing before
2019-04-15Merge pull request #27 from nonumeros/masterStephen Jung
.URL is deprecated and will be removed in a future release
2019-04-14.URL is deprecated and will be removed in a future releasenonumeros
2019-04-07Merge pull request #26 from gswalden/patch-1Stephen Jung
fix https issue
2019-04-06fix https issueGreg Walden
2018-11-11Move content to example sitetummychow
2018-05-25Merge pull request #23 from nonumeros/masterStephen Jung
Adding archetypes default file
2018-05-24Adding archetypes default filenonumeros
2018-04-14Merge pull request #22 from bhavin192/taxonomy-fixStephen Jung
Rename li.html to list.html
2018-04-14Rename li.html to list.htmlBhavin Gandhi
This fixes #21 - The taxonomy pages can be generated using list.html in HUGO, so now it will generate pages for all categories and tags etc. - Also the layouts/post/post.html is not needed now Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2018-03-05Merge pull request #19 from nonumeros/masterStephen Jung
updates
2018-03-05updatesc
2017-06-07Merge pull request #18 from ryan-robeson/add-default-dateformStephen Jung
Add a default .Site.Params.DateForm value
2017-06-07Add a default .Site.Params.DateForm valueRyan Robeson
When lanyon-hugo is used as a theme (cloned into the themes/ directory) rather than a standalone starter template, its config is ignored. This meant that sites that didn't set DateForm in their config failed to build. See #2 and #17. Now, if DateForm isn't specified in the config, it will default to "Jan 2, 2006".
2016-04-25Support https for the font.Stephen Jung
2016-04-24Support https for the font.Yaser Alraddadi
2016-03-13Merge pull request #12 from tummychow/update-cssStephen Jung
2016-03-12Fix sidebar focus toggleupdate-csstummychow
This diverges from upstream, but it fixes a visual regression that I find too insidious to merge. When you close the sidebar, the toggle remains colored, and you have to click elsewhere to take away focus and un-color it. For more details, see #12. Thanks to @ryan-robeson who investigated the issue.
2016-01-14Mention upstream READMEStephen Jung
see discussion on #13
2016-01-02Remove out-of-date CONTRIB notestummychow
Thumbs up for hugo improvements that make past issues irrelevant.
2016-01-02Fix 404 implementationtummychow
Hugo has taken ownership of this now, which I like because no more alias hacking, but I had to clean up the mess I made.
2016-01-02Update upstream CSStummychow
I can't believe this has never been updated!
2016-01-02Fix posts permalinktummychow
2016-01-02Fix highlightingtummychow
Newer versions of hugo support smartypants in markdown rendering, which was changing the quotes to smart quotes. Luckily there's a shortcode feature to disable this where necessary! Thumbs up for whoever was thinking ahead. Also, it seems we now have support for pygments CSS classes, so lanyon's CSS works the way we originally intended!
2016-01-02Remove pagination note from readmetummychow
was implemented by contributors! I knew it'd happen eventually.
2015-10-23Merge pull request #10 from nithinphilips/masterStephen Jung
2015-10-23Use Lanyon style pagination. Revert changes to lanyon.cssNithin Philips
2015-09-21Add proper pagination support. https://github.com/spf13/hugo/issues/96Nithin Philips
2015-07-09Merge pull request #8 from bep/urlfixStephen Jung
Revert change to .Site.Params.Github.Url
2015-07-09Revert change to .Site.Params.Github.UrlBjørn Erik Pedersen
That shouldn't have been changed to URL. Sorry about that, but I did massive amounts of changes to lots of themes.
2015-07-09Merge pull request #7 from bep/fix-hugo-deprecationsStephen Jung
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-03-30Merge pull request #5 from wyonghao/masterStephen Jung