Aditya Telange 
							
						 
					 
					
						
						
							
						
						3edc160c59 
					 
					
						
						
							
							nav-label: init  
						
						... 
						
						
						
						* label can be set differently from title
* label can have an optional icon with preffered size
* in site config =>
params:
  label:
    text: "Home"
    icon: /apple-touch-icon.png
    iconHeight: 35 
						
						
							
						
					 
					
						2020-10-16 23:56:56 +05:30 
						 
				 
			
				
					
						
							
							
								Northerner-coder 
							
						 
					 
					
						
						
							
						
						db52aa9942 
					 
					
						
						
							
							layouts: Add DateFormat parameter ( #39 )  
						
						... 
						
						
						
						* User can change Date Format to be displayed in Front Matter
* Formats supported by Hugo can be found here: https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference  
						
						
							
						
					 
					
						2020-10-16 22:12:32 +05:30 
						 
				 
			
				
					
						
							
							
								Northerner-coder 
							
						 
					 
					
						
						
							
						
						a980d10bfc 
					 
					
						
						
							
							i18n: ru: Add full Russian localization ( #40 )  
						
						
						
						
							
						
					 
					
						2020-10-16 18:26:54 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						fb945ba3c1 
					 
					
						
						
							
							json-schema: add support for Rich Results: Json schema for structured data ( #36 )  
						
						... 
						
						
						
						* json-schema: init
* sameAs can be set through .Site.Params.schema.sameAs
* if it is not specified but social-icons exsists, we use social-icons for sameAs vars
* .Site.Params.schema.sameAs overrides social-icons
* publisherType can be changed via .Site.Params.schema.publisherType 
						
						
							
						
					 
					
						2020-10-15 10:21:33 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						95e6bf1e13 
					 
					
						
						
							
							list: show nested sections  
						
						... 
						
						
						
						* shows links to section if _index.md is present
* by this sub-sections can be distinguished properly
* more about this and way to implement: https://gohugo.io/content-management/organization/#index-pages-_indexmd  
						
						
							
						
					 
					
						2020-10-13 18:17:39 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						0a0d756671 
					 
					
						
						
							
							Merge pull request  #34  from adityatelange/cover-image-in-social-meta  
						
						... 
						
						
						
						Cover image in social meta 
						
						
							
						
					 
					
						2020-10-12 17:33:33 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						23636ab326 
					 
					
						
						
							
							templates: social-meta: prefer cover image over other images  
						
						
						
						
							
						
					 
					
						2020-10-12 17:26:45 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						306889f68b 
					 
					
						
						
							
							head: link custom templates for social meta  
						
						
						
						
							
						
					 
					
						2020-10-11 21:08:44 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						4a4d0c009c 
					 
					
						
						
							
							templates: add cover image to be linked into meta  
						
						... 
						
						
						
						for opengraph, schema and twitter 
						
						
							
						
					 
					
						2020-10-11 21:04:17 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						6c4e094c91 
					 
					
						
						
							
							templates: Add Twitter Cards, OpenGraph, Schema  
						
						... 
						
						
						
						This code is licensed under Apache License 2.0
and is part of https://github.com/gohugoio/hugo  
						
						
							
						
					 
					
						2020-10-11 20:07:43 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						a8abbd3545 
					 
					
						
						
							
							post-cover: relative covers need to be explicitely set  
						
						... 
						
						
						
						* change in d819914#13 
* previous impl breks sites not using `/static` dir as their static location
* hugo supports multiple static directories and previous impl checks only for one
* ref : https://gohugo.io/content-management/static-files/ 
usage change in post-vars =>
cover:
  image: '<relative url>'
  relative: true 
						
						
							
						
					 
					
						2020-10-10 19:52:08 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						3ca79f59fe 
					 
					
						
						
							
							post-cover: fix strange /./  in cover image url 2  
						
						... 
						
						
						
						#13  
					
						2020-10-10 19:41:44 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						e04e248ae1 
					 
					
						
						
							
							terms: hide cover image in taxonomy list,  
						
						... 
						
						
						
						show others
* taxonomies are meant to be browsed faster 
						
						
							
						
					 
					
						2020-10-10 19:40:37 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						f933372c55 
					 
					
						
						
							
							terms: fix unreachable code in taxonomy list  
						
						
						
						
							
						
					 
					
						2020-10-10 19:34:13 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						46bf0538c9 
					 
					
						
						
							
							post-tags(css): highlight tags with a slim border  
						
						
						
						
							
						
					 
					
						2020-10-10 19:24:48 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						2c7cffb617 
					 
					
						
						
							
							home-info: let content show upto 5 lines  
						
						... 
						
						
						
						* previously 3 
						
						
							
						
					 
					
						2020-10-08 15:50:20 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						724e73facb 
					 
					
						
						
							
							social-icons: add buymeacoffee icon  
						
						... 
						
						
						
						* icon belongs to buymeacoffee.com
* edited to fit dual-tone theme 
						
						
							
						
					 
					
						2020-10-08 14:27:43 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						82e9b29bf4 
					 
					
						
						
							
							post-cover: fix strange /./  in cover image url  
						
						... 
						
						
						
						#13  
					
						2020-10-08 09:21:57 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						fae1c47611 
					 
					
						
						
							
							update theme meta  
						
						
						
						
							
						
					 
					
						2020-10-06 15:47:39 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						e03bc919bc 
					 
					
						
						
							
							Add Stale bot  
						
						
						
						
							
						
					 
					
						2020-10-06 09:20:21 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						d0c7635a8b 
					 
					
						
						
							
							post-cover: enable mardownify  
						
						... 
						
						
						
						* allows users to add links and stuff #17  
						
						
							
 
						
					 
					
						2020-10-05 14:56:06 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						a9e00a3640 
					 
					
						
						
							
							theme: set proper conditions  
						
						... 
						
						
						
						for having default-theme with theme-toggle
* can set/unset default theme
* for default-theme: dark/light : theme-toggle will not be visible
* theme-toggle with defaultheme: auto is functional
fixes  #25  for #15  
						
						
							
						
					 
					
						2020-10-05 14:34:44 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						994c0b56e1 
					 
					
						
						
							
							noscript: add noscript tags  
						
						... 
						
						
						
						* hide theme-toggle and
    * go-to-top button
    when js is disabled 
						
						
							
						
					 
					
						2020-10-05 14:07:23 +05:30 
						 
				 
			
				
					
						
							
							
								Kian Kasad 
							
						 
					 
					
						
						
							
						
						c2c32282c1 
					 
					
						
						
							
							footer: implement user-defined copyright ( #23 )  
						
						
						
						
							
						
					 
					
						2020-10-05 10:04:33 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						6a9e9e129a 
					 
					
						
						
							
							theme-switch-button: init feature ( #15 )  
						
						... 
						
						
						
						* thanks to https://feathericons.com  for svgs
* can be disabled in site config
   Params:
     disableThemeToggle : true 
						
						
							
						
					 
					
						2020-10-04 20:43:24 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						af19236002 
					 
					
						
						
							
							header: rm unnecessary logo link  
						
						
						
						
							
						
					 
					
						2020-10-04 20:25:39 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						cb63fc2d7e 
					 
					
						
						
							
							README: update  
						
						... 
						
						
						
						add : found a bug 
						
						
							
						
					 
					
						2020-10-04 19:01:55 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						a34bcbd74c 
					 
					
						
						
							
							toc(partial): generate toc for h1 - h6  
						
						... 
						
						
						
						previously: h1-h4 
						
						
							
						
					 
					
						2020-10-04 18:52:14 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						35788daad1 
					 
					
						
						
							
							post-cover: add support for adding caption ( #17 )  
						
						... 
						
						
						
						* shown only on single page
usage =>
in page-vars front-matter
cover:
  image: '<image path/url>'
  alt: '<alt text>'
  caption: '<text>' 
						
						
							
						
					 
					
						2020-10-04 18:47:12 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						3068647f58 
					 
					
						
						
							
							post-cover: use new format  
						
						... 
						
						
						
						usage =>
in page-vars front-matter
cover:
  image: '<image path/url>'
  alt: '<alt text>' 
						
						
							
						
					 
					
						2020-10-04 18:40:39 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						8cab9c9de5 
					 
					
						
						
							
							head: support favicon custom path  
						
						... 
						
						
						
						usage =>
params:
  assets:
    favicon: '<path / external url>'
closes  #14  
						
						
							
						
					 
					
						2020-10-04 15:09:50 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						d8199140e5 
					 
					
						
						
							
							post-cover: add support for relative path for cover image  
						
						... 
						
						
						
						* checks whether path mentioned in `cover` page-variable exists OR is an external url,
  else sets the relative path for image w.r.t the post the cover is of. 
						
						
							
						
					 
					
						2020-10-04 09:50:40 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						f4df89dbf6 
					 
					
						
						
							
							scroll-bar(css): reduce size for smaller screens  
						
						... 
						
						
						
						misc 
						
						
							
						
					 
					
						2020-10-03 21:02:10 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						8a8652fbf0 
					 
					
						
						
							
							assets: improvements  
						
						... 
						
						
						
						- rm redundant minify's
    - url as //assets/<js or css>/<path> 
						
						
							
						
					 
					
						2020-10-03 18:31:08 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						46d5200714 
					 
					
						
						
							
							head: add meta keywords  
						
						
						
						
							
						
					 
					
						2020-10-03 15:16:19 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						178b1560e1 
					 
					
						
						
							
							head: AlternativeOutputFormats impl as in hugo docs  
						
						... 
						
						
						
						* https://gohugo.io/templates/output-formats/#list-output-formats  
						
						
							
						
					 
					
						2020-10-03 14:47:42 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						79b73ed683 
					 
					
						
						
							
							README: add link to exampleSite  
						
						
						
						
							
						
					 
					
						2020-10-03 10:00:59 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						fcf2f7fb8f 
					 
					
						
						
							
							share-icons: update whatsapp share url  
						
						
						
						
							
						
					 
					
						2020-10-03 09:46:44 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						d18c5b74be 
					 
					
						
						
							
							profile-mode: add support for adding subtitle  
						
						
						
						
							
						
					 
					
						2020-10-02 14:35:38 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						c055e14be6 
					 
					
						
						
							
							profile-mode: social-icons: rm animation  
						
						
						
						
							
						
					 
					
						2020-10-02 13:52:03 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						6dcd437146 
					 
					
						
						
							
							social-icons: refactor  
						
						... 
						
						
						
						* use easier impl 
						
						
							
						
					 
					
						2020-10-02 13:46:49 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						8ff1f10eb7 
					 
					
						
						
							
							social-icons: use height and with as css props;  
						
						... 
						
						
						
						rm hardcoded svg height and width 
						
						
							
						
					 
					
						2020-10-02 13:46:22 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						48d2dcb164 
					 
					
						
						
							
							social-icons(css): refactor  
						
						... 
						
						
						
						move to main.css 
						
						
							
						
					 
					
						2020-10-02 13:20:20 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						a54b84ba0f 
					 
					
						
						
							
							svg: remove unused class  
						
						
						
						
							
						
					 
					
						2020-10-02 13:03:37 +05:30 
						 
				 
			
				
					
						
							
							
								Philip Gisella 
							
						 
					 
					
						
						
							
						
						9f7e454ae6 
					 
					
						
						
							
							post-single: added comments page override  
						
						
						
						
							
						
					 
					
						2020-10-01 19:23:48 +05:30 
						 
				 
			
				
					
						
							
							
								Philip Gisella 
							
						 
					 
					
						
						
							
						
						c048c1a841 
					 
					
						
						
							
							svg: added rss  
						
						
						
						
							
						
					 
					
						2020-10-01 19:23:48 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						cb5d40cd9b 
					 
					
						
						
							
							toc: remove blockquote border;  
						
						... 
						
						
						
						align summary with content 
						
						
							
						
					 
					
						2020-10-01 14:39:26 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						76492223b4 
					 
					
						
						
							
							toc(css): refactor  
						
						... 
						
						
						
						* move from main -> post-single 
						
						
							
						
					 
					
						2020-10-01 14:37:57 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						0e48338a7d 
					 
					
						
						
							
							share-icons: improvements  
						
						... 
						
						
						
						* rm translatable text
* svg: rm redundant attributes
* css: add x-scroll, - backgroud, + border
* misc 
						
						
							
						
					 
					
						2020-10-01 14:23:15 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Telange 
							
						 
					 
					
						
						
							
						
						82c4230c43 
					 
					
						
						
							
							scrollbar: increase thickness  
						
						
						
						
							
						
					 
					
						2020-10-01 13:37:31 +05:30