mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Compare commits
4 commits
c14b47f838
...
15c610593d
Author | SHA1 | Date | |
---|---|---|---|
15c610593d | |||
fe1bec0c7a | |||
b62344972d | |||
57ad389beb |
4 changed files with 16 additions and 4 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue