Wrapper repo for my personal resume and portfolio site paulfornia.com
WARNING: Updating this repo (portfolio_wrapper) will not automatically update paulfornia.com.
paulfornia.com is linked to https://github.com/pfornia/pfornia.github.io, which matches contents of the _site folder of this repo.
To update the actual site:
-
Compile changes into the _site folder by running (in R):
rmarkdown::render_site() -
Copy (and replace) entire contents of _site/ folder into pfornia.github.io folder (which has origin of https://github.com/pfornia/pfornia.github.io). Don't delete other files from pfornia.github.io, it contains some files like CNAME, which are necessary, but not in this repo.
-
Add, commit, and push that repo
- when pushing, use username pfornia, and password is stored on my laptop file github_sandbox/github_token_paul.txt
- If that doesn't work, can generate a new one: github -> settings -> developer settings -> personal access tokens -> Tokens (classic)