cleanup. preparing for new pipeline.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
local/build-temp/*
|
||||
RenderedAssets/profile-fte.reachableceo.com/*.pdf
|
||||
RenderedAssets/*
|
||||
.vscode/sftp.json
|
Submodule RenderedAssets/profile-fte.reachableceo.com deleted from 87dfa5daad
@@ -1,106 +0,0 @@
|
||||
# Charles N Wyble - Candidate Profile
|
||||
|
||||
## Introduction
|
||||
|
||||
Hello,
|
||||
|
||||
I apologize for the form letter response. I receive a high volume of employment opportunity related inquiries daily and have found this document to be the most efficient way to handle inquiries and reduce back-and-forth communication.
|
||||
|
||||
## NON-NEGOTIABLE REQUIREMENTS
|
||||
|
||||
The following requirements are firm and non-negotiable for all opportunities.
|
||||
|
||||
If the opportunity you are presenting to me cannot meet the below requirements, I appreciate you keeping my profile in your system for future opportunities that would align with the below requirements, thank you.
|
||||
|
||||
If the opportunity you are presenting to me is able to meet / exceed the below requirements, please send me an RTR with your max/best rate for my review.
|
||||
|
||||
### ID/References
|
||||
|
||||
- **ID Verification**: Will show ID via video call, will NEVER send a copy (even redacted).
|
||||
- **Professional References**: provided after an offer of employment has been extended, NEVER up-front.
|
||||
|
||||
### Relocation
|
||||
|
||||
- I **am willing to re-locate**
|
||||
- Re-location **requires at least a $5,000.00 net payment fully paid before start date** if outside **Austin, TX** geographic region.
|
||||
- The relocation payment **must not have any claw-back/payback terms** associated with it.
|
||||
- I **do not** need to sell my house or make complex logistics arrangements.
|
||||
- I **will** need time to prepare for an extended absence and will re-locate within four weeks of receiving a confirmed start date.
|
||||
|
||||
\pagebreak
|
||||
|
||||
### Compensation
|
||||
|
||||
#### Compensation Types Accepted
|
||||
|
||||
- W2
|
||||
- Corp to Corp (I have my own Texas LLC)
|
||||
- 1099
|
||||
|
||||
Please provide all available rate options for the compensation types above. If rates differ with/without benefits, please send both options. I will select what works best for my situation.
|
||||
|
||||
#### Rates
|
||||
|
||||
Below rates are presuming W2 with benefits. The rate expectation will adjust upward accordingly for 1099 or if beneftis aren't included.
|
||||
|
||||
I **may** have a **small** amount of flexibility with rates for some (**fully remote, long term contract**)roles at my **sole discretion**.
|
||||
|
||||
##### Fully Remote
|
||||
|
||||
- Contract (<6 months): rate : **$70 or higher**
|
||||
- Contract (>12 months) rate: **$50 or higher**
|
||||
- Full-time salary (annual rate): **$140,000 or higher**
|
||||
|
||||
##### Hybrid / On-site
|
||||
|
||||
These rates are for Austin metro areas , other areas will have rates adjusted for cost of living and my need to maintain a second home.
|
||||
|
||||
- Contract (<6 months) rate: **$90 or higher**
|
||||
- Contract (>12 months) rate: **$85/ or higher**
|
||||
- Full-time salary: **$160,000 or higher**
|
||||
|
||||
## Employment History
|
||||
|
||||
### Comprehensive Employment History
|
||||
|
||||
My comprehensive employment history is available for download here:
|
||||
|
||||
[Download](https://profile-fte.reachableceo.com/CharlesNWyble-ComprehensiveEmploymentHistory.pdf) Charles N Wyble comprehensive employment history document.
|
||||
|
||||
### Customized Resume for this role
|
||||
|
||||
**Important**: I **DO NOT** permit use of the above comprehensive employment history for submission. The goal of that document is to showcase my entire skill-set to help you determine if I'm a fit for the role you have sent me.
|
||||
|
||||
Upon execution of a satisfactory RTR, I will send a customized resume for this specific role.
|
||||
|
||||
I'm happy to discuss any edits needed, and I must approve the final version submitted to the client portal.
|
||||
|
||||
\pagebreak
|
||||
|
||||
## Candidate Details needed for client portal submission
|
||||
|
||||
| Question | Answer |
|
||||
| -------- | ------ |
|
||||
| Full name | Charles N Wyble |
|
||||
| E-mail address | <reachableceo@reachableceo.com> |
|
||||
| Phone number | 1 818 280 7059 |
|
||||
| Work authorization | US Citizen |
|
||||
| Current location | Austin, TX |
|
||||
| Current timezone | CST |
|
||||
| Timezones I can work in | PST/CST/EST |
|
||||
| Availability to interview | 24 to 48 hours notice |
|
||||
| Availability to start | 2 weeks |
|
||||
| Highest Education | High School |
|
||||
| Graduated Year | 2002 |
|
||||
| Name of school | Osborne Christian School |
|
||||
| Location of school | Arleta, CA |
|
||||
| LinkedIn Profile | <https://www.linkedin.com/in/charles-wyble-412007337> |
|
||||
| Git Profile | <https://git.knownelement.com/reachableceo> |
|
||||
| Current employment status | Employed |
|
||||
| Last project | Radcube LLC (January 2025-Present) |
|
||||
| DOB (MM/DD) | 09/14 |
|
||||
| Last 4 of social | 2803 |
|
||||
| Total IT/career experience | 25 years |
|
||||
| Open to fully remote/in-office/hybrid | Yes |
|
||||
| Open to background check/expect to pass | Yes |
|
||||
| Open to drug test/expect to pass | Yes |
|
@@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ -f "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf" ];
|
||||
then
|
||||
rm -vf "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf"
|
||||
fi
|
||||
|
||||
pandoc \
|
||||
CharlesNWyble-CandidateProfile.md \
|
||||
--template "eisvogel" \
|
||||
--metadata-file="./CharlesNWyble-CandidateProfile.yml" \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf
|
@@ -1,14 +0,0 @@
|
||||
title: "Charles N Wyble Candidate Profile"
|
||||
titlepage: true
|
||||
titlepage-logo: "D:/tsys/ReachableCEOPublic/MarketingMaterials/inputs/ReachableCEO-Profile-FTE/joplin/Common/ReachableCEO.png"
|
||||
toc: true
|
||||
toc-own-page: true
|
||||
date: \today
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-center: "Candor. Consistency. Completion."
|
||||
footer-right: "[Source code](https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment/src/branch/main/joplin/CharlesNWyble-CandidateProfile)"
|
||||
urlcolor: "blue"
|
||||
page-background: "../common/background5.pdf"
|
@@ -1,120 +0,0 @@
|
||||
# Charles N Wyble
|
||||
|
||||
## Career Highlights
|
||||
|
||||
- Developed and implemented a process to switch thousands of desktops providing digital signage functionality from Fedora to Debian in a completely automated fashion using a custom initrd.
|
||||
- Developed and implemented an internal private cloud orchestration and provisioning system for a hardware development engineering team that handled the entire provisioning lifecycle for physical and virtual systems.
|
||||
- Developed and implemented standardized language and procedures and incident investigation automation for a large technical support organization with high turnover.
|
||||
- Developed and implemented an automated order status and payment handling interactive voice response application using Angel.ccm with a backend web service returning Voice XML. This allows call center personnel to focus on revenue generating opportunities instead of administrative matters.
|
||||
- Provided technician support to a team of electrical engineers building the power system for the radar of FrankenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems.
|
||||
- Provided root cause analysis , mitigation and remediation of security breaches by advanced persistent threat actors at high value targets.
|
||||
- Project managed a successful brand new data center build from bare dirt to serving content in 86 days. Oversaw 8 billion dollars of capital deployment.
|
||||
- Led and consulted tier 1 payment compliance industry (PCI) implementations for some of the worlds largest brands (including at a payment processor).
|
||||
- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment.
|
||||
- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign.
|
||||
- Designed VmWare NSX network.
|
||||
\pagebreak
|
||||
|
||||
## Employment History
|
||||
|
||||
**Gainwell Technologies | Software Engineer | January 2025 - Present**
|
||||
|
||||
- Used ServiceNow, ALM, Visual Studio, TeamFoundationServer, Oracle SQL to support day to day programming/batch/job scheduling FINOPS of a Medicare solutions provider.
|
||||
- Developed complex queries to support account team and other key business stakeholders and end client needs.
|
||||
* Supported the full SDLC processes (tech design, test plan, test harness, changelog and other deliverables) for critical financial software supporting healthcare operations to develop and implement robust solutions for healthcare FINOPS processes
|
||||
* Collaborated with cross-functional teams to maintain system integrity and compliance
|
||||
|
||||
**CDK Global | Staff System Engineer/Architect | July 2024 - October 2024**
|
||||
|
||||
- Security Compliance : worked with risk management/audit to remediate insecure configurations
|
||||
- Created Alma9 Packer image from scratch
|
||||
|
||||
**Apple Computer | Staff System Engineer/Architect | March 2024 - July 2024**
|
||||
|
||||
- Day to day server operations scheduling downtime etc
|
||||
|
||||
**SHEIN | Senior System Engineer | December 2022 - August 2023**
|
||||
|
||||
- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents.
|
||||
- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base.
|
||||
- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation.
|
||||
- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management.
|
||||
- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting.
|
||||
|
||||
**3M | Senior System Engineer | March 2020 - November 2022**
|
||||
|
||||
- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support.
|
||||
- Created a homegrown YAML configuration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to efficiently manage and regenerate environment-specific variables for a line-of-business application across multiple development, testing, staging, and production environments.
|
||||
|
||||
\pagebreak
|
||||
|
||||
**TippingPoint | System Engineer | March 2012 - June 2019**
|
||||
|
||||
- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management.
|
||||
- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing.
|
||||
- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning.
|
||||
- Deployed network monitoring systems (nagios, Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), to serve as the node database for a fleet orchestration/job execution system (Rundeck).
|
||||
- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet.
|
||||
|
||||
**HostGator.com | Junior System Engineer | March 2011 - May 2012**
|
||||
|
||||
- Provided senior-level Linux and web application support globally.
|
||||
- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department.
|
||||
|
||||
**RippleTV | Staff System Administrator/Architect | October 2008 - January 2010**
|
||||
|
||||
- Automated monitoring via Nagios. Wrote scripts to auto generate all of the nagios configuration files from the in-house configuration management database (CMDB).
|
||||
- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM.
|
||||
|
||||
**Walt Disney Internet Group | Senior System Administrator | August 2006 - September 2007**
|
||||
|
||||
- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com.
|
||||
- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually.
|
||||
- Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties.
|
||||
- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving.
|
||||
- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration.
|
||||
- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers.
|
||||
- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos.
|
||||
|
||||
\pagebreak
|
||||
|
||||
**Electronic Clearing House | System Administrator | April 2005 - July 2006**
|
||||
|
||||
- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams.
|
||||
- Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com).
|
||||
- Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly.
|
||||
- Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications.
|
||||
|
||||
**GSI Commerce | Junior System Administrator | March 2002 - February 2005**
|
||||
|
||||
- Contributed to disaster recovery from an Informix Database failure.
|
||||
- Streamlined FTP server conflguration and deployed open-source remote control software.
|
||||
- Upgraded network infrastructure from hubs to managed switches.
|
||||
|
||||
**ReachableCEO Enterprises | Software/System Expert For Hire | January 2001 - Present**
|
||||
|
||||
- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup.
|
||||
- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems.
|
||||
- Provided root cause analysis and remediation for a security breach at a defense contractor.
|
||||
- Developed a rapidly field deployable mesh networking system for a variety of use cases.
|
||||
- Developed a secure global video conferencing system using only 3mbps for a major defense contractor.
|
||||
- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers.
|
||||
|
||||
\pagebreak
|
||||
|
||||
## Skills
|
||||
|
||||
|Skill|Experience|Skill Details|
|
||||
|---|---|---|
|
||||
|**Automation**|25 years|Bash|
|
||||
|**Git/GitOps**|15 years|Branching,merging,multiple teams,external vendors,submodules |
|
||||
|**Linux**|25 years|RHEL,Debian,Ubuntu,kickstart,PXE, LDAP,SSSD,RPM/Deb package creation, quotas,extended permissions, clustering,NFS,Samba|
|
||||
|**Windows**|25 years|Server (2008 2016),Windows client automated deployment (7,8,10,11),Active Directory,Group Policy,WSUS,Certificate Services,AD DNS,AD DHCP,complex multiple forest and domain setups |
|
||||
|**Cyber Security**|25 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC |
|
||||
|**Virtualization**|25 years|VmWare(workstation/ESXI/Vsphere),Parallels,HyperV,KVM,Xen|
|
||||
|**Data-center/Hosting Networking**|25 years|Barracuda,Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Layer2 data center/campus/access networking.|
|
||||
|**Storage**|25 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage|
|
||||
|**Monitoring**|25 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK)|
|
||||
|**Ticket / incident / project management**| 25 years| Jira,ServiceNow,HP Service Desk|
|
||||
|**Containerization**|15 years|LXC,Docker,OpenVZ|
|
@@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ -f "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-ComprehensiveEmploymentHistory.pdf" ];
|
||||
then
|
||||
rm -vf "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-ComprehensiveEmploymentHistory.pdf"
|
||||
fi
|
||||
|
||||
pandoc \
|
||||
CharlesNWyble-ComprehensiveEmploymentHistory.md \
|
||||
--template "eisvogel" \
|
||||
--metadata-file="./CharlesNWyble-ComprehensiveEmploymentHistory.yml" \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-ComprehensiveEmploymentHistory.pdf
|
@@ -1,12 +0,0 @@
|
||||
title: "Charles N Wyble Comprehensive Employment History - NOT FOR SUBMISSION"
|
||||
titlepage: true
|
||||
titlepage-logo: "D:/tsys/ReachableCEOPublic/MarketingMaterials/inputs/ReachableCEO-Profile-FTE/joplin/Common/ReachableCEO.png"
|
||||
date: \today
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-center: "Candor. Consistency. Completion."
|
||||
footer-right: "[Source code](https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment/src/branch/main/joplin/CharlesNWyble-ComprehensiveEmploymentHistory)"
|
||||
urlcolor: "blue"
|
||||
page-background: "../common/background5.pdf"
|
Binary file not shown.
Before Width: | Height: | Size: 68 KiB |
@@ -1,70 +0,0 @@
|
||||
%PDF-1.5
|
||||
%<25><><EFBFBD><EFBFBD>
|
||||
3 0 obj
|
||||
<< /Length 4 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
x<EFBFBD>m<EFBFBD>;<0E>@D<>=<3D>/<2F><><EFBFBD><EFBFBD><EFBFBD>18 <14><>K삢D
|
||||
r<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ư<EFBFBD>0f<EFBFBD><EFBFBD>|%<25>߅ <20>1<EFBFBD><31><EFBFBD><EFBFBD>D<EFBFBD><44>g,7<>
|
||||
!<21>i<03>jҔ<6A>P <09>/c<>h<06>px<70>r<72><C289><EFBFBD><EFBFBD>1W<31>^<5E><>Q<EFBFBD>d<>%q<>!<21><>9ZD<12>j<EFBFBD><6A>
|
||||
U<EFBFBD>Ѫ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>p<EFBFBD><EFBFBD>r$<24>&]x_<78><5F>ʑȽ<CA91>I<EFBFBD>W<><7F>?f<>r)<1F>6EU
|
||||
endstream
|
||||
endobj
|
||||
4 0 obj
|
||||
168
|
||||
endobj
|
||||
2 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< /Type /Page
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 595.275574 841.889771 ]
|
||||
/Contents 3 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 2 0 R
|
||||
>>
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 5 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< /Creator (cairo 1.14.8 (http://cairographics.org))
|
||||
/Producer (cairo 1.14.8 (http://cairographics.org))
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 8
|
||||
0000000000 65535 f
|
||||
0000000582 00000 n
|
||||
0000000282 00000 n
|
||||
0000000015 00000 n
|
||||
0000000260 00000 n
|
||||
0000000354 00000 n
|
||||
0000000647 00000 n
|
||||
0000000774 00000 n
|
||||
trailer
|
||||
<< /Size 8
|
||||
/Root 7 0 R
|
||||
/Info 6 0 R
|
||||
>>
|
||||
startxref
|
||||
826
|
@@ -1,12 +0,0 @@
|
||||
# Readme for "Joplin"
|
||||
|
||||
This directory has exports of my Joplin maintained:
|
||||
|
||||
- Candidate information profile
|
||||
- Comprehensive employment history
|
||||
|
||||
I have taken a brief hiatus from maintaining the full blown git based, pandoc client/server based pipeline now that I have less time due to securing a job (been in it a bit over 90 days).
|
||||
|
||||
I am experimenting with some major changes to the pipeline (well to the pandoc / latex etc of it all) and need the ability to iterate on my resume/profile in the meantime (as the constantly shifting economy and being under employed necessitates).
|
||||
|
||||
The Joplin notebook has my "expanded" information, instead of using YAML/Mustache to keep everything maintained.
|
@@ -1,7 +1,8 @@
|
||||
#############################################################################
|
||||
#SET THIS OR NOTHING WILL WORK
|
||||
export PipelineClientWorkingDir="D:/tsys/ReachableCEOPublic/MarketingMaterials/inputs/ReachableCEO-Profile-FTE/local"
|
||||
#SET THIS OR NOTHING WILL WORK
|
||||
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
|
||||
export PipelineClientWorkingDir="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-FullTimeEmployment/local/"
|
||||
export BUILD_OUTPUT_DIR="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-FullTimeEmployment/RenderedAssets/"
|
||||
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
|
||||
#############################################################################
|
||||
|
||||
###################################################
|
||||
@@ -31,11 +32,11 @@ export CandidateTagline="Candor. Consistency. Completion."
|
||||
# Formatting options
|
||||
########################
|
||||
|
||||
export CandidateLogo="D:/tsys/ReachableCEOPublic/ReachableCEO.png"
|
||||
export CandidateLogo="/home/localuser/ReachableCEO/OutreachMaterial/ReachableCEO.png"
|
||||
export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment"
|
||||
export URLCOLOR="blue"
|
||||
export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background5.pdf"
|
||||
export PANDOC_TEMPLATE="eisvogel"
|
||||
export PANDOC_TEMPLATE="$PipelineClientWorkingDir/build/eisvogel.tex"
|
||||
|
||||
###########################
|
||||
# Yaml files used by pandoc
|
||||
@@ -88,7 +89,6 @@ export CandidateRateSheetRemote1099HourlyPrefer="\$85.00"
|
||||
|
||||
RESUME_FILE_NAME="$(echo $CandidateName|sed 's/ //g')"
|
||||
|
||||
export BUILD_OUTPUT_DIR="D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com"
|
||||
|
||||
export CandidateInfoSheetMarkdownOutputFile="$BUILD_OUTPUT_DIR/recruiter/$RESUME_FILE_NAME-CandidateInfoSheet.md"
|
||||
export CandidateInfoSheetPDFOutputFile="$BUILD_OUTPUT_DIR/recruiter/$RESUME_FILE_NAME-CandidateInfoSheet.pdf"
|
||||
|
0
local/build/build-resume.sh
Normal file → Executable file
0
local/build/build-resume.sh
Normal file → Executable file
1073
local/build/eisvogel.tex
Normal file
1073
local/build/eisvogel.tex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user