mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-01 04:26:37 -04:00
Update README.md
[skip ci]
This commit is contained in:
20
README.md
20
README.md
@ -1,4 +1,10 @@
|
||||
# 🏡 [jarv.is](https://jarv.is/) [](https://app.netlify.com/sites/jakejarvis/deploys) [](https://github.com/gohugoio/hugo) [](LICENSE.md) [](https://twitter.com/intent/user?screen_name=jakejarvis)
|
||||
# 🏡 [jarv.is](https://jarv.is/)
|
||||
|
||||
[](https://app.netlify.com/sites/jakejarvis/deploys)
|
||||
[](https://github.com/jakejarvis/jarv.is/actions?query=workflow%3ACI+branch%3Amain)
|
||||
[](https://github.com/gohugoio/hugo)
|
||||
[](LICENSE.md)
|
||||
[](https://github.com/jakejarvis/jarv.is)
|
||||
|
||||
Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following:
|
||||
|
||||
@ -10,13 +16,13 @@ Personal website of [@jakejarvis](https://github.com/jakejarvis), created and de
|
||||
|
||||
I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.is/issues/1) and [coding to-dos](https://github.com/jakejarvis/jarv.is/issues/11) as issues in this repo.
|
||||
|
||||
## 💾 Running a local testing server
|
||||
## 💾 Running a local testing server
|
||||
|
||||
### 🧶 Using Yarn/NPM:
|
||||
### 🧶 Using Yarn/NPM:
|
||||
|
||||
Run `yarn install` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first, or use `npm install` if you insist) and `yarn start` (or `npm start`), then open [http://localhost:1337/](http://localhost:1337/). Pages will live-refresh when source files are changed.
|
||||
|
||||
### 🐳 Using Docker:
|
||||
### 🐳 Using Docker:
|
||||
|
||||
To ensure consistency and compatibility, the [`Dockerfile`](Dockerfile) in this repository will download the correct version of the Hugo Extended binary and its dependencies, and start a live testing server in a temporary container.
|
||||
|
||||
@ -28,11 +34,11 @@ docker run --rm -v $(pwd):/src -p 1337:1337 $(docker build --no-cache -q .)
|
||||
|
||||
Once built, these two methods act identically — simply open [http://localhost:1337/](http://localhost:1337/) as above.
|
||||
|
||||
### 🤯 Why does this sound _way_ more complex than it needs to be?!
|
||||
### 🤯 Why does this sound _way_ more complex than it needs to be?!
|
||||
|
||||
[Because it is.](https://www.jvt.me/talks/overengineering-your-personal-website/)
|
||||
|
||||
## 📜 Licenses
|
||||
## 📜 Licenses
|
||||
|
||||

|
||||
|
||||
@ -42,7 +48,7 @@ All original code in this repository (like my [Hugo theme](layouts/)) is publish
|
||||
|
||||
External assets include:
|
||||
|
||||
- [**Twemoji**](https://twemoji.twitter.com/): Copyright (c) 2018 Twitter, Inc. and other contributors. [Licensed under CC-BY-4.0.](https://github.com/twitter/twemoji/blob/v12.1.5/LICENSE-GRAPHICS)
|
||||
- [**Twemoji**](https://twemoji.twitter.com/): Copyright (c) 2020 Twitter, Inc. and other contributors. [Licensed under CC-BY-4.0.](https://github.com/twitter/twemoji/blob/v13.0.0/LICENSE-GRAPHICS)
|
||||
- [**Inter**](https://rsms.me/inter/): Copyright (c) 2016-2020 The Inter Project Authors. [Licensed under the SIL Open Font License, Version 1.1.](https://github.com/rsms/inter/blob/v3.13/LICENSE.txt)
|
||||
- [**Hack**](https://sourcefoundry.org/hack/): Copyright (c) 2018 Source Foundry Authors. [Licensed under the MIT License.](https://github.com/source-foundry/Hack/blob/v3.003/LICENSE.md)
|
||||
- [**Comic Neue**](http://comicneue.com/): Copyright (c) 2014 The Comic Neue Project Authors. [Licensed under the SIL Open Font License, Version 1.1.](https://github.com/crozynski/comicneue/blob/v2.5/OFL.txt)
|
||||
|
Reference in New Issue
Block a user