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
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -30,6 +30,11 @@ 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
|
||||||
|
@ -67,6 +72,6 @@ jobs:
|
||||||
Hostname brandonrozek.com
|
Hostname brandonrozek.com
|
||||||
user build
|
user build
|
||||||
IdentityFile ~/.ssh/id_rsa" > ~/.ssh/config
|
IdentityFile ~/.ssh/id_rsa" > ~/.ssh/config
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: ./deploy.sh
|
run: ./deploy.sh
|
||||||
|
|
|
@ -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. 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
|
```bash
|
||||||
git lfs fetch
|
git lfs fetch
|
||||||
git lfs checkout
|
git lfs checkout
|
||||||
|
|
|
@ -16,14 +16,21 @@ 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 */
|
||||||
.fl, .va, .ny { fill: #5C8700; }
|
.ca, .fl, .va, .ny { fill: #5C8700; }
|
||||||
|
|
||||||
/* Visited */
|
/* 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 */
|
/* 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…
Reference in a new issue