Compare commits

...

4 commits

Author SHA1 Message Date
15c610593d
Updated README 2024-09-06 18:15:48 -07:00
fe1bec0c7a
Git LFS setup 2024-09-06 18:11:04 -07:00
b62344972d
Enable LFS 2024-09-06 18:07:22 -07:00
57ad389beb
Added new locations 2024-09-06 18:05:08 -07:00
4 changed files with 16 additions and 4 deletions

View file

@ -30,6 +30,11 @@ 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
@ -67,6 +72,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. 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.
This repository uses Git-LFS to store some of the static assets.
```bash
git lfs fetch
git lfs checkout

View file

@ -16,14 +16,21 @@ 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 */
.fl, .va, .ny { fill: #5C8700; }
.ca, .fl, .va, .ny { fill: #5C8700; }
/* Visited */
.hi, .me, .pa, .md, .wv, .in, .il, .ma, .tx, .co, .ca { fill: #5697AA; }
.ct .hi, .me, .pa, .md, .wv, .in, .il, .la .ma, .tx, .co { 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