elm-pages-blog

A blog made with elm-pages

OTHER License

Stars
7
Committers
3

elm-pages-blog

This is my blog built with elm-pages. The site is live at brianginsburg.com

Any parts of the elm-pages-blog may be used under a BSD-3 license with the exception of the text and images that make up my blog posts. Feel free to ask me if you would like to use that content. Most likely I will say yes.

I used elm-pages-starter as a starting point. The setup instructions and links to documentation that follow are lightly adapted from the elm-pages-starter repository.

Setup Instructions

git clone it:

git clone [email protected]:bgins/elm-pages-blog.git

Then install and run the dev server

cd elm-pages-starter
npm install
npm start # starts a local dev server using `elm-pages develop`

From there you can tweak the content folder or change the src/Main.elm file.

Learn more about elm-pages

Related Projects