Skip to content

Migrate to mkdocs. #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd13c88
Install mkdocs.
proofit404 Jan 13, 2020
f22f5de
Migrate content to the mkdocs.
proofit404 Jan 13, 2020
050a306
Remove Lektor project.
proofit404 Jan 13, 2020
b4d13c4
Migrate to Python 3.8.
proofit404 Jan 14, 2020
5238f8b
Setup remarklint.
proofit404 Jan 14, 2020
70ac304
Setup pre-commit.
proofit404 Jan 14, 2020
8e4d1e2
Setup prettier.
proofit404 Jan 14, 2020
7e11cd0
Setup yamllint hook.
proofit404 Jan 14, 2020
86d6aaa
Setup yamllint.
proofit404 Jan 14, 2020
35996f6
Remove unused metadata.
proofit404 Jan 14, 2020
69963d2
Setup vale tool.
proofit404 Jan 15, 2020
d3505fd
Setup invoke tool.
proofit404 Jan 18, 2020
9d50d29
Setup Google Analytics.
proofit404 Jan 18, 2020
8b198eb
Correct eslint config according to the prettier tool.
proofit404 Jan 18, 2020
4069a1e
Correct stylelint config according to the prettier tool.
proofit404 Jan 18, 2020
1b71c82
Setup black and flake8 pre-commit hooks.
proofit404 Jan 18, 2020
243b200
Merge slides and root webpack projects.
proofit404 Jan 20, 2020
a0e99e3
Setup doctest.
proofit404 Jan 20, 2020
5bfca32
Fix doctests.
proofit404 Jan 21, 2020
d7e2cfe
Setup Azure Pipeline.
proofit404 Jan 23, 2020
389d436
Add empty CSS file to run linter.
proofit404 Jan 23, 2020
782d6f1
Correct azure pipeline name.
proofit404 Jan 23, 2020
dd9f30f
Add poetry to PATH.
proofit404 Jan 23, 2020
e9bef96
Ignore pycache directory.
proofit404 Jan 24, 2020
e00122b
Split too long line in shell script.
proofit404 Jan 24, 2020
b719929
Add deploy invoke task.
proofit404 Jan 24, 2020
27c0498
Correct bash script syntax written in the Yaml file.
proofit404 Jan 24, 2020
6abeb68
Custom domain support.
proofit404 Jan 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module.exports = {
extends: 'airbnb-base',
extends: "prettier",
env: {
browser: true
},
parser: 'babel-eslint',
plugins: [
'babel',
],
parser: "babel-eslint",
plugins: ["babel"],
rules: {
'babel/semi': 1,
},
"babel/semi": 1
}
};
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 88
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[#]*[#]
assets/static/
node_modules/
*.egg-info
*.pyc
*.pyo
*~
[#]*[#]
__pycache__/
node_modules/
site/
29 changes: 29 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: file-contents-sorter
files: .gitignore
- repo: https://github.com/asottile/pyupgrade
rev: v1.26.1
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/prettier/prettier
rev: 1.19.1
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
rev: 3.7.9
hooks:
- id: flake8
6 changes: 6 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", "space"]
]
}
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.md]
BasedOnStyles = proselint, write-good, Joblint
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
extends: default

ignore: |
Expand Down
4 changes: 0 additions & 4 deletions app/.babelrc

This file was deleted.

24 changes: 0 additions & 24 deletions app/dry-python/app/gitterSidecar.js

This file was deleted.

13 changes: 0 additions & 13 deletions app/dry-python/app/highlight.js

This file was deleted.

6 changes: 0 additions & 6 deletions app/dry-python/app/stimulus.js

This file was deleted.

3 changes: 0 additions & 3 deletions app/dry-python/app/turbolinks.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/dry-python/controllers/navbar_controller.js

This file was deleted.

6 changes: 0 additions & 6 deletions app/dry-python/index.css

This file was deleted.

5 changes: 0 additions & 5 deletions app/dry-python/index.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/dry-python/styles/header.css

This file was deleted.

3 changes: 0 additions & 3 deletions app/dry-python/styles/progress-bar.css

This file was deleted.

Loading