No description
Find a file
2025-01-09 19:03:39 -06:00
assets fix: Remove assets from priv/static and put them under site/static 2025-01-09 19:03:39 -06:00
config chore: Format code 2024-03-07 09:30:21 -06:00
lib fix: Remove assets from priv/static and put them under site/static 2025-01-09 19:03:39 -06:00
priv/static/link-log fix: Remove assets from priv/static and put them under site/static 2025-01-09 19:03:39 -06:00
script fix: Change flags for CSS upload 2024-11-30 13:49:06 -06:00
site fix: Remove assets from priv/static and put them under site/static 2025-01-09 19:03:39 -06:00
test feat: Commit initially 2023-09-18 18:21:59 +00:00
tree-sitter feat: Improve code highlight theme 2023-09-30 16:29:01 +00:00
.formatter.exs chore: Format code 2024-03-07 09:30:21 -06:00
.gitignore feat: Add syntax highlighting to CI 2023-09-30 15:53:15 +00:00
.gitlab-ci.yml fix: Download deps before running ping task 2023-10-26 13:27:16 +00:00
mix.exs feat: Add basic dev server 2024-11-30 13:01:15 -06:00
mix.lock feat: Add basic dev server 2024-11-30 13:01:15 -06:00
README.md feat: Commit initially 2023-09-18 18:21:59 +00:00

PreDotHn

TODO: Add description

Installation

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

def deps do
  [
    {:pre_dot_hn, "~> 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/pre_dot_hn.