A Blog data layer backed by markdown files
Find a file
dependabot[bot] 8f71c8f45a
chore(deps): bump ash from 3.0.0-rc.18 to 3.0.0-rc.19 (#5)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.18 to 3.0.0-rc.19.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.18...v3.0.0-rc.19)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 16:27: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): bump ash from 3.0.0-rc.18 to 3.0.0-rc.19 (#5) 2024-04-12 16:27: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.