Update repo structure, setup Travis
This commit is contained in:
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
src/docs/* linguist-documentation
|
||||
scripts/* linguist-documentation
|
||||
gatsby-browser.js linguist-documentation
|
||||
gatsby-config.js linguist-documentation
|
||||
gatsby-node.js linguist-documentation
|
||||
gatsby-ssr.js linguist-documentation
|
||||
.travis/* linguist-documentation
|
||||
config.js linguist-documentation
|
||||
4
_headers
Normal file
4
_headers
Normal file
@ -0,0 +1,4 @@
|
||||
[[headers]]
|
||||
for = "/static/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=360000"
|
||||
1
language_fix.py
Normal file
1
language_fix.py
Normal file
@ -0,0 +1 @@
|
||||
print('This file is here only to tag the repository language. Do not delete, please!')
|
||||
6
netlify.toml
Normal file
6
netlify.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "npm run webber"
|
||||
[build.environment]
|
||||
YARN_VERSION = "1.9.4"
|
||||
YARN_FLAGS = "--no-ignore-optional"
|
||||
@ -1,18 +0,0 @@
|
||||
autopep8==1.3.3
|
||||
cffi==1.11.4
|
||||
click==6.7
|
||||
emoji==0.4.5
|
||||
flake8==3.6.0
|
||||
Flask==1.0
|
||||
Flask-OAuth==0.12
|
||||
gunicorn==19.7.1
|
||||
httplib2==0.10.3
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
MarkupSafe==1.0
|
||||
misaka==2.1.0
|
||||
mistune==0.8.3
|
||||
oauth2==1.9.0.post1
|
||||
pycodestyle==2.3.1
|
||||
pycparser==2.18
|
||||
Werkzeug==0.14.1
|
||||
2
static/robots.txt
Normal file
2
static/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user