Find a file
2024-02-24 13:16:56 -05:00
assets remove dark mode support for now 2024-02-24 10:34:46 -05:00
config start adding pagefind 2024-02-24 10:32:07 -05:00
lib refactor build and asset pipeline 2024-02-24 13:16:56 -05:00
priv/site refactor build and asset pipeline 2024-02-24 13:16:56 -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 add favicon 2024-02-24 09:04:35 -05:00
.tool-versions start adding pagefind 2024-02-24 10:32:07 -05:00
mix.exs refactor build and asset pipeline 2024-02-24 13:16:56 -05:00
mix.lock start adding pagefind 2024-02-24 10:32:07 -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