Commits on Source (266)
Showing
- .gitlab-ci.yml 2 additions, 0 deletions.gitlab-ci.yml
- Gemfile 2 additions, 1 deletionGemfile
- Gemfile.lock 19 additions, 19 deletionsGemfile.lock
- data/applications.yml 5 additions, 0 deletionsdata/applications.yml
- data/gitlab_com.yml 2 additions, 3 deletionsdata/gitlab_com.yml
- data/issue_bash.yml 36 additions, 0 deletionsdata/issue_bash.yml
- data/organizations.yml 2 additions, 2 deletionsdata/organizations.yml
- data/platforms.yml 31 additions, 31 deletionsdata/platforms.yml
- data/promo.yml 2 additions, 2 deletionsdata/promo.yml
- data/resellers.yml 35 additions, 33 deletionsdata/resellers.yml
- data/resources.yml 5 additions, 1 deletiondata/resources.yml
- data/team.yml 39 additions, 24 deletionsdata/team.yml
- generators/direction.rb 2 additions, 5 deletionsgenerators/direction.rb
- lib/custom_helpers.rb 3 additions, 1 deletionlib/custom_helpers.rb
- source/about/index.html.md 1 addition, 1 deletionsource/about/index.html.md
- source/applications/index.html.haml 2 additions, 3 deletionssource/applications/index.html.haml
- source/atom.xml.haml 3 additions, 3 deletionssource/atom.xml.haml
- source/community/issue-bash/index.html.haml 264 additions, 0 deletionssource/community/issue-bash/index.html.haml
- source/gitlab-com/settings/index.html.md 11 additions, 1 deletionsource/gitlab-com/settings/index.html.md
- source/gitlab-hosted/index.html.md 22 additions, 23 deletionssource/gitlab-hosted/index.html.md
Loading
| Loading
| @@ -10,7 +10,7 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :x64_mingw, :jruby] |
# Middleman Gems | ||
gem "middleman", "~> 4.2" | ||
gem "middleman-blog", git: "https://github.com/middleman/middleman-blog.git" | ||
gem "middleman-blog", "~> 4.0" | ||
gem "middleman-livereload" | ||
gem "middleman-minify-html" | ||
gem "middleman-autoprefixer" | ||
Loading
| Loading
| @@ -27,6 +27,7 @@ gem "builder", "~> 3.0" |
gem "httparty" | ||
gem "stringex" | ||
gem "sassc" | ||
group :development, :test do | ||
gem 'docopt' | ||
Loading
| Loading
|
data/issue_bash.yml
0 → 100644
source/community/issue-bash/index.html.haml
0 → 100644