You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-18
Original file line number
Diff line number
Diff line change
@@ -3,48 +3,49 @@ blogstrap.py
3
3
4
4
Author: [mox1](http://moxone.me)
5
5
6
-
blogstrap.py is a simple, no frills blog system, powered by Bootstrap and web.py
6
+
blogstrap.py is a simple, no frills blog content management system, powered by Bootstrap and web.py
7
7
In its default configruation the full software stack consists of:
8
8
* Bootstrap3 (http://getbootstrap.com/)
9
9
* web.py (http://webpy.org/)
10
10
* Peewee ORM (https://github.com/coleifer/peewee)
11
11
* sqlite (http://www.sqlite.org/)
12
12
13
-
14
13
blogstrap.py has been designed to be simple and "just work", if you experience problems please create an issue on github!
15
14
15
+
Blogstrap.py includes an awesome default theme written by [HackerThemes](http://www.hackerthemes.com). Any of HackerThemes "Tales" themes
16
+
will work by default with blogstrap.py.
17
+
16
18
Example
17
19
==============
18
-
[My Blog](http://moxone.me) - Consider this site a real world example / demo of blogstrap.py
19
-
20
-
While blogstrap.py is open-source, my blog does include a copyrighted bootstrap template, called [Tales](https://wrapbootstrap.com/theme/tales-responsive-blog-theme-WB034M8P5).
21
-
Tales is not required, but you will notice the default blogstrap.py is different from the example above. Please don't steal this guys hard work! (I am not affiliated with him)
20
+
[mox1's Blog](http://moxone.me) - A live real world example / demo of blogstrap.py
<textareaclass="form-control" id="nphtml" name="nphtml" style="height: 300px; width:100%;" placeholder="Blog post goes here, HTML is allowed."></textarea>
<p>powered by blogstrap.py - <ahref="https://github.com/mox1/webpy-bootstrap-blog"> Fork me on GitHub</a></p>
3
+
<p><ahref="http://hackerthemes.com/">designed by HackerThemes</a> - <ahref="https://github.com/mox1/webpy-bootstrap-blog">powered by blogstrap.py</a></p>
0 commit comments