Skip to content

Commit

Permalink
updated CV (and testing new m2 deployment scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lawrence committed Oct 24, 2023
1 parent b3b0d17 commit db5f5fc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
Binary file removed assets/cv/Lawrence-Short-CV-20200429.pdf
Binary file not shown.
Binary file added assets/cv/Lawrence-Short-CV-231016.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions build_bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export JEKYLL_VERSION=3.8
docker run --name bjekyll --rm \
-d -p 4000:4000 \
--volume="$PWD:/srv/jekyll" \
--volume="$PWD/../usr_local_bundle:/usr/local/bundle" \
-it jekyll/jekyll:$JEKYLL_VERSION \
bundle install
docker logs -f bjekyll
4 changes: 2 additions & 2 deletions cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ <h1 class="post-title">Short CV</h1>
<article class="post-content">
<p>A current version of my short CV is below.</p>

<p>You can also download it directly from <a href="/assets/cv/Lawrence-Short-CV-20200429.pdf">here</a> (pdf).</p>
<p>You can also download it directly from <a href="/assets/cv/Lawrence-Short-CV-231016.pdf">here</a> (pdf).</p>

<iframe src="//docs.google.com/viewer?url=https://www.bnlawrence.net/assets/cv/Lawrence-Short-CV-20200429.pdf?dl=0&amp;hl=en_US&amp;embedded=true" class="gde-frame" style="width:100%; height:800px; border: none;" scrolling="no"></iframe>
<iframe src="/assets/cv/Lawrence-Short-CV-231016.pdf#toolbar=0" class="gde-frame" style="width:100%; height:800px; border: none;" scrolling="no"></iframe>


</article>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<generator uri="https://jekyllrb.com/" version="3.6.2">Jekyll</generator>
<link href="https://www.bnlawrence.net//feed.xml" rel="self" type="application/atom+xml" />
<link href="https://www.bnlawrence.net//" rel="alternate" type="text/html" />
<updated>2023-07-09T03:20:20-05:00</updated>
<updated>2023-10-24T07:48:37-05:00</updated>
<id>https://www.bnlawrence.net//</id>


Expand Down
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1972,8 +1972,8 @@
<lastmod>2018-06-13T04:40:50-05:00</lastmod>
</url>
<url>
<loc>https://www.bnlawrence.net//assets/cv/Lawrence-Short-CV-20200429.pdf</loc>
<lastmod>2020-04-29T08:56:33-05:00</lastmod>
<loc>https://www.bnlawrence.net//assets/cv/Lawrence-Short-CV-231016.pdf</loc>
<lastmod>2023-10-24T06:38:08-05:00</lastmod>
</url>
<url>
<loc>https://www.bnlawrence.net//assets/images/2017-12-20-datamodel.pdf</loc>
Expand Down

0 comments on commit db5f5fc

Please sign in to comment.