Commit Graph

951 Commits

Author SHA1 Message Date
Liam Cooke eac6eb25b8
Add post_convert hook to modify HTML content before layout (#8368)
Co-authored-by: John Hughes <johnkhughes@users.noreply.github.com>
2020-09-04 12:31:24 +05:30
Shannon Kularathna bc9895aa9b
Clarify description of `safe` option (#8354)
Merge pull request 8354
2020-08-27 12:50:17 -04:00
Lou Rectoret 4299095d21
Run server with Autoreload (#8355)
* docs: livereload option

Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
2020-08-25 15:44:58 +02: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
joelkennedy 0edc075818
Update documentation on third party site (#8352)
Merge pull request 8352
2020-08-23 10:39:06 -04:00
Alexey Pelykh 6a444634db Added docs for enhanced link tag 2020-08-16 22:29:11 +05:30
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
Parker Moore 180673b5a5 Add Jekyll 3.9.0 release post to main documentation 2020-08-05 14:43:06 -04:00
Frank Taillandier a39509678e fix: W3C HTML5 Validator warning
The type attribute is unnecessary for JavaScript resources.
2020-08-03 12:01:08 +02:00
Christopher Brown 113aa48ca6
Clarify target of subordinate clause (#8320)
Merge pull request 8320
2020-07-29 16:38:32 -04:00
bytecode1024 6256ae0719
Extra apostrophes in an URL (#8319)
Merge pull request 8319
2020-07-29 13:17:58 -04:00
Brittany Joiner 943a6fdb87
Update resources.md (#7864)
Merge pull request 7864
2020-07-17 06:44:23 -04:00
Steven Xu d90d1f2494
add punctuation (#8306) 2020-07-16 18:28:22 +02:00
Ashwin Maroli 716536b551
Clarify relevance of data file basename [skip ci] 2020-07-12 21:40:05 +05:30
Ashwin Maroli a5b6602ffd
Add a note on the rendering process in the docs (#8291)
Merge pull request 8291
2020-07-08 14:46:06 -04:00
Joe Marshall 8a1073733d
Add Formcake to forms section (#8283)
Merge pull request 8283
2020-07-06 08:12:12 -04:00
Felix Breidenstein 148608256a
Fix 'page 1' special treatment in pagination docs (#8230)
Merge pull request 8230
2020-07-01 02:35:14 -04:00
jaybe@jekyll 930c65fb20
Update pointer to special permalink variables for collections (#8274)
Merge pull request 8274
2020-07-01 02:32:44 -04:00
Frank Taillandier 06b969db5d chore: generate site 2020-06-24 18:57:25 +02:00
Frank Taillandier baf0274234 chore: bump to 4.1.1 2020-06-24 18:55:53 +02:00
Ashwin Maroli a7b8d27bda
Release post for v4.1.1 (#8243)
Merge pull request 8243
2020-06-24 12:53:29 -04:00
HonkingGoose 3f6e230d53
Change word (#8265)
Merge pull request 8265
2020-06-24 08:02:25 -04:00
HonkingGoose edbafe8c98
Update link to Netlify step-by-step guide (#8264)
Merge pull request 8264
2020-06-24 07:59:40 -04:00
Ashwin Maroli 8136d490e3
Allow hyperlinks to specific filter documentation (#8231)
Merge pull request 8231
2020-06-22 09:40:04 -04:00
Bianca Power b3de5ab83a
correct typo (#8261)
Merge pull request 8261
2020-06-20 17:59:43 -04:00
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
Markoz Peña a7e74122f3
Fix typo name of repository (#8248) 2020-06-12 23:28:26 +02:00
Markoz Peña e874ba3044
Change name to ▲Vercel (#8247)
Merge pull request 8247
2020-06-12 15:10:44 -04:00
Lucas Alves 6a8b9fc35d
Including correct Sketch website (#8241)
Merge pull request 8241
2020-06-09 16:50:21 -04:00
Anthony 72c7529e27
Replace deprecated 'show' command with 'info' (#8235)
Merge pull request 8235
2020-06-08 01:28:42 -04:00
Ashwin Maroli 03256d7b80 Revert re-introduction of PageDrop
Reverts commit 1bfb12b210.
2020-06-04 20:08:35 +05:30
Ashwin Maroli 1bfb12b210 Revert deletion of PageDrop
Reverts commit 8590ab0768.
Reverts commit 69154c2ef7.
2020-06-04 19:24:51 +05:30
Ashwin Maroli 8590ab0768
Revert introduction of PageDrop (#8221)
Merge pull request 8221
2020-06-04 08:54:16 -04:00
Ashwin Maroli 8b22c9dcd5
Disable page excerpts by default (#8222)
Merge pull request 8222
2020-06-04 04:57:10 -04:00
Koos Looijesteijn 99c9b51c3a
Add atom:link rel="self" to RSS feed template (#8213)
The [W3C validator](https://validator.w3.org/feed/check.cgi) says:
> This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

With the added line, this should be fixed.
2020-05-28 15:52:24 +02:00
Ashwin Maroli 627e3bbe53
Release post of `v4.1.0` (#8209)
Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
2020-05-27 12:53:29 +02:00
Frank Taillandier 0a48b23695 chore(release): v4.1.0 💎 2020-05-27 12:43:37 +02:00
Frank Taillandier e05f2b9d5b docs: fix classifier-reborn link
Fix #8211
2020-05-27 11:30:47 +02:00
iBug ♦ 13b7291649
Make number_of_words respect CJK characters (#7813)
Merge pull request 7813
2020-05-22 11:01:17 -04:00
Ashwin Maroli 0b2c4c9cec
Add find filters to optimize where-first chains (#8171)
Merge pull request 8171
2020-05-21 06:56:47 -04:00
Ashwin Maroli 098eab0304
Improve documentation on tags and categories (#8196)
Merge pull request 8196
2020-05-20 17:04:15 -04:00
Toby Glei b5e9870f45
docs: add 21yunbox for deployment (#8193)
Merge pull request 8193
2020-05-20 05:28:56 -04:00
Philip Eriksson b18a6830c3
Update third-party.md (#8191)
Merge pull request 8191
2020-05-19 16:29:31 -04:00
Philip Eriksson 497246dcf9
Remove sudo from Travis CI tutorial (#8187)
Merge pull request 8187
2020-05-18 08:15:13 -04: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
dotnetCarpenter 58a73a53d0
Ease discovery of CLI commands (in their entirety) (#8178)
Merge pull request 8178
2020-05-14 09:38:08 -04:00
Ashwin Maroli ce483d29a4
Site: Filter through just the docs collection (#8170)
Merge pull request 8170
2020-05-10 05:29:24 -04:00
Ashwin Maroli 80683dde4e Forward-port release history from stable branches 2020-05-10 12:11:49 +05:30
Frank Taillandier e70e993721 chore: set verion to 4.0.1 2020-05-10 00:41:55 +02:00
Frank Taillandier 8c77d2ece6
Release: v4.0.1 post (#8166)
* docs: 4.0.1 release post
* chore: bump latest version
2020-05-10 00:15:16 +02:00
Frank Taillandier d51cd070ed chore: use native lazy loading and fixed img 2020-05-09 13:07:02 +02:00
Frank Taillandier 667df335da docs: add french government websites
props @MattiSG
2020-05-09 13:05:19 +02:00
Max Chadwick 88c0617588
Fix typo (#8162)
Merge pull request 8162
2020-05-07 01:46:58 -04:00
Ashwin Maroli ed11d2149e
Allow disabling import of theme configuration (#8131)
Merge pull request 8131
2020-05-06 15:56:56 -04:00
Frank Taillandier 1f39f7a96e
docs: update resources
- ZEIT is now Vercel
- Mention forks like Glim and Bridgetown
- Remove old posts
2020-05-04 19:48:35 +02:00
jeffreytse 4dd1868405
docs: update your-first-plugin.md (#8147)
Merge pull request 8147
2020-05-04 05:07:20 -04:00
Mike Kasberg d0f5f0f199
Clarify `bundle config` in Bundler tutorial (#8150)
Merge pull request 8150
2020-04-30 09:06:24 -04:00
michaelcurrin a36bea22e3
Docs: Deploy Jekyll site with GitHub Actions (#8119)
Merge pull request 8119
2020-04-27 03:29:59 -04:00
Leo 3acc74c611
docs: Fix broken URL in the "Resources" page (#8136)
Merge pull request 8136
2020-04-25 14:47:59 -04:00
Aaron K Redshaw 9e9c713f65
Added note about OS specific installation instructions. (#8135)
Merge pull request 8135
2020-04-25 03:58:34 -04:00
Paramdeo Singh 470b925cdd
Added Clear Linux (#8132)
Merge pull request 8132
2020-04-24 03:57:34 -04:00
Frank Taillandier 964b80edc6
docs: override default excluded filenames
fix #8009
2020-04-18 22:27:23 +02:00
Ashwin Maroli c8ce49fdfd
Improve syntax-highlighting in documentation site (#8079)
Merge pull request 8079
2020-04-15 09:12:06 -04:00
jonas-krummenacher d935b6f7f9
KeyCDN added to third party site (#8122)
Merge pull request 8122
2020-04-14 20:12:22 -04:00
wzy e5804f33c2
Add help about Gentoo/Linux (#8002)
Merge pull request 8002
2020-04-13 11:34:22 -04:00
Frank Taillandier 657d924119
docs: update Ruby versions 2020-04-13 11:06:30 +02:00
Ashwin Maroli 30e7d5ea53
Add slugified_categories URL placeholder (#8094)
Merge pull request 8094
2020-04-13 03:51:33 -04:00
Frank Taillandier ffdab933b8
docs: Netlify and ZEIT Now guides
- Deploy Jekyll 4.0 on Netlify
- Deploy Jekyll on ZEIT Now example
2020-04-10 16:09:13 +02:00
Atlas Cove 7ac4c32181
Update variables.md (#8106)
Merge pull request 8106
2020-04-09 11:54:12 -04:00
guanicoe 8c3934fd02
Update front-matter.md (#8097)
Merge pull request 8097
2020-04-05 10:52:49 -04:00
HTeuMeuLeu 792ecfa310
Add version badge for Custom Sorting of Documents (#8098)
Merge pull request 8098
2020-04-05 10:50:46 -04:00
Ashwin Maroli 3c41a1eb1d Make corrections to tabulating CSV-data tutorial
* Replace highlight tags with triple backticks
* Replace hard tab characters with 2 spaces
* Fix typos
* Change tutorial title
2020-04-05 11:57:32 +05:30
Frank Taillandier 842a809cab
fix: padding on liquid code blocks
props @MichaelCurrin
2020-04-04 16:35:45 +02:00
michaelcurrin 047da6396a
Create CSV to table tutorial (#8090)
Merge pull request 8090
2020-04-04 10:33:09 -04:00
Ashwin Maroli 0cd3bb8d19
Render tutorial metadata in documentation site (#8092)
Merge pull request 8092
2020-04-02 18:22:52 -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
Ashwin Maroli 09c448449e
Add default front matter for tutorials collection (#8081)
Merge pull request 8081
2020-03-29 16:11:17 -04:00
Ashwin Maroli b84ba5accc
Add PageDrop to provide Liquid templates with data (#7992)
Merge pull request 7992
2020-03-26 09:39:47 -04:00
Kieran Barker 1fe5bd0cf5
Remove extra paragraph tags (#8063)
Merge pull request 8063
2020-03-20 06:40:17 -04:00
Tobias Klüpfel dc5e1d7056
Update 09-collections.md (#8060)
Merge pull request 8060
2020-03-19 06:10:25 -04:00
Frank Taillandier 1115eebe15 docs: add typeform 2020-03-10 01:24:32 +01:00
Frank Taillandier 325e6bb3f8 docs: add page layout to philosophy 2020-03-10 01:21:06 +01:00
Frank Taillandier 256b0875cb site: make resources editable 2020-03-10 01:20:31 +01:00
Riccardo Porreca 3e182ef25e
Non-deprecated `vendor/bundle` path configuration (#8048)
Merge pull request 8048
2020-03-07 11:40:24 -05:00
Frank Taillandier 422470dc6e
docs: ZEIT and Render 2020-03-07 10:36:49 +01:00
Frank Taillandier c8d673c984
docs: external links
Third-party services, deployment services
2020-03-07 09:57:14 +01:00
Eric Knibbe b05e6ee8ae
docs: improvements for note boxes (#8037)
Merge pull request 8037
2020-02-28 14:29:47 -05:00
Ashwin Maroli 7ba99f0010
Docs: Render full contents of just the latest post (#8032)
Merge pull request 8032
2020-02-27 08:14:15 -05:00
Matt Penna 0378c3628c
Corrected command to modify PATH (#8030)
Merge pull request 8030
2020-02-27 00:22:03 -05:00
Matt Penna a9fb26fc33
Corrected command to modify PATH (#8029)
Merge pull request 8029
2020-02-26 19:46:25 -05:00
Dmitry Egorov 39e2a8b5f5
[Docs] Fix asset link ref in step-by-step tutorial (#8026)
Merge pull request 8026
2020-02-26 01:28:36 -05:00
Ashwin Maroli 68066ce268
Optimize rendering of the documentation site (#8020)
Merge pull request 8020
2020-02-24 18:44:11 -05:00
Gareth Mcshane 331d3f3ffe
remove leading slash from Sass file location (#8021)
Merge pull request 8021
2020-02-24 05:43:25 -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
Mark Bennett 9739246a89
Add Visual Studio Code Development Container (#8016)
Merge pull request 8016
2020-02-20 12:46:16 -05:00
vhermecz b5d8a5f409
Fix file references in Step by Step Tutorial's Assets step (#8007)
Merge pull request 8007
2020-02-17 02:49:08 -05:00