- var first_name = '', last_name = '', site_url = 'http://localhost', description = '', meta_description = "" var section = 7, section_name = 'Miscellaneous Information Manual', name = first_name.toLowerCase() + '_' + last_name.toLowerCase() var version = require('child_process').execSync('git rev-parse HEAD').toString().trim(), short_version = version.substring(0, 7), date = (new Date()).toDateString(), year = (new Date()).getFullYear() var contacts = { 'email': '', 'pubkey': '0x', 'linkedin': '', 'cell': ' /* please consider texting first? */', } var source_link = 'https://///commit/' + version