Skip to content

Commit

Permalink
v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhaim1 committed Oct 24, 2022
1 parent 685bcd7 commit e4cbec3
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 4,760 deletions.
182 changes: 166 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,170 @@
# Folders
# ------------------------------------------------

dist
node_modules
.sass-cache

# Misc.
# ------------------------------------------------

._*
*.map
_*.js
_*.sh
*$py.class
*.bridgesupport
*.cover
*.css.map
*.egg
*.egg-info/
*.gem
*.lcov
*.log
*.log
*.manifest
*.mo
*.pid
*.pid.lock
*.pot
*.py,cover
*.py[cod]
*.rbc
*.sage.py
*.sass.map
*.scss.map
.cache
*.seed
*.so
*.spec
*.tgz
*.tsbuildinfo
.DS_Store
Thumbs.db
.Python
.bundle/
.byebug_history
.cache
.cache/
.coverage
.coverage.*
.dat*
.dmypy.json
.docusaurus
.dynamodb/
.eggs/
.env
.env.development.local
.env.local
.env.production.local
.env.test.local
.eslintcache
.fusebox/
.grunt
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.jekyll-cache/
.jekyll-metadata
.lock-wscript
.mypy_cache/
.next
.node_repl_history
.nox/
.npm
.nuxt
.nyc_output
.parcel-cache
.pdm.toml
.pnp.*
.pnpm-debug.log*
.pybuilder/
.pyre/
.pytest_cache/
.pytype/
.repl_history
.ropeproject
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.rvmrc
.sass-cache/
.scrapy
.serverless/
.spyderproject
.spyproject
.stylelintcache
.temp
.tern-port
.tox/
.venv
.vscode-test
.vuepress/dist
.webassets-cache
.yarn-integrity
.yarn/build-state.yml
.yarn/cache
.yarn/install-state.gz
.yarn/unplugged
/.bundle/
/.config
/.yardoc/
/InstalledFiles
/_yardoc/
/coverage/
/doc/
/lib/bundler/man/
/pkg/
/rdoc/
/site
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/vendor/bundle
ENV/
MANIFEST
Thumbs.db
__pycache__/
__pypackages__/
_site/
bower_components
build-iPhoneOS/
build-iPhoneSimulator/
build/
build/Release
celerybeat-schedule
celerybeat.pid
cover/
coverage
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist
dist/
dmypy.json
docs/_build/
downloads/
eggs/
env.bak/
env/
htmlcov/
instance/
ipython_config.py
jspm_packages/
lerna-debug.log*
lib-cov
lib/
lib64/
local_settings.py
logs
node_modules/
nosetests.xml
npm-debug.log*
out
package-lock.json
parts/
pids
pip-delete-this-directory.txt
pip-log.txt
profile_default/
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
sdist/
share/python-wheels/
target/
var/
vendor/
venv.bak/
venv/
web_modules/
wheels/
yarn-debug.log*
yarn-error.log*
78 changes: 78 additions & 0 deletions jekyll/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-inline-svg (1.1.4)
jekyll (>= 3.3, < 5.0)
svg_optimizer (~> 0.2.5)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
racc (1.6.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
svg_optimizer (0.2.6)
nokogiri
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)

PLATFORMS
arm64-darwin-21

DEPENDENCIES
jekyll
jekyll-inline-svg
webrick (~> 1.7)

BUNDLED WITH
2.2.3
Loading

0 comments on commit e4cbec3

Please sign in to comment.