Skip to content

Commit f398c38

Browse files
committed
Replace theme and revise layout
1 parent fc4b888 commit f398c38

File tree

261 files changed

+54442
-3873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+54442
-3873
lines changed

.gitignore

+26-235
Original file line numberDiff line numberDiff line change
@@ -6,248 +6,39 @@ _config_local.yml
66
*.log
77

88

9-
#############
10-
## Python
11-
#############
12-
13-
# Byte-compiled / optimized / DLL files
14-
__pycache__/
15-
*.py[cod]
16-
*$py.class
17-
18-
# C extensions
19-
*.so
20-
21-
# Distribution / packaging
22-
.Python
23-
build/
24-
develop-eggs/
25-
dist/
26-
downloads/
27-
eggs/
28-
.eggs/
29-
lib/
30-
lib64/
31-
parts/
32-
sdist/
33-
var/
34-
wheels/
35-
share/python-wheels/
36-
*.egg-info/
37-
.installed.cfg
38-
*.egg
39-
MANIFEST
40-
41-
# PyInstaller
42-
# Usually these files are written by a python script from a template
43-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
44-
*.manifest
45-
*.spec
46-
47-
# Installer logs
48-
pip-log.txt
49-
pip-delete-this-directory.txt
50-
51-
# Unit test / coverage reports
52-
htmlcov/
53-
.tox/
54-
.nox/
55-
.coverage
56-
.coverage.*
57-
.cache
58-
nosetests.xml
59-
coverage.xml
60-
*.cover
61-
*.py,cover
62-
.hypothesis/
63-
.pytest_cache/
64-
cover/
65-
66-
# Translations
67-
*.mo
68-
*.pot
69-
70-
# Django stuff:
71-
*.log
72-
local_settings.py
73-
db.sqlite3
74-
db.sqlite3-journal
75-
76-
# Flask stuff:
77-
instance/
78-
.webassets-cache
79-
80-
# Scrapy stuff:
81-
.scrapy
82-
83-
# Sphinx documentation
84-
docs/_build/
85-
86-
# PyBuilder
87-
.pybuilder/
88-
target/
89-
90-
# Jupyter Notebook
91-
.ipynb_checkpoints
92-
93-
# IPython
94-
profile_default/
95-
ipython_config.py
96-
97-
# pyenv
98-
# For a library or package, you might want to ignore these files since the code is
99-
# intended to run in multiple environments; otherwise, check them in:
100-
.python-version
101-
102-
# pipenv
103-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
104-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
105-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
106-
# install all needed dependencies.
107-
Pipfile.lock
108-
109-
# poetry
110-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
111-
# This is especially recommended for binary packages to ensure reproducibility, and is more
112-
# commonly ignored for libraries.
113-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
114-
poetry.lock
115-
116-
# pdm
117-
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
118-
pdm.lock
119-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
120-
# in version control.
121-
# https://pdm.fming.dev/#use-with-ide
122-
.pdm.toml
123-
124-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
125-
__pypackages__/
126-
127-
# Celery stuff
128-
celerybeat-schedule
129-
celerybeat.pid
130-
131-
# SageMath parsed files
132-
*.sage.py
133-
134-
# Environments
135-
.env
136-
.venv
137-
env/
138-
venv/
139-
ENV/
140-
env.bak/
141-
venv.bak/
142-
143-
# Spyder project settings
144-
.spyderproject
145-
.spyproject
146-
147-
# Rope project settings
148-
.ropeproject
149-
150-
# mkdocs documentation
151-
/site
152-
153-
# mypy
154-
.mypy_cache/
155-
.dmypy.json
156-
dmypy.json
9+
###############################
10+
## Jekyll - Minimal Mistakes
11+
###############################
15712

158-
# Pyre type checker
159-
.pyre/
160-
161-
# pytype static type analyzer
162-
.pytype/
163-
164-
# Cython debug symbols
165-
cython_debug/
166-
167-
168-
#################
169-
## JetBrains
170-
#################
171-
172-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
173-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
174-
175-
# User-specific stuff
176-
.idea/**/workspace.xml
177-
.idea/**/tasks.xml
178-
.idea/**/usage.statistics.xml
179-
.idea/**/dictionaries
180-
.idea/**/shelf
181-
182-
# AWS User-specific
183-
.idea/**/aws.xml
184-
185-
# Generated files
186-
.idea/**/contentModel.xml
187-
188-
# Sensitive or high-churn files
189-
.idea/**/dataSources/
190-
.idea/**/dataSources.ids
191-
.idea/**/dataSources.local.xml
192-
.idea/**/sqlDataSources.xml
193-
.idea/**/dynamic.xml
194-
.idea/**/uiDesigner.xml
195-
.idea/**/dbnavigator.xml
196-
197-
# Gradle
198-
.idea/**/gradle.xml
199-
.idea/**/libraries
200-
201-
# CMake
202-
cmake-build-*/
203-
204-
# Mongo Explorer plugin
205-
.idea/**/mongoSettings.xml
206-
207-
# File-based project format
208-
*.iws
209-
210-
# IntelliJ
211-
out/
212-
213-
# mpeltonen/sbt-idea plugin
214-
.idea_modules/
215-
216-
# JIRA plugin
217-
atlassian-ide-plugin.xml
218-
219-
# Cursive Clojure plugin
220-
.idea/replstate.xml
221-
222-
# SonarLint plugin
223-
.idea/sonarlint/
224-
225-
# Crashlytics plugin (for Android Studio and IntelliJ)
226-
com_crashlytics_export_strings.xml
227-
crashlytics.properties
228-
crashlytics-build.properties
229-
fabric.properties
13+
# Vim
14+
*~
15+
*.sw[p_]
23016

231-
# Editor-based Rest Client
232-
.idea/httpRequests
17+
# IntelliJ IDEA
18+
*.idea
23319

234-
# Android studio 3.1+ serialized cache file
235-
.idea/caches/build_file_checksums.ser
20+
# Sublime Text
21+
*.sublime-project
22+
*.sublime-workspace
23623

24+
# Ruby Gem
25+
*.gem
26+
.bundle
27+
Gemfile.lock
28+
**/vendor/bundle
23729

238-
#############
239-
## Jekyll
240-
#############
30+
# Node.js and NPM
31+
node_modules
32+
npm-debug.log*
33+
package-lock.json
34+
codekit-config.json
24135

242-
_site/
243-
.sass-cache/
244-
Gemfile.lock
245-
*.gem
246-
.jekyll-cache/
36+
# Jekyll generated files
37+
.jekyll-cache
24738
.jekyll-metadata
248-
# Ignore folders generated by Bundler
249-
.bundle/
250-
vendor/
39+
.sass-cache
40+
_asset_bundler_cache
41+
_site
25142

25243

25344
#############

Gemfile

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22

3-
gem 'github-pages', group: :jekyll_plugins
3+
gem "minimal-mistakes-jekyll"
44

5-
gem "webrick", "~> 1.8"
5+
gem "webrick"
6+
7+
gem "github-pages", group: :jekyll_plugins
8+
gem "jekyll-include-cache", group: :jekyll_plugins

0 commit comments

Comments
 (0)