mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:38:26 -04:00
51 lines
3.3 KiB
Markdown
51 lines
3.3 KiB
Markdown
# 🏡 [jarv.is](https://jarv.is/)
|
|
|
|
[](https://app.netlify.com/sites/jakejarvis/deploys)
|
|
[](https://jarv.is/)
|
|
[](https://percy.io/jakejarvis/jarv.is)
|
|
[](https://github.com/gohugoio/hugo)
|
|
[](LICENSE.md)
|
|
[](https://twitter.com/intent/user?screen_name=jakejarvis)
|
|
|
|
Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following:
|
|
|
|
- [Hugo extended](https://github.com/gohugoio/hugo)
|
|
- [Netlify](https://www.netlify.com/)
|
|
- [Simple Analytics](https://referral.simpleanalytics.com/jake-jarvis) (referral link)
|
|
- [utteranc.es](https://utteranc.es/)
|
|
- [Twemoji](https://twemoji.twitter.com/)
|
|
- [...and much more.](https://jarv.is/uses/)
|
|
|
|
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
|
|
|
|
#### Using Yarn/NPM:
|
|
|
|
Run `yarn install` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first, or use `npm install`) 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:
|
|
|
|
To ensure consistency and compatibility, the [`Dockerfile`](Dockerfile) in this repository will download the Hugo Extended binary and its dependencies, and start a live testing server.
|
|
|
|
```bash
|
|
docker build -t jarv.is -f Dockerfile .
|
|
docker run -v $(pwd):/src -p 1337:1337 jarv.is
|
|
```
|
|
|
|
...then open [http://localhost:1337/](http://localhost:1337/) as above.
|
|
|
|
## Licenses
|
|
|
|

|
|
|
|
Site content (everything in [`content/notes`](content/notes/)) is published under the [**Creative Commons Attribution 4.0 International License**](LICENSE.md) (CC-BY-4.0), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
|
|
|
|
All original code in this repository (like my [Hugo theme](layouts/)) is published under the [**MIT License**](https://opensource.org/licenses/MIT).
|
|
|
|
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)
|
|
- [**Inter**](https://rsms.me/inter/): Copyright (c) 2016-2019 The Inter Project Authors. [Licensed under the SIL Open Font License, Version 1.1.](https://github.com/rsms/inter/blob/v3.12/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)
|