first commit!

new file:   .gitignore
	new file:   MANIFEST.in
	new file:   readme.rst
	new file:   remarkbox_theme_meta/__init__.py
	new file:   remarkbox_theme_meta/static/theme/meta/css/custom.css
	new file:   remarkbox_theme_meta/static/theme/meta/css/normalize.css
	new file:   remarkbox_theme_meta/static/theme/meta/css/skeleton.css
	new file:   remarkbox_theme_meta/static/theme/meta/img/remarkbox-minified.png
	new file:   remarkbox_theme_meta/templates/meta-base.j2
	new file:   setup.py
This commit is contained in:
russellballestrini 2017-07-08 18:52:48 -04:00
commit 1194369da3
10 changed files with 1151 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.egg-info
*.pyc