Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 571 Bytes

My personal blog written in Rust

This will soon to be my personal blog located on https://belowthe.rocks. Though it is in progress now.

Inspired from the blog post.

Progress

  • Simple blog with Markdown syntax.
  • Customizable slug.
  • Template for
    • Homepage
    • Blog entry
  • Paging for entries.
    • Creating link for each entry.
  • CSS
  • Static file serving.

See blog/example.md for an example. The example entry will be served on /blog/a/b.

Next update

  • Syntax highlighting

Usage

cargo run