Single-page portfolio linking to other projects.
 
 
 
 
 
 
Go to file
Joshua Potter 78faa48853 Update title and add favicon. 2023-12-17 10:01:34 -07:00
.bundle Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
_data Migrate all posts. 2023-12-17 09:49:36 -07:00
_includes Update title and add favicon. 2023-12-17 10:01:34 -07:00
_layouts Migrate all posts. 2023-12-17 09:49:36 -07:00
_posts Migrate all posts. 2023-12-17 09:49:36 -07:00
_sass Migrate all posts. 2023-12-17 09:49:36 -07:00
assets/img Migrate all posts. 2023-12-17 09:49:36 -07:00
menu Migrate all posts. 2023-12-17 09:49:36 -07:00
.envrc Initial commit. 2023-12-13 15:34:29 -07:00
.gitignore Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
404.html Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
Gemfile Migrate all posts. 2023-12-17 09:49:36 -07:00
Gemfile.lock Migrate all posts. 2023-12-17 09:49:36 -07:00
README.md Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
_config.yml Migrate all posts. 2023-12-17 09:49:36 -07:00
favicon.ico Update title and add favicon. 2023-12-17 10:01:34 -07:00
flake.lock Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
flake.nix Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
gemset.nix Migrate over to a jekyll site with lagrange theme. 2023-12-17 08:16:19 -07:00
index.html Migrate all posts. 2023-12-17 09:49:36 -07:00
projects.html Migrate all posts. 2023-12-17 09:49:36 -07:00

README.md

Jekyll Flake Template

This is a template for bootstrapping a Jekyll-based project (version 4.3.2) with the minima theme (version 2.5.1). direnv can be used to launch a dev shell upon entering this directory (refer to .envrc). Otherwise run via:

$ nix develop

Start the server by running:

$ jekyll serve [--watch]

Building

Dependencies are managed using bundix. If you make any changes to the Gemfile, run the following:

$ bundix -l

This will update the Gemfile.lock and gemset.nix files. Afterward you can run:

$ nix build

Note that we need the .bundle/config file to workaround issues bundix has with pre-built, platform-specific gems. Refer to PR #68 for more details.