Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telent/my-way
Sinatra blogging engine
https://github.com/telent/my-way
Last synced: 13 days ago
JSON representation
Sinatra blogging engine
- Host: GitHub
- URL: https://github.com/telent/my-way
- Owner: telent
- Created: 2011-04-30T12:19:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T16:58:42.000Z (over 11 years ago)
- Last Synced: 2024-10-12T00:29:55.611Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 730 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Way
Well, what else would you call a personal blogging engine based on
Sinatra?pages/ # also partials
articles/
articles/drafts/* write draft post
* change status to published
* some kind of navigationy sidebar thing to provide easy access to
popular or timeless posts
* embed bits of code
* add pictures and stuff
* source formats including textile (for legacy content) and markdown
* use git forfile format is markdown (=>kramdown) or html or textile (=>redcarpet)
selected by file extensionFirst few lines are header lines a la mail headers.
Subject:
Date:
From:each post is a file which gets htmlified then top&tailed