A simple photo log
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JD Cantrell 45d29738aa
Add initial markdown renderer
6 years ago
kodiak Add initial markdown renderer 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
Pipfile Add initial markdown renderer 6 years ago
Pipfile.lock Add initial markdown renderer 6 years ago
README.md Add initial markdown renderer 6 years ago
run.py Add initial markdown renderer 6 years ago
test.md Add initial markdown renderer 6 years ago

README.md

#Kodiak A simple photo blog

Todo:

  • strip front matter
  • get image data within gallery tags (is this really needed?)
    • if image is relative url
      • calculate aspect ratio, pick smart grid span (but don't exact)
      • 12 column grid might be good enough?
  • style output css
  • expose front matter yaml
  • create a front-end for editing and uploading images
    • initially just always upload and parse md
    • upload images
    • save to sqlite database
      • url slug
      • create/updated
      • source
    • generate index pages
    • generate rss