https://github.com/kach/comfortably-numbered
My blog.
https://github.com/kach/comfortably-numbered
Last synced: 9 months ago
JSON representation
My blog.
- Host: GitHub
- URL: https://github.com/kach/comfortably-numbered
- Owner: kach
- License: mit
- Created: 2013-11-28T03:18:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T06:36:10.000Z (almost 12 years ago)
- Last Synced: 2025-07-22T19:46:40.672Z (11 months ago)
- Language: Python
- Size: 321 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Comfortably-Numbered
====================
**Ok, so I'm not developing this one anymore—but I'm leaving this up because it's pretty useful for GAE reference. Go check out [Hardmath123/shock](http://www.github.com/Hardmath123/shock), which powers the new-and-improved CN at [hardmath123.github.io](hardmath123.github.io).**
My blog: http://comfortablynumbered.appspot.com
Comfortably Numbered runs on GAE, with the following awesome libraries:
- PrismJS for Syntax Highlighting
- Markdown for comments
- MathJAX for LaTeX
- PyRSS2Gen for the RSS feed
To run it yourself, `git clone` the repo and create the file `settings.py`, with the content `ADMINS = ["an_admin_email@addess"]`. Then run with the GAE SDK.
To test a post, view `/post/?test=NAME`, where `NAME-test.html` resides in the root directory.