fix?
Showing
- .gitignore 0 additions, 0 deletions.gitignore
- .gitlab-ci.yml 0 additions, 0 deletions.gitlab-ci.yml
- 404.html 0 additions, 25 deletions404.html
- Gemfile 0 additions, 30 deletionsGemfile
- Gemfile.lock 0 additions, 84 deletionsGemfile.lock
- README.md 7 additions, 0 deletionsREADME.md
- _config.yml 0 additions, 55 deletions_config.yml
- _drafts/2020-02-05-computer-aided-design.md 0 additions, 9 deletions_drafts/2020-02-05-computer-aided-design.md
- _images/installing-jekyll-2.jpg 0 additions, 0 deletions_images/installing-jekyll-2.jpg
- _images/installing-jekyll.jpg 0 additions, 0 deletions_images/installing-jekyll.jpg
- _images/text-editors.png 0 additions, 0 deletions_images/text-editors.png
- _posts/2020-02-01-project-management.markdown 0 additions, 30 deletions_posts/2020-02-01-project-management.markdown
- _posts/2020-02-01-web-development.markdown 0 additions, 59 deletions_posts/2020-02-01-web-development.markdown
- _posts/2020-02-02-new-post.md 0 additions, 8 deletions_posts/2020-02-02-new-post.md
- about-me.markdown 0 additions, 11 deletionsabout-me.markdown
- about.markdown 0 additions, 18 deletionsabout.markdown
- docs/about/agreement.md 5 additions, 0 deletionsdocs/about/agreement.md
- docs/about/index.md 25 additions, 0 deletionsdocs/about/index.md
- docs/assignments/week01.md 61 additions, 0 deletionsdocs/assignments/week01.md
- docs/assignments/week02.md 61 additions, 0 deletionsdocs/assignments/week02.md
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
.gitlab-ci.yml
100644 → 100755
File mode changed from 100644 to 100755
404.html
deleted
100644 → 0
Gemfile
deleted
100644 → 0
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.0.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
end | ||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? |
Gemfile.lock
deleted
100644 → 0
README.md
0 → 100755
_config.yml
deleted
100644 → 0
_images/installing-jekyll-2.jpg
deleted
100644 → 0
356 KiB
_images/installing-jekyll.jpg
deleted
100644 → 0
273 KiB
_images/text-editors.png
deleted
100644 → 0
1.58 MiB
_posts/2020-02-02-new-post.md
deleted
100644 → 0
about-me.markdown
deleted
100644 → 0
about.markdown
deleted
100644 → 0
docs/about/agreement.md
0 → 100755
docs/about/index.md
0 → 100755
docs/assignments/week01.md
0 → 100755
docs/assignments/week02.md
0 → 100755