Aditya Telange 
							
						 
						
							
							
							
							
								
							
							
								09de369d2f 
								
							 
						 
						
							
							
								
								update fuse.js to v6.4.6  
							
							... 
							
							
							
							credits: https://github.com/krisk/Fuse/releases/tag/v6.4.6  
							
						 
						
							2021-01-06 01:52:22 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Weichen Liu 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								946cc1ffe3 
								
							 
						 
						
							
							
								
								single: Add post description ( #165 )  
							
							... 
							
							
							
							usage =>
in post params add : 
    description: "Desc Text." 
							
						 
						
							2021-01-02 22:30:20 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								5d6de5ecb1 
								
							 
						 
						
							
							
								
								post-single(css): fix scroll-bar in code  
							
							... 
							
							
							
							hiding background 
							
						 
						
							2020-12-31 17:01:26 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Tomás Dias Almeida 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								bfb5019cbc 
								
							 
						 
						
							
							
								
								Code block / blockquote / hr should respect the margin layout ( #154 )  
							
							... 
							
							
							
							* Code block should respect the margin layout
* Blockquote should respect the margin layout
* align others elements to main width with minors mods
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> 
							
						 
						
							2020-12-31 16:11:18 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b825b7f27c 
								
							 
						 
						
							
							
								
								post-single: Fix embeded gist colors  
							
							... 
							
							
							
							fixes : #161  
						
							2020-12-29 18:12:15 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								2b7d2dd493 
								
							 
						 
						
							
							
								
								reset: scroll-bar: set only on devices > 768px  
							
							... 
							
							
							
							default style to others 
							
						 
						
							2020-12-29 18:10:18 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
							
							
								
							
							
								0f994eee95 
								
							 
						 
						
							
							
								
								footer: change scroll behaviour as it was before  80954de 
							
							... 
							
							
							
							fixes  #151 
anchored-headings: retain anchor link '#' in URL
cc #108 
footer: remove '#' with go-to-top
Revert "anchored-headings: retain anchor link '#' in URL"
This reverts commit 80954de8bdc76233b350 
						
							2020-12-24 13:00:58 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								aeaa60d9b6 
								
							 
						 
						
							
							
								
								reset(css): rm -webkit-appearance  
							
							... 
							
							
							
							fixes : #150  
						
							2020-12-23 16:36:19 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								pacientes 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								a36d045214 
								
							 
						 
						
							
							
								
								post-single(css): add image center align tag ( #145 )  
							
							... 
							
							
							
							usage in markdown =>

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> 
							
						 
						
							2020-12-23 16:34:01 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								bccce36c98 
								
							 
						 
						
							
							
								
								search: use kb nav only inside searchbox  
							
							... 
							
							
							
							rm 'prevent mouseclick to change active element' 
							
						 
						
							2020-12-18 21:25:34 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b7f8749cdf 
								
							 
						 
						
							
							
								
								Search: Keyboard Bindings for easier navigation ( #138 )  
							
							... 
							
							
							
							* set up basic actions on keypress
* add actions to perform conditionally
* add simple highlight animation
* prevent mouseclick to change active element
* clear input box on Escape
* click on Arrow Right
* clear results and focus search-input on esc
* refactor 
							
						 
						
							2020-12-18 11:45:10 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								77ff1e6b45 
								
							 
						 
						
							
							
								
								search: introduce loading custom fusejs options from site config  #134  
							
							... 
							
							
							
							* refer https://fusejs.io/api/options.html  for opts
* keys used can be some, all or none from
   ["title", "permalink", "summary", "content"]
in config.yml, add fuseOpts as shown below =>
  params:
    fuseOpts:
        isCaseSensitive: false
        shouldSort: true
        location: 0
        distance: 1000
        threshold: 0.4
        minMatchCharLength: 0
        keys: ["title", "permalink", "summary", "content"] 
							
						 
						
							2020-12-15 18:57:42 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Kian Kasad 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								f9236d92af 
								
							 
						 
						
							
							
								
								shortcodes: figure: don't use h4 tag in figure captions ( #127 )  
							
							... 
							
							
							
							* avoiding h4 tags in figcaption elements
* picked from https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html 
* figure.html is licensed under Apache License 2.0 and is part of https://github.com/gohugoio/hugo  
							
						 
						
							2020-12-15 17:52:04 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								d74ad93c18 
								
							 
						 
						
							
							
								
								head: add *.css under assets/css/extended/  
							
							... 
							
							
							
							to bundle it with stylesheet.css as single resource minified
- added to the end so that default vars are overriden properly 
							
						 
						
							2020-12-11 18:22:21 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								bb2717a3b9 
								
							 
						 
						
							
							
								
								search: fix redundant results after clearing searchbox  
							
							
							
						 
						
							2020-12-06 19:44:36 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								4a4408573e 
								
							 
						 
						
							
							
								
								search: init Search feature ( #105 )  
							
							... 
							
							
							
							* based on https://gist.github.com/cmod/5410eae147e4318164258742dd053993 
* modified working for PaperMod
* fetches current lang index.json for search
* add fuse.js v6.4.3 LICENSE: Apache License 2.0
* bundled fastsearch and fusejs as search.js
Co-authored-by: Craig Mod <stuff@craigmod.com> 
							
						 
						
							2020-12-06 18:19:50 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								80954de8bd 
								
							 
						 
						
							
							
								
								anchored-headings: retain anchor link '#' in URL  
							
							... 
							
							
							
							close : #108  
						
							2020-12-05 20:17:07 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								28abfba27e 
								
							 
						 
						
							
							
								
								home-info: fix title line height  
							
							... 
							
							
							
							close : #102  
						
							2020-12-04 16:29:56 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								dc743ae5e2 
								
							 
						 
						
							
							
								
								header: fix menu items overflow instead of horizontal scroll  #99  
							
							... 
							
							
							
							- broken by https://git.io/JIfLS  
							
						 
						
							2020-12-01 08:36:08 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b5f3debebb 
								
							 
						 
						
							
							
								
								footer: go-to-top: fix overlap with next_page button  
							
							... 
							
							
							
							close : #91  
						
							2020-11-30 13:25:20 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								e7e5e8ce6d 
								
							 
						 
						
							
							
								
								main(css): rm media rule for smaller devices  
							
							... 
							
							
							
							-has no effect 
							
						 
						
							2020-11-28 23:03:06 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								d4967f9ebc 
								
							 
						 
						
							
							
								
								hljs: updatev10.2.0 -> v10.2.1  
							
							... 
							
							
							
							* credits : https://cdnjs.com/libraries/highlight.js  
							
						 
						
							2020-11-19 15:29:02 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								c9a387ebdb 
								
							 
						 
						
							
							
								
								assets(css): fix "calc" operands should be correctly spaced  
							
							
							
						 
						
							2020-11-17 15:56:27 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								2a06c26e9f 
								
							 
						 
						
							
							
								
								assets(css): optimize using csso  
							
							... 
							
							
							
							https://css.github.io/csso/csso.html  
						
							2020-11-17 12:45:19 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								66ba0f0ea9 
								
							 
						 
						
							
							
								
								home-info: unset line-clamp for content  
							
							... 
							
							
							
							- content can be as long as one wants it to be
- was hiding content on mobile devices
- amend to 2c7cffb 
							
						 
						
							2020-11-12 22:20:24 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b22520630d 
								
							 
						 
						
							
							
								
								toc: highlight underline on hover  
							
							
							
						 
						
							2020-11-12 11:09:23 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								1775dfccfd 
								
							 
						 
						
							
							
								
								scroll-bar(css): fix dark track color on list  
							
							... 
							
							
							
							pages, due to c960b8a 
							
						 
						
							2020-11-11 10:39:55 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								0b07dd2a7d 
								
							 
						 
						
							
							
								
								header: fix spacing when logo-text overflows  
							
							
							
						 
						
							2020-11-11 10:36:54 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								cf4fd27e3d 
								
							 
						 
						
							
							
								
								anchored-headings: port to PaperMod  
							
							... 
							
							
							
							- add corresponding css
- gen anchored headings for h1-h6
- link with single.html 
							
						 
						
							2020-11-10 12:34:22 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								8574c385cd 
								
							 
						 
						
							
							
								
								profile-mode: user set-able image size  
							
							... 
							
							
							
							- default 150
usage:
      profileMode:
        imageUrl: "/android-chrome-192x192.png"
        imageWidth: 120
        imageHeight: 120 
							
						 
						
							2020-11-09 12:14:45 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								c960b8af04 
								
							 
						 
						
							
							
								
								scroll-bar(css): fix white track color on list  
							
							... 
							
							
							
							pages, due to diff bg 
							
						 
						
							2020-11-09 11:52:57 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								f9fbdc9963 
								
							 
						 
						
							
							
								
								profile-mode: improvements  
							
							... 
							
							
							
							- update css logic
- rm redundant code
- reduce image size, it looks big imo 
							
						 
						
							2020-11-09 11:12:52 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								229df19ec9 
								
							 
						 
						
							
							
								
								header: fix spacing between lang-selector and label  
							
							... 
							
							
							
							when theme-toggle is disabled 
							
						 
						
							2020-11-03 19:44:19 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b8c29c2e06 
								
							 
						 
						
							
							
								
								reset(css): disable focus only on toc and go-to-top button  
							
							... 
							
							
							
							revert "css: reset: disbale highlight on focus"
This reverts commit 94b67a5dc9 
							
						 
						
							2020-10-30 11:42:58 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								9acbc2c134 
								
							 
						 
						
							
							
								
								baseof: use dir attribute instead of class  
							
							... 
							
							
							
							and set default dir to `auto`
main(css): rm unused class 
							
						 
						
							2020-10-30 01:01:48 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								6c7b8cf2f9 
								
							 
						 
						
							
							
								
								share-icons: fix extra uneven padding  
							
							
							
						 
						
							2020-10-28 09:35:21 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								b40f30754d 
								
							 
						 
						
							
							
								
								header: add cursor type pointer to  theme-toggle  
							
							
							
						 
						
							2020-10-26 22:49:27 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								c33dabf3a2 
								
							 
						 
						
							
							
								
								header: add Language switch ( #54 )  
							
							... 
							
							
							
							* language-switch: init
* header: move logo-switches together 
							
						 
						
							2020-10-26 22:19:05 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								a97de0f9a4 
								
							 
						 
						
							
							
								
								reset(css): rm bold styling ( #55 )  
							
							
							
						 
						
							2020-10-25 16:08:52 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Mehdy Khoshnoody 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								3e3a7d380e 
								
							 
						 
						
							
							
								
								post-single(css): improve RTL support ( #57 )  
							
							... 
							
							
							
							* Replace left with start for tables and block-quote 
							
						 
						
							2020-10-24 19:12:24 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								4e9d470fec 
								
							 
						 
						
							
							
								
								Revert "reset(css): themify text selection"  
							
							... 
							
							
							
							* looks ugly :p
This reverts commit 3d60370494 
							
						 
						
							2020-10-23 16:11:55 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Aditya Telange 
							
						 
						
							
							
							
							
								
							
							
								3d60370494 
								
							 
						 
						
							
							
								
								reset(css): themify text selection  
							
							
							
						 
						
							2020-10-22 16:52:45 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Zhangyuan Nie 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								ea9aa38573 
								
							 
						 
						
							
							
								
								header: disable user-select for theme-toggle ( #52 )  
							
							... 
							
							
							
							* fix: clicking twice on theme switch selects other text on the nav-bar. 
							
						 
						
							2020-10-20 10:38:43 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								Mehdy Khoshnoody 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								a153a7cc6f 
								
							 
						 
						
							
							
								
								Add RTL support for multilingual mode ( #47 )  
							
							... 
							
							
							
							Usage: 
in site config:
languages:
  ar:
    languagedirection: rtl
    title: مدونتي
    weight: 2
* ref: https://gohugo.io/content-management/multilingual/#configure-languages  
							
						 
						
							2020-10-19 14:47:23 +05:30 
							
								 
							
						 
					 
				
					
						
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
							
								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 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
						 
						
							
							
								
								
							
							
							
								
							
							
								d0c7635a8b 
								
							 
						 
						
							
							
								
								post-cover: enable mardownify  
							
							... 
							
							
							
							* allows users to add links and stuff #17  
							
						 
						
							2020-10-05 14:56:06 +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