A simple Gleam blog generator.
Find a file
2024-04-13 17:30:20 +03:00
priv Revert "Move tags closer to each other" 2024-04-12 23:41:49 +03:00
src Added opengraph/meta tags 2024-04-13 17:30:20 +03:00
test Initial commit of rewritten version 2024-04-04 14:44:37 +03:00
.gitignore Initial commit of rewritten version 2024-04-04 14:44:37 +03:00
.tool-versions Initial commit of rewritten version 2024-04-04 14:44:37 +03:00
gleam.toml Fix post ordering 2024-04-11 19:57:32 +03:00
LICENSE.txt Add licenses 2024-04-07 20:34:31 +03:00
manifest.toml Fix post ordering 2024-04-11 19:57:32 +03:00
README.md Initial commit of rewritten version 2024-04-04 14:44:37 +03:00

gloss2

Package Version Hex Docs

gleam add gloss2
import gloss2

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/gloss2.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell