A simple Gleam blog generator.
Find a file
2024-04-06 00:57:35 +03:00
assets Change order for accessibility and fix positioning of single post 2024-04-05 14:54:44 +03:00
priv/vendor Initial commit of rewritten version 2024-04-04 14:44:37 +03:00
src Add Atom feed 2024-04-06 00:57:35 +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 Add Atom feed 2024-04-06 00:57:35 +03:00
manifest.toml Add Atom feed 2024-04-06 00:57:35 +03:00
package-lock.json Initial commit of rewritten version 2024-04-04 14:44:37 +03:00
package.json Initial commit of rewritten version 2024-04-04 14:44:37 +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