Compare commits

..

No commits in common. "15c610593d60eee895fd611ac1fd8902319c8043" and "c14b47f8385d4f013a3bde9e8bc0359e7bba2f66" have entirely different histories.

4 changed files with 4 additions and 16 deletions

View file

@ -30,11 +30,6 @@ jobs:
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Pull down Git LFS files
run: |
git lfs fetch
git lfs checkout
- name: Setup Hugo
env:
HUGO_VERSION: 0.105.0
@ -72,6 +67,6 @@ jobs:
Hostname brandonrozek.com
user build
IdentityFile ~/.ssh/id_rsa" > ~/.ssh/config
- name: Deploy
run: ./deploy.sh

View file

@ -11,7 +11,7 @@ git clone --recurse-submodules https://github.com/Brandon-Rozek/website
```
If you don't include `--recurse-submodules` then the theme won't load rendering the site unusable.
This repository uses Git-LFS to store some of the static assets.
This repository uses Git-LFS to store some of the static assets. The git clone process should handle this portion for you, but in case it does not here are the commands to pull the static files manually.
```bash
git lfs fetch
git lfs checkout

View file

@ -16,21 +16,14 @@ Legend:
<details>
<summary>Cities I've visited (Subset)</summary>
<ul>
<li> Mountain View, California</li>
<li> Monteray Bay, California</li>
<li> Palo Alto, California</li>
<li> San Diego, California </li>
<li> San Francisco, California</li>
<li> San Jose, California</li>
<li> Boulder, Colorado </li>
<li> Colorado Springs, Colorado </li>
<li> Denver, Colorado </li>
<li> Silverthorne, Colorado </li>
<li> Storrs-Mansfield, Connecticut </li>
<li> Honolulu, Hawaii </li>
<li> Chicago, Illinois </li>
<li> Bloomington, Indiana </li>
<li> New Orleans, Lousiana</li>
<li> Portland, Maine </li>
<li> Anapolis, Maryland </li>
<li> Baltimore, Maryland </li>

View file

@ -15,10 +15,10 @@ In this example, Kansas, Montana and Pennsylvania are colored blue, and Californ
Place this code in the empty space below. */
/* Lived at */
.ca, .fl, .va, .ny { fill: #5C8700; }
.fl, .va, .ny { fill: #5C8700; }
/* Visited */
.ct .hi, .me, .pa, .md, .wv, .in, .il, .la .ma, .tx, .co { fill: #5697AA; }
.hi, .me, .pa, .md, .wv, .in, .il, .ma, .tx, .co, .ca { fill: #5697AA; }
/* Drove through */
.nh, .vt, .nj, .de, .oh, .nc, .ga, .sc { fill: #83917D; }

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB