A Blog data layer backed by markdown files
Find a file
2022-11-03 10:25:30 -07:00
.github chore: update CI 2022-11-03 10:18:05 -07:00
lib fix: user link as URL 2022-11-01 14:07:56 -04:00
test improvement: wrap up initial ash_blog behavior 2022-11-01 03:11:06 -04:00
.credo.exs WIP 2022-10-28 10:40:14 -05:00
.formatter.exs initial commit 2022-10-28 10:21:13 -05:00
.gitignore first commit 2022-10-24 09:04:45 -06:00
FUNDING.yml initial commit 2022-10-28 10:21:13 -05:00
LICENSE initial commit 2022-10-28 10:21:13 -05:00
mix.exs chore: fix build 2022-11-03 10:25:30 -07:00
mix.lock chore: fix build 2022-11-03 10:25:30 -07:00
README.md first commit 2022-10-24 09:04:45 -06:00

AshBlog

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_blog to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_blog, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_blog.