dcdourado / ex_md_blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

ExMdBlog

https://dcdourado.me/

The blog goal is to learn, write and practice about software engineering principles. I want to write more stuff and maybe this is going to be an incentive to do it more.

Setup

Configure the GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable to authorize Google Drive posts.

asdf install

mix deps.get
mix deps.compile
mix compile

# run
iex -S mix

Blog can be accessed locally at http://localhost:8080/

Deploy

flyctl deploy

About

License:MIT License


Languages

Language:Elixir 80.0%Language:HTML 13.3%Language:Dockerfile 6.6%