Skip to content

Commit

Permalink
Merge pull request #19 from vcaldas/refactor
Browse files Browse the repository at this point in the history
Moving all to flask
  • Loading branch information
vcaldas authored May 3, 2021
2 parents 95a43c6 + 1140c0d commit 5cdced5
Show file tree
Hide file tree
Showing 112 changed files with 27,447 additions and 1,820 deletions.
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

4 changes: 4 additions & 0 deletions .flaskenv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FLASK_APP=server.py
FLASK_ENV=development
FLASK_DEBUG=1
FREEZER_DESTINATION="./blog"
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions Gemfile

This file was deleted.

112 changes: 0 additions & 112 deletions Rakefile

This file was deleted.

Binary file added __pycache__/app.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/config.cpython-38.pyc
Binary file not shown.
37 changes: 0 additions & 37 deletions _includes/widget.html

This file was deleted.

11 changes: 0 additions & 11 deletions _layouts/compress.html

This file was deleted.

34 changes: 0 additions & 34 deletions _layouts/publication.html

This file was deleted.

7 changes: 0 additions & 7 deletions _pages/blog.md

This file was deleted.

24 changes: 0 additions & 24 deletions _posts/2015-06-10-contact-tutorial.md

This file was deleted.

28 changes: 0 additions & 28 deletions _posts/2015-06-11-social-buttons-tutorial.md

This file was deleted.

32 changes: 0 additions & 32 deletions _posts/2015-06-12-timeline-tutorial.md

This file was deleted.

Loading

0 comments on commit 5cdced5

Please sign in to comment.