Packages

Vox static site project generator. Provides a `mix vox.new` task to bootstrap a new Elixir application with Vox dependencies and a basic template to generate.

Current section

Files

Jump to
vox_new templates site posts hello-world.html.eex
Raw

templates/site/posts/hello-world.html.eex

<%%
title = "Hello world!"
date = ~D[2023-05-05]
collections = :posts
%>
<h1>Hello there! This is a blog post.</h1>