Robert Lord
de496848c1
Update sprockets, cut version 2.3.1
2018-07-05 16:32:01 -07:00
Robert Lord
d295437b9c
Cut version 2.3
2018-07-05 16:28:32 -07:00
Robert Lord
b2119b0313
Fix ToC issues, fix #995
2018-07-05 16:28:05 -07:00
Nick Busey
e621be095a
Adding js to language bindings in sample intro ( #1000 )
2018-07-05 15:18:22 -07:00
Grey Baker
05a6b8af8c
[Security] Bump nokogiri from 1.6.8.1 to 1.8.2 ( #980 )
2018-05-21 14:48:49 -05:00
Ricardo Castro
867ac6b9e6
Remove invalid links ( #979 )
2018-04-24 21:11:26 -05:00
Sebastian Zaremba
3c99bbbac9
Make quotes consistent in Gemfile ( #983 )
2018-04-24 21:10:12 -05:00
Jerome Dahdah
7ecc79c93b
Factor nav-padding into search input width ( #967 )
...
Hardcoded value of 30px no longer works when navigation padding is changed. This is now calculated dynamically.
2018-03-01 08:33:14 -08:00
Jerome Dahdah
c8941b0a05
Remove outdated Fidor Bank example ( #963 )
2018-02-27 07:47:55 -08:00
al-tr
dfe3d85e2f
Remove IBM from "Companies Using Slate" ( #964 )
2018-02-27 07:47:22 -08:00
Andrey Fedorov
76b06fede7
Fixes #909 , reverts "don't pushState", using replaceState instead ( #949 )
...
Partially reverts 95f924fd0d .
2018-02-08 14:22:41 -06:00
Andrey Fedorov
603d4cd797
Rename OS X to macOS in deploy.sh comment ( #951 )
2018-02-05 12:51:09 -06:00
Andrey Fedorov
87b84e0721
Rename OS X as macOS ( #950 )
2018-02-05 12:50:41 -06:00
Samuel Cousin
e30e35004e
Update .editorconfig to allow trailing whitespace in .md files ( #947 )
2018-01-28 15:22:19 -06:00
Dan Levy
dd8e04c6f4
Cleans HTML before setting document.title ( #946 )
...
Fixes https://github.com/lord/slate/issues/945
2018-01-28 15:21:01 -06:00
Robert Lord
55cbe85ca8
Increase memory of Vagrant, fixes #601 hopefully
2018-01-20 13:08:14 -06:00
Robert Lord
b742b60413
Fix broken list, replaces #918
2018-01-20 12:41:03 -06:00
Tomi Takussaari
8af90c16c5
Upgrade to latest jQuery (3.2.1) ( #939 )
2018-01-20 12:37:44 -06:00
Robert Lord
e70fdf11fc
Allow strikethrough with two tildes in markdown, fixes #929
2018-01-19 14:13:11 -06:00
Robert Lord
2245e95e48
Add changelog for 2.2
2018-01-19 13:57:35 -06:00
Robert Lord
57b013f483
Add notes about spectrum
2018-01-19 13:52:04 -06:00
Emir Ribić
4698045e79
Update README.md ( #919 )
...
Fixed typo
2017-12-04 07:57:10 -08:00
Gregor Martynus
c310afa807
remove unneccessary offensive language :hug: ( #910 )
2017-11-28 16:26:02 -08:00
Robert Lord
e95a16d55f
Fix bug where wrapping the logo in an <a> tag would brake it
2017-11-23 13:09:21 -08:00
Robert Lord
48807d74c9
Fix #837 Chinese, Russian headers, thx finalnova
2017-11-23 10:40:00 -08:00
Robert Lord
7ef0fd4327
Parameterize ToC titles, remove html tags from slug (thx seweil), fixes #904
2017-11-23 10:23:52 -08:00
Martius
2056b4a4b9
fixed Markdown code formatting using backticks inside HTML code block in _errors.md ( #905 )
2017-11-23 09:53:50 -08:00
Vladimir Morozov
4f915e9cb2
Add optional NestingUniqueHeadCounter header ID generator
...
* Move nesting generator to separate class
* Major bug fix, code simplification
* Get rid of global value, use class variable instead.
2017-11-09 09:14:43 -06:00
Robert Lord
b6cf496445
Update nav-text to update toc text too, fixes #885
2017-10-30 00:30:04 -05:00
Jay Thomas
e3e84d95da
Add editorconfig ( #891 )
2017-10-30 00:11:55 -05:00
Robert Lord
cf29f6786c
Add 2.1.0 changelog notes
2017-10-30 00:06:37 -05:00
Ben
adf815e35f
Fix data-title attribute for H2 elements in TOC ( #884 )
...
I believe the data-title attribute for H2 elements was mistakenly using the parent H1 content as its value, rather than its own content.
2017-09-30 16:39:15 -05:00
Robert Lord
bdf8548cc7
Comment out rtl direction by default
2017-09-16 14:43:57 -05:00
Mohammad Hossein Rabiee
024c6dc962
Slate RTL ( #842 )
2017-09-16 14:43:17 -05:00
Zach Toolson
95f924fd0d
Do not push history state. The browser already handles back properly ( #878 )
2017-09-13 23:17:16 -05:00
Fouad Matin
e97630b186
source: update index.html.md s/tripit/lord/g
2017-09-06 14:59:08 -04:00
Nicolas Bonduel
a1ba73f437
Update screen.css.scss
...
Add possibility to have the ´code´ tag inside the content tables
2017-08-09 14:00:55 -07:00
Marian Friedmann
4f3116a68c
Add border width to negative margin to prevent jumps
2017-07-27 08:19:11 -07:00
Christian Oliff
29b35a3388
Correct capitalization of PayPal and GitHub
2017-07-22 11:30:23 -07:00
Diego
a00b046b3d
Update_lang.js
...
on line 101 missing a semicolon
2017-07-20 11:01:19 -07:00
PotHix
1087f8bd69
Document --source-only and add --push-only
...
The `--source-only` already works to only build and not deploy. But
sometimes we want to just push and not build. An example of that is
when you want to use Docker to build the project, avoiding the
installation of the whole Ruby environment in your computer.
This commit adds `--push-only` to add the ability to execute only the
actions related to `git` and avoid the project build.
No API was broken by this commit, it's a minor change.
2017-07-20 11:00:30 -07:00
Abdullah Hashim
2e88f725fa
Changes retrieves to deletes
...
I think the use of the word retrieves in the DELETE request is used mistakenly.
2017-07-20 10:28:53 -07:00
Alejandro Aguirre
bdb6930310
Update_errors.md ( #815 )
...
Adding some punctuation marks.
2017-07-17 20:31:24 -07:00
Robert Lord
17b259a40d
Create CODE_OF_CONDUCT.md
2017-07-17 11:44:09 -07:00
Robert Lord
f598b9c7d1
Add a few more release notes
2017-07-17 11:27:53 -07:00
Robert Lord
c5b06fe89e
Add 2.0.0 release notes
2017-07-17 11:25:52 -07:00
Robert Lord
132e9c4856
Merge branch 'master' into dev
2017-07-17 11:17:09 -07:00
Robert Lord
e890c4bb8b
Add note about language tabs as comment in default yaml frontmatter
2017-07-17 11:08:57 -07:00
Robert Lord
5663fb8b4f
Fix bug with initial load of ToC always jumping to top
2017-07-06 23:32:43 -07:00
Steve Brandwood
4d3787afd7
Update Vagrant to Ruby 2.4 ( #803 )
...
fixes #802
2017-06-29 14:55:44 -07:00