QuinnG8
c59e59091d
Add note about VSCode warning for SCSS files ( #9609 )
...
Merge pull request 9609
2024-09-08 06:30:10 -07:00
Mike Kasberg
0eb9239151
Improve GitHub Flavored Markdown Docs ( #8684 )
...
Merge pull request 8684
2021-07-22 13:57:51 -04:00
Mike Kasberg
b5e910acfb
Improve the "Markdown Options" Docs ( #8681 )
...
Merge pull request 8681
2021-05-18 03:34:13 -04:00
Sesh Sadasivam
9ed85a028a
Add documentation for Sass configuration options ( #8587 )
...
Merge pull request 8587
2021-05-14 16:39:12 -04:00
Eric Cousineau
2aa33c8043
liquid: Replace "mutually exclusive" with "orthogonal" ( #8584 )
...
Was a bit confused when I saw "mutually exclusive" regarding `error_mode` and (`strict_variables`, `strict_filters`), then to see both sets turned on.
Perhaps "orthogonal" (they don't affect each other) is slightly better wording than "mutually exclusive" (they can't "exist" at the same time)?
2021-03-27 17:08:47 +01:00
Frank Taillandier
e0e856f216
chore: check-html-links
2021-01-30 23:23:54 +01:00
Ashwin Maroli
d1093e0160
Improve maintainability of config option data ( #8383 )
...
Merge pull request 8383
2020-09-09 05:18:20 -04:00
Malathi
23f59f4153
Docs: Use data file(s) to render table(s) at https://jekyllrb.com/docs/configuration/options/ ( #8380 )
...
Merge pull request 8380
2020-09-08 14:08:17 -04:00
Malathi
5924eb19f6
Use data file to render table at `/docs/configuration/options/#global-configuration` ( #8377 )
...
Merge pull request 8377
2020-09-07 13:38:06 -04:00
Chuck Houpt
a88e5ef2b1
Add missing flag and options doc for build and serve commands ( #8365 )
...
Merge pull request 8365
2020-09-04 09:59:29 -04:00
Shannon Kularathna
bc9895aa9b
Clarify description of `safe` option ( #8354 )
...
Merge pull request 8354
2020-08-27 12:50:17 -04:00
Shannon Kularathna
37a250bd8d
Update default.md with info requested in #8314 ( #8353 )
...
Merge pull request 8353
2020-08-24 10:42:10 -04:00
Nikita Skalkin
f26d70b53c
Docs for remove support for Redcarpet
...
via #6990 and #8344
Co-authored-by: Emil Sågfors <emil.sagfors@iki.fi>
2020-08-16 22:17:38 +05:30
Frank Taillandier
190cffe875
rdiscount is not supported anymore
2020-08-16 22:04:43 +05:30
jaybe@jekyll
d89b0974a2
Update liquid.md ( #8250 )
...
Merge pull request 8250
2020-06-13 14:55:52 -04:00
jaybe@jekyll
426e050b32
Add language and examples to describe how to use the configuration options. ( #8249 )
...
Merge pull request 8249
2020-06-13 02:59:21 -04:00
Frank Taillandier
e05f2b9d5b
docs: fix classifier-reborn link
...
Fix #8211
2020-05-27 11:30:47 +02:00
codenitpicker
603fae800a
docs: kramdown options ( #8181 )
...
Example usage of kramdown options
Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
2020-05-17 14:03:37 +02:00
Ashwin Maroli
ed11d2149e
Allow disabling import of theme configuration ( #8131 )
...
Merge pull request 8131
2020-05-06 15:56:56 -04:00
Ashwin Maroli
bc9774561b
Utilize relative_url filter in documentation site ( #8089 )
...
Merge pull request 8089
2020-04-01 08:41:30 -04:00
Eric Knibbe
b05e6ee8ae
docs: improvements for note boxes ( #8037 )
...
Merge pull request 8037
2020-02-28 14:29:47 -05:00
Eric Knibbe
8c3276133d
docs: improve highlighting of code blocks ( #8017 )
...
Merge pull request 8017
2020-02-21 06:08:48 -05:00
Ashwin Maroli
707741c0f8
Configure kramdown toc_levels as array by default ( #8015 )
...
Merge pull request 8015
2020-02-20 12:54:49 -05:00
Ashwin Maroli
558e05eb73
Add an option to easily disable disk-cache ( #7928 )
...
Merge pull request 7928
2020-02-20 12:47:32 -05:00
Aaron Adams
b8c4e2aaf7
Move --baseurl to build command options ( #7985 )
...
Merge pull request 7985
2020-01-29 17:01:56 -05:00
Patrik Eriksson
b9af7d3564
docs: remove watch option in config ( #7940 )
...
Merge pull request 7940
2020-01-15 10:02:37 -05:00
Patrik Eriksson
89dc5c2857
docs: add options for watch and force polling ( #7918 )
...
Merge pull request 7918
2019-12-03 03:31:26 -05:00
Patrik Eriksson
442d4dfb2e
docs: add short serve command for livereload ( #7919 )
...
Merge pull request 7919
2019-12-02 07:55:18 -05:00
Frank Taillandier
882279c307
Add default Sass dir
2019-07-24 15:15:27 +02:00
Ale Muñoz
276e71fb80
Update options.md
2019-05-28 15:13:02 +02:00
Ale Muñoz
641eb4e9e7
Update docs/_docs/configuration/options.md
...
Co-Authored-By: Frank Taillandier <frank.taillandier@gmail.com>
2019-05-28 15:11:50 +02:00
Ale Muñoz
c6566b2410
Added documentation for Live Reload feature
...
This was added in 3.7.0 (see https://jekyllrb.com/news/2018/01/02/jekyll-3-7-0-released/ ) but it's not mentioned anywhere in the docs
2019-05-24 14:53:49 +02:00
Frank Taillandier
5fa01141cc
docs: mention CommonMark plugins ( #7418 )
...
Merge pull request 7418
2019-03-15 13:33:54 -04:00
Arthur Attwell
70fe95c439
Docs: store SSL key and cert in site source ( #7473 )
...
Merge pull request 7473
2019-01-12 14:53:48 -05:00
Frank Taillandier
688d0734b8
Docs: more inclusive writing ( #7283 )
...
Merge pull request 7283
2018-09-29 08:31:28 -04:00
Tobias
096afbeee4
environments.md: reference the build command options that allows multiple config files ( #7266 )
...
Merge pull request 7266
2018-09-22 08:51:34 -04:00
Chris Finazzo
74c185c461
Minor grammar fixes ( #7238 )
...
Merge pull request 7238
2018-09-10 12:19:30 -04:00
Mike Neumegen
805f438f24
New docs ( #7205 )
...
Merge pull request 7205
2018-09-01 04:39:57 -04:00