diff --git a/includes/sections/seealso.pug b/includes/sections/seealso.pug index 997a6fc..63f10cc 100644 --- a/includes/sections/seealso.pug +++ b/includes/sections/seealso.pug @@ -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) + //- | | diff --git a/vars.pug b/vars.pug index dcc5d28..97c87b6 100644 --- a/vars.pug +++ b/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': 'sammay@sarkar.website', 'pubkey': '0x2F66DAA6F22F092C', 'linkedin': 'sammay-sarkar', - 'cell': '+8801622085295 /* please consider texting first? */' + 'cell': '+8801622085295 /* please consider texting first? */', + // 'telegram': '@bdeshi', + // 'irc': 'bdeshi at libera.chat' } var links = { - 'blog': 'bdeshi.space', - 'showcase': '/portfolio', - 'github': 'github.com/bdeshi', - // 'fediverse': '@bdeshi', - 'telegram': 'bdeshi', - '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?"