A Blog data layer backed by markdown files
Go to file
2024-07-12 07:13:22 +12:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:27:21 +12:00
config chore: update ash 2023-09-25 10:28:56 -04:00
lib improvement: update to 3.0 2024-04-02 12:15:56 -04:00
test improvement: update to 3.0 2024-04-02 12:15:56 -04:00
.check.exs improvement: properly generate formatter, include it in check 2023-02-01 00:56:13 -05:00
.credo.exs WIP 2022-10-28 10:40:14 -05:00
.formatter.exs improvement: properly generate formatter, include it in check 2023-02-01 00:56:13 -05:00
.gitignore first commit 2022-10-24 09:04:45 -06:00
.tool-versions improvement: update ash & use new ci patterns 2023-02-01 00:49:57 -05: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 improvement: update to 3.0 2024-04-02 12:15:56 -04:00
mix.lock chore(deps-dev): bump ex_doc from 0.32.1 to 0.34.2 (#40) 2024-07-12 07:13:22 +12: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.