mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-06-20 10:43:32 +00:00
Compare commits
No commits in common. "15c610593d60eee895fd611ac1fd8902319c8043" and "c14b47f8385d4f013a3bde9e8bc0359e7bba2f66" have entirely different histories.
15c610593d
...
c14b47f838
4 changed files with 4 additions and 16 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -30,11 +30,6 @@ jobs:
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
git submodule update --remote --recursive
|
git submodule update --remote --recursive
|
||||||
|
|
||||||
- name: Pull down Git LFS files
|
|
||||||
run: |
|
|
||||||
git lfs fetch
|
|
||||||
git lfs checkout
|
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.105.0
|
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.
|
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
|
```bash
|
||||||
git lfs fetch
|
git lfs fetch
|
||||||
git lfs checkout
|
git lfs checkout
|
||||||
|
|
|
@ -16,21 +16,14 @@ Legend:
|
||||||
<details>
|
<details>
|
||||||
<summary>Cities I've visited (Subset)</summary>
|
<summary>Cities I've visited (Subset)</summary>
|
||||||
<ul>
|
<ul>
|
||||||
<li> Mountain View, California</li>
|
|
||||||
<li> Monteray Bay, California</li>
|
|
||||||
<li> Palo Alto, California</li>
|
|
||||||
<li> San Diego, California </li>
|
<li> San Diego, California </li>
|
||||||
<li> San Francisco, California</li>
|
|
||||||
<li> San Jose, California</li>
|
|
||||||
<li> Boulder, Colorado </li>
|
<li> Boulder, Colorado </li>
|
||||||
<li> Colorado Springs, Colorado </li>
|
<li> Colorado Springs, Colorado </li>
|
||||||
<li> Denver, Colorado </li>
|
<li> Denver, Colorado </li>
|
||||||
<li> Silverthorne, Colorado </li>
|
<li> Silverthorne, Colorado </li>
|
||||||
<li> Storrs-Mansfield, Connecticut </li>
|
|
||||||
<li> Honolulu, Hawaii </li>
|
<li> Honolulu, Hawaii </li>
|
||||||
<li> Chicago, Illinois </li>
|
<li> Chicago, Illinois </li>
|
||||||
<li> Bloomington, Indiana </li>
|
<li> Bloomington, Indiana </li>
|
||||||
<li> New Orleans, Lousiana</li>
|
|
||||||
<li> Portland, Maine </li>
|
<li> Portland, Maine </li>
|
||||||
<li> Anapolis, Maryland </li>
|
<li> Anapolis, Maryland </li>
|
||||||
<li> Baltimore, 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. */
|
Place this code in the empty space below. */
|
||||||
|
|
||||||
/* Lived at */
|
/* Lived at */
|
||||||
.ca, .fl, .va, .ny { fill: #5C8700; }
|
.fl, .va, .ny { fill: #5C8700; }
|
||||||
|
|
||||||
/* Visited */
|
/* 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 */
|
/* Drove through */
|
||||||
.nh, .vt, .nj, .de, .oh, .nc, .ga, .sc { fill: #83917D; }
|
.nh, .vt, .nj, .de, .oh, .nc, .ga, .sc { fill: #83917D; }
|
||||||
|
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Loading…
Add table
Reference in a new issue