remove hardcoded values
This commit is contained in:
		| @ -2,11 +2,17 @@ section.seealso | ||||
|   h1.target#seealso: a(href="#seealso") see also | ||||
|   .desc | ||||
|     p | ||||
|       a(href="https://bdeshi.space" rel="external").print: b articles | ||||
|       a(href=links.blog rel="external").print: b articles | ||||
|       |(7), | ||||
|       | | ||||
|       a(href="https://github.com/bdeshi" rel="external nofollow noopener noreferrer").print: b github | ||||
|       a(href=links.github rel="external nofollow noopener noreferrer").print: b github | ||||
|       |(4) | ||||
|  | ||||
|       //- | ||||
|         | | ||||
|         a(href=links.showcase).print: b showcase | ||||
|         |(5) | ||||
|  | ||||
|       //- | ||||
|         | | ||||
|         | | ||||
|  | ||||
							
								
								
									
										16
									
								
								vars.pug
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								vars.pug
									
									
									
									
									
								
							| @ -3,7 +3,7 @@ | ||||
|       last_name = 'Sarkar', | ||||
|       name = first_name.toLowerCase() + '_' + last_name.toLowerCase(), | ||||
|       site_url = 'https://sammay.sarkar.website', | ||||
|       description = 'server magician', | ||||
|       description = 'cloud-native magician', | ||||
|       meta_description = "a self-taught tech professional with a strong background in system administration and general programming, with proven hands-on experience in modern DevOps, cloud, and IaC work areas." | ||||
|  | ||||
|   var section = 8, | ||||
| @ -14,16 +14,16 @@ | ||||
|     'email': '<a href="mailto:sammay@sarkar.website">sammay@sarkar.website</a>', | ||||
|     'pubkey': '<a href="assets/pubkey.asc">0x2F66DAA6F22F092C</a>', | ||||
|     'linkedin': '<a href="https://www.linkedin.com/in/sammay-sarkar/">sammay-sarkar</a>', | ||||
|     'cell': '<span id="phone"><a href="tel:+8801622085295">+8801622085295</a> <span id="phone-hint">/* please consider texting first? */</span></span>' | ||||
|     'cell': '<span id="phone"><a href="tel:+8801622085295">+8801622085295</a> <span id="phone-hint">/* please consider texting first? */</span></span>', | ||||
|     // 'telegram': '<a href="https://t.me/bdeshi">@bdeshi</a>', | ||||
|     // 'irc': 'bdeshi at libera.chat' | ||||
|   } | ||||
|  | ||||
|   var links = { | ||||
|     'blog': '<a href="https://bdeshi.space">bdeshi.space</a>', | ||||
|     'showcase': '<a href="/portfolio">/portfolio</a>', | ||||
|     'github': '<a href="https://github.com/bdeshi">github.com/bdeshi</a>', | ||||
|     // 'fediverse': '<a href="https://mastodon.social/@bdeshi">@bdeshi</a>', | ||||
|     'telegram': '<a href="https://t.me/bdeshi">bdeshi</a>', | ||||
|     'irc': 'bdeshi at libera.chat' | ||||
|     'blog': 'https://bdeshi.space', | ||||
|     'showcase': '/portfolio.pug', | ||||
|     'github': 'https://github.com/bdeshi', | ||||
|     // 'fediverse': 'https://mastodon.social/@bdeshi', | ||||
|   } | ||||
|  | ||||
|   var monospace_font_css = "https://fonts.googleapis.com/css2?" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user