forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add files because they magically deleted?
- Loading branch information
Showing
47 changed files
with
15,087 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- | ||
⚠️ READ THIS BEFORE SUBMITTING ⚠️ | ||
• Prefix questions and feature requests with either Question: or Feature: | ||
• If this is a bug report or question about an issue you're having, make sure to include the form below in your issue | ||
--> | ||
|
||
Operating system: ✍️ TODO | ||
Last upstream commit (run `git log --author="Robert Lord" | head -n 1`): ✍️ TODO | ||
Browser version(s): ✍️ TODO | ||
Ruby version (run `ruby -v`): ✍️ TODO | ||
|
||
--- | ||
|
||
✍️ TODO write your issue here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- | ||
⚠️ 🚨 ⚠️ STOP AND READ THIS ⚠️ 🚨 ⚠️ | ||
👆👆 see that 'base fork' dropdown above? You should change it! The default value of "lord/slate" submits your change to ALL USERS OF SLATE, not just your company. This is PROBABLY NOT WHAT YOU WANT. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
*.gem | ||
*.rbc | ||
.bundle | ||
.config | ||
coverage | ||
InstalledFiles | ||
lib/bundler/man | ||
pkg | ||
rdoc | ||
spec/reports | ||
test/tmp | ||
test/version_tmp | ||
tmp | ||
*.DS_STORE | ||
build/ | ||
.cache | ||
.vagrant | ||
.sass-cache | ||
|
||
# YARD artifacts | ||
.yardoc | ||
_yardoc | ||
doc/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
sudo: false | ||
|
||
language: ruby | ||
|
||
rvm: | ||
- 2.3.3 | ||
- 2.4.0 | ||
|
||
cache: bundler | ||
script: bundle exec middleman build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
# Changelog | ||
|
||
## Version 2.0.0 | ||
|
||
*July 17, 2017* | ||
|
||
- All-new statically generated table of contents | ||
- Should be much faster loading and scrolling for large pages | ||
- Smaller Javascript file sizes | ||
- Avoids the problem with the last link in the ToC not ever highlighting if the section was shorter than the page | ||
- Fixes control-click not opening in a new page | ||
- Automatically updates the HTML title as you scroll | ||
- Updated design | ||
- New default colors! | ||
- New spacings and sizes! | ||
- System-default typefaces, just like GitHub | ||
- Added search input delay on large corpuses to reduce lag | ||
- We even bumped the major version cause hey, why not? | ||
- Various small bug fixes | ||
|
||
Thanks to everyone who helped debug or wrote code for this version! It was a serious community effort, and I couldn't have done it alone. | ||
|
||
## Version 1.5.0 | ||
|
||
*February 23, 2017* | ||
|
||
- Add [multiple tabs per programming language](https://github.com/lord/slate/wiki/Multiple-language-tabs-per-programming-language) feature | ||
- Upgrade Middleman to add Ruby 1.4.0 compatibility | ||
- Switch default code highlighting color scheme to better highlight JSON | ||
- Various small typo and bug fixes | ||
|
||
## Version 1.4.0 | ||
|
||
*November 24, 2016* | ||
|
||
- Upgrade Middleman and Rouge gems, should hopefully solve a number of bugs | ||
- Update some links in README | ||
- Fix broken Vagrant startup script | ||
- Fix some problems with deploy.sh help message | ||
- Fix bug with language tabs not hiding properly if no error | ||
- Add `!default` to SASS variables | ||
- Fix bug with logo margin | ||
- Bump tested Ruby versions in .travis.yml | ||
|
||
## Version 1.3.3 | ||
|
||
*June 11, 2016* | ||
|
||
Documentation and example changes. | ||
|
||
## Version 1.3.2 | ||
|
||
*February 3, 2016* | ||
|
||
A small bugfix for slightly incorrect background colors on code samples in some cases. | ||
|
||
## Version 1.3.1 | ||
|
||
*January 31, 2016* | ||
|
||
A small bugfix for incorrect whitespace in code blocks. | ||
|
||
## Version 1.3 | ||
|
||
*January 27, 2016* | ||
|
||
We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs. | ||
|
||
Instead of `rake build` and `rake deploy`, you should now run `bundle exec middleman build --clean` to build your server, and `./deploy.sh` to deploy it to Github Pages. | ||
|
||
## Version 1.2 | ||
|
||
*June 20, 2015* | ||
|
||
**Fixes:** | ||
|
||
- Remove crash on invalid languages | ||
- Update Tocify to scroll to the highlighted header in the Table of Contents | ||
- Fix variable leak and update search algorithms | ||
- Update Python examples to be valid Python | ||
- Update gems | ||
- More misc. bugfixes of Javascript errors | ||
- Add Dockerfile | ||
- Remove unused gems | ||
- Optimize images, fonts, and generated asset files | ||
- Add chinese font support | ||
- Remove RedCarpet header ID patch | ||
- Update language tabs to not disturb existing query strings | ||
|
||
## Version 1.1 | ||
|
||
*July 27, 2014* | ||
|
||
**Fixes:** | ||
|
||
- Finally, a fix for the redcarpet upgrade bug | ||
|
||
## Version 1.0 | ||
|
||
*July 2, 2014* | ||
|
||
[View Issues](https://github.com/tripit/slate/issues?milestone=1&state=closed) | ||
|
||
**Features:** | ||
|
||
- Responsive designs for phones and tablets | ||
- Started tagging versions | ||
|
||
**Fixes:** | ||
|
||
- Fixed 'unrecognized expression' error | ||
- Fixed #undefined hash bug | ||
- Fixed bug where the current language tab would be unselected | ||
- Fixed bug where tocify wouldn't highlight the current section while searching | ||
- Fixed bug where ids of header tags would have special characters that caused problems | ||
- Updated layout so that pages with disabled search wouldn't load search.js | ||
- Cleaned up Javascript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ruby '>=2.3.1' | ||
source 'https://rubygems.org' | ||
|
||
# Middleman | ||
gem 'middleman', '~>4.2.1' | ||
gem 'middleman-syntax', '~> 3.0.0' | ||
gem 'middleman-autoprefixer', '~> 2.7.0' | ||
gem "middleman-sprockets", "~> 4.1.0" | ||
gem 'rouge', '~> 2.0.5' | ||
gem 'redcarpet', '~> 3.4.0' | ||
gem 'nokogiri', '~> 1.6.8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (5.0.1) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
autoprefixer-rails (6.6.1) | ||
execjs | ||
backports (3.6.8) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.12.2) | ||
compass-import-once (1.0.5) | ||
sass (>= 3.2, < 3.5) | ||
concurrent-ruby (1.0.4) | ||
contracts (0.13.0) | ||
dotenv (2.2.0) | ||
erubis (2.7.0) | ||
execjs (2.7.0) | ||
fast_blank (1.0.0) | ||
fastimage (2.0.1) | ||
addressable (~> 2) | ||
ffi (1.9.17) | ||
haml (4.0.7) | ||
tilt | ||
hamster (3.0.0) | ||
concurrent-ruby (~> 1.0) | ||
hashie (3.5.1) | ||
i18n (0.7.0) | ||
kramdown (1.13.2) | ||
listen (3.0.8) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
memoist (0.15.0) | ||
middleman (4.2.1) | ||
coffee-script (~> 2.2) | ||
compass-import-once (= 1.0.5) | ||
haml (>= 4.0.5) | ||
kramdown (~> 1.2) | ||
middleman-cli (= 4.2.1) | ||
middleman-core (= 4.2.1) | ||
sass (>= 3.4.0, < 4.0) | ||
middleman-autoprefixer (2.7.1) | ||
autoprefixer-rails (>= 6.5.2, < 7.0.0) | ||
middleman-core (>= 3.3.3) | ||
middleman-cli (4.2.1) | ||
thor (>= 0.17.0, < 2.0) | ||
middleman-core (4.2.1) | ||
activesupport (>= 4.2, < 5.1) | ||
addressable (~> 2.3) | ||
backports (~> 3.6) | ||
bundler (~> 1.1) | ||
contracts (~> 0.13.0) | ||
dotenv | ||
erubis | ||
execjs (~> 2.0) | ||
fast_blank | ||
fastimage (~> 2.0) | ||
hamster (~> 3.0) | ||
hashie (~> 3.4) | ||
i18n (~> 0.7.0) | ||
listen (~> 3.0.0) | ||
memoist (~> 0.14) | ||
padrino-helpers (~> 0.13.0) | ||
parallel | ||
rack (>= 1.4.5, < 3) | ||
sass (>= 3.4) | ||
servolux | ||
tilt (~> 2.0) | ||
uglifier (~> 3.0) | ||
middleman-sprockets (4.1.0) | ||
middleman-core (~> 4.0) | ||
sprockets (>= 3.0) | ||
middleman-syntax (3.0.0) | ||
middleman-core (>= 3.2) | ||
rouge (~> 2.0) | ||
mini_portile2 (2.1.0) | ||
minitest (5.10.1) | ||
nokogiri (1.6.8.1) | ||
mini_portile2 (~> 2.1.0) | ||
padrino-helpers (0.13.3.3) | ||
i18n (~> 0.6, >= 0.6.7) | ||
padrino-support (= 0.13.3.3) | ||
tilt (>= 1.4.1, < 3) | ||
padrino-support (0.13.3.3) | ||
activesupport (>= 3.1) | ||
parallel (1.10.0) | ||
public_suffix (2.0.5) | ||
rack (2.0.1) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.8) | ||
ffi (>= 0.5.0) | ||
redcarpet (3.4.0) | ||
rouge (2.0.7) | ||
sass (3.4.23) | ||
servolux (0.12.0) | ||
sprockets (3.7.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
thor (0.19.4) | ||
thread_safe (0.3.5) | ||
tilt (2.0.6) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
uglifier (3.0.4) | ||
execjs (>= 0.3.0, < 3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
middleman (~> 4.2.1) | ||
middleman-autoprefixer (~> 2.7.0) | ||
middleman-sprockets (~> 4.1.0) | ||
middleman-syntax (~> 3.0.0) | ||
nokogiri (~> 1.6.8) | ||
redcarpet (~> 3.4.0) | ||
rouge (~> 2.0.5) | ||
|
||
RUBY VERSION | ||
ruby 2.3.3p222 | ||
|
||
BUNDLED WITH | ||
1.14.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2008-2013 Concur Technologies, Inc. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may | ||
not use this file except in compliance with the License. You may obtain | ||
a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
License for the specific language governing permissions and limitations | ||
under the License. |
Oops, something went wrong.