A Blog data layer backed by markdown files
Find a file
dependabot[bot] 5477842b64
chore(deps-dev): bump credo from 1.7.5 to 1.7.7
Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.7.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.5...v1.7.7)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-11 19:14:17 +00: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 credo from 1.7.5 to 1.7.7 2024-07-11 19:14:17 +00: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.