diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77f884..c7b45b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,9 @@ jobs: # - name: Install dependencies # run: npm install + - name: Allow all dirs + run: git config --global --add safe.directory '*' + - name: Build uses: TonySpegel/zola-build-action@v1 env: diff --git a/content/_index.md b/content/_index.md index ecb5530..1eaecdd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,7 +7,7 @@ title: Home By day I am a **software developer**, working on the tooling that powers children's TV productions at [Industrial Brothers](https://www.industrialbrothers.com/). Perviously worked with [Raider Robotics](https://www.raiderrobotics.org/), building high-performance robotic control system software. -By night I am *"indecisive about my hobbies"*. I bounce around between a large collection of interests, with the common focus of wanting to learn how things *really work*. I take deep dives into topics that I find interesting, and occasionally write about them [on my blog](/blog). +By night I am *"indecisive about my hobbies"*. I bounce around between a large collection of interests, with the common focus of wanting to learn how things *really work*. I take deep dives into topics that I find interesting, and occasionally write about them on this site. ## Whats in the works @@ -19,35 +19,3 @@ I am currently working on a few projects, including: I am also working on an Internet-Draft: - [draft-evan-amateur-radio-ipv6](https://datatracker.ietf.org/doc/html/draft-evan-amateur-radio-ipv6) - Globally Unique IPv6 Addressing for Amateur Radio - - - -## Looking for more? - -Try checking out my [blog](/blog) for written content, or my [GitHub profile](https://github.com/ewpratten) for personal software projects. Consider [getting in touch](/contact) if you would like to chat about anything I do.