Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 608 Bytes

blawg.js

Lightweight Javascript Blog Engine

Gets blawg posts from posts/post.json. Currently all posts are contained in the same file.

Supports pagination. Every 3 posts makes one page, which is hardcoded.

  • Reverse blog posts, make newest first
  • Add pagination
  • Make blog posts only show certain amount of text, then do read more for full post
  • Add ability to link directly to post, probably query string variables and make guid for posts
  • Make pagination and blog posts size variable depending on parameters passed into Blawg
  • Add underline to links in blawg.css