serum alternatives and similar packages
Based on the "Static Page Generation" category.
Alternatively, view serum alternatives based on common mentions on social networks and blogs.
-
NimblePublisher
A minimal filesystem-based publishing engine with Markdown support and code highlighting -
pardall_markdown
Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir. -
blogit
OTP application for generating blog posts from a Git repository containing markdown files.
ONLYOFFICE Docs — document collaboration in your environment
Do you think we are missing an alternative of serum or a related project?
Popular Comparisons
README
Serum
Serum is a simple static website generator written in Elixir.
Like some of other static website generators, Serum focuses on blogging. And if you know how to write markdown documents and how to handle EEx templates, you can easily build your own website.
Getting Started
Use Mix to install the Serum installer archive from Hex.
$ mix archive.install hex serum_new
You can now use serum.new
Mix task to create a new Serum project.
$ mix serum.new /path/to/new_website
cd
into the new project directory and install Serum.
$ cd /path/to/new_website
$ mix do deps.get, deps.compile
Try building the website, or spin up the development server.
# Your website will be built at /path/to/new_website/site
$ mix serum.build
# Your website will be built and served at http://localhost:8080
$ mix serum.server
Please visit the official website for more guides and documentations.
LICENSE
Copyright (c) 2022 Eunbin Jeong (Dalgona.) [email protected]
MIT License. Read LICENSE
for the full text.
*Note that all licence references and agreements mentioned in the serum README section above
are relevant to that project's source code only.