Skip to content

jbruws/scorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorn

Basic blog engine built for minimal size, ease of use and flexibility.

Installation

git clone https://github.com/jbruws/scorn.git && cd scorn && mkdir markdown && cargo run

The website will be served at localhost:7117.

Usage

Place Markdown files (with .md extension!) in the ./markdown folder, and they will be automatically converted to HTML, indexed and served on the website.

Basic Markdown formatting (bold/italic text, codeblocks, headings, horizontal rules, etc.) is supported. To embed images, use [!path], where path is either a path to a locally stored image in ./markdown or a direct link to an image on another site.

License

Scorn is licenced under Fight Club License.

About

Markdown-to-HTML blog engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published