Find a file
2024-02-24 08:57:36 -05:00
assets install and configure esbuild 2024-02-24 08:57:36 -05:00
config install and configure esbuild 2024-02-24 08:57:36 -05:00
lib install and configure esbuild 2024-02-24 08:57:36 -05:00
priv/site install and configure esbuild 2024-02-24 08:57:36 -05:00
test separate front matter parsing 2024-02-24 08:03:18 -05:00
.formatter.exs add development http server 2024-02-17 08:09:30 -05:00
.gitignore basic build and watch commands 2024-02-16 22:28:13 -05:00
.tool-versions initial commit 2024-02-16 16:09:35 -05:00
mix.exs install and configure esbuild 2024-02-24 08:57:36 -05:00
mix.lock install and configure esbuild 2024-02-24 08:57:36 -05:00
README.md update README 2024-02-16 16:11:13 -05:00

SloaneSH

Sloane's personal static site generator powering sloane.sh.

Setup

  1. Clone the repo
  2. Install Erlang and Elixir: asdf install
  3. Install dependencies: mix deps.get