|
3 weeks ago | |
---|---|---|
.github | 1 month ago | |
.vscode | 5 months ago | |
archetypes | 9 months ago | |
assets | 1 month ago | |
content | 1 month ago | |
data | 3 months ago | |
functions | 3 months ago | |
layouts | 1 month ago | |
plugins | 2 months ago | |
resources/_gen | 2 months ago | |
static | 2 months ago | |
.browserslistrc | 6 months ago | |
.dockerignore | 10 months ago | |
.editorconfig | 1 year ago | |
.eslintrc.json | 2 months ago | |
.gitattributes | 6 months ago | |
.gitignore | 6 months ago | |
.lighthouserc.json | 2 months ago | |
.markdownlintrc | 7 months ago | |
.percy.yml | 6 months ago | |
.prettierignore | 5 months ago | |
.prettierrc | 8 months ago | |
.stylelintrc | 6 months ago | |
Dockerfile | 1 month ago | |
LICENSE.md | 1 year ago | |
README.md | 1 month ago | |
config.toml | 5 months ago | |
devcontainer.json | 5 months ago | |
logo.sketch | 1 year ago | |
netlify.toml | 1 month ago | |
package.json | 3 weeks ago | |
postcss.config.js | 3 months ago | |
yarn.lock | 3 weeks ago |
Personal website of @jakejarvis, created and deployed using the following:
I keep an ongoing list of blog post ideas and coding to-dos as issues in this repo.
Run yarn install
(Yarn must be installed first; NPM should work at your own risk) and yarn start
, then open http://localhost:1337/. Pages will live-refresh when source files are changed.
To ensure consistency and compatibility, the 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.
Using Docker doesn't require Node or Yarn, but you can also use yarn start:docker
which is simply an alias for:
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/ as above.
Site content (everything in content/notes
) is published under the Creative Commons Attribution 4.0 International License (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) is published under the MIT License.
External assets include: