From 035dd0cc8243e6b1279fdb729d48fc257fab9b0f Mon Sep 17 00:00:00 2001 From: bdeshi Date: Mon, 23 May 2022 21:03:13 +0600 Subject: [PATCH] keep vars in repo this is a repo for personal use --- vars.pug | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/vars.pug b/vars.pug index 0311a75..1366b9a 100644 --- a/vars.pug +++ b/vars.pug @@ -1,21 +1,31 @@ - - var first_name = '', - last_name = '', - site_url = 'http://localhost', - description = '', - meta_description = "" + var first_name = 'Sammay', + last_name = 'Sarkar', + name = first_name.toLowerCase() + '_' + last_name.toLowerCase(), + site_url = 'https://sammay.sarkar.website', + description = 'server 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 = 7, - section_name = 'Miscellaneous Information Manual', - name = first_name.toLowerCase() + '_' + last_name.toLowerCase() + section_name = 'Miscellaneous Information Manual' var version = require('child_process').execSync('git rev-parse HEAD').toString().trim(), short_version = version.substring(0, 7), - date = (new Date()).toDateString(), + date = (new Date()).toDateString() year = (new Date()).getFullYear() var contacts = { - 'email': '', - 'pubkey': '0x', - 'linkedin': '', - 'cell': ' /* please consider texting first? */', + 'email': 'sammay@sarkar.website', + 'pubkey': '0x2F66DAA6F22F092C', + 'linkedin': 'sammay-sarkar', + 'cell': '+8801622085295 /* please consider texting first? */', } - var source_link = 'https://///commit/' + version -include vars.local.pug + var links = { + 'blog': 'bdeshi.space', + 'showcase': '/portfolio', + 'github': 'github.com/bdeshi', + // 'fediverse': '@bdeshi', + 'telegram': 'bdeshi', + 'irc': 'bdeshi at libera.chat' + } + var monospace_font_css = "https://fonts.googleapis.com/css2?" + + "family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700" + + "display=swap" + var source_link = 'https://git.bdeshi.space/bdeshi/resume-manpage/commit/' + version