Commit Graph

60 Commits

Author SHA1 Message Date
Patrick Marsceill c5e53d90c9
Update customization.md 2019-09-10 11:36:48 -04:00
Patrick Marsceill b49829c784
Update search.md 2019-09-10 11:26:14 -04:00
Patrick Marsceill dbac62127a
Merge branch 'v0.2.7-release' into change-theme-button-text 2019-09-09 16:06:21 -04:00
Patrick Marsceill 850a8fe256
Merge pull request #203 from pdmosses/search-config
Search config
2019-09-09 16:00:11 -04:00
Peter Mosses 1564ca4511 Update configuration.md
Added documentation for `search_tokenizer_separator`.
2019-09-09 21:50:05 +02:00
Patrick Marsceill 3b42ec2762
Merge pull request #206 from iamcarrico/allow-for-overrides
Allow for custom overrides by the user
2019-09-09 15:35:31 -04:00
Patrick Marsceill 843233c6b2
Merge pull request #187 from SgtSilvio/improvement/site-logo
Improvement/site logo
2019-09-09 15:10:55 -04:00
Ian Carrico 1aee233e1f Add in some docs 2019-09-04 09:04:10 -04:00
Peter Mosses 50cdf076b4 Add configuration option search_tokenizer_separator
The default is for hyphens to separate tokens in search terms: `gem-based` is equivalent to `gem based`.

This adds `search_tokenizer_separator` as a site configuation option, to support search for hyphenated words.
2019-08-29 15:36:13 +02:00
Peter Mosses 5b74b44230 Revert "Optional delay of grandchildren link display"
This reverts commit 8ac545a5eb.
2019-08-29 14:42:23 +02:00
Peter Mosses 5e72b7db67 Revert "Revert "Optional delay of grandchildren link display""
This reverts commit 89f79138c3.
2019-08-29 14:41:09 +02:00
Peter Mosses 89f79138c3 Revert "Optional delay of grandchildren link display"
This reverts commit 8ac545a5eb.
2019-08-22 21:37:11 +02:00
Peter Mosses 8ac545a5eb Optional delay of grandchildren link display
The current default is that when a grandparent is selected, the links to its
children *and all its grandchildren* are displayed in the navigation menu.
Setting `grandchildren_branch: true` in `_config.yml` delays the display of links
to grandchildren until their parent is selected.
2019-08-21 13:49:07 +02:00
Silvio Giebl 91760ee8c9 Added documentation for logo variable 2019-08-17 14:46:28 +02:00
Manu de37d60720 Recommend using index.md as parent page for sections
Using `index.md` as name for the parent page within a section allows lazy developers
to skip defining `permalink`. This is already working and this PR just updates the documentation.
2019-08-15 09:38:44 +08:00
Patrick Marsceill 5ad439b53c
Merge branch 'v0.2.6-release' into improve-search 2019-08-14 11:03:30 -04:00
Patrick Marsceill f2cec110ff
Add footer content docs 2019-08-14 10:50:49 -04:00
Patrick Marsceill 225604723a
Fix docs and custom scss 2019-08-14 10:40:19 -04:00
Patrick Marsceill 3eadd49ee7
Fix new namespace on event 2019-08-14 10:08:01 -04:00
Patrick Marsceill 2b2ebf6033
Lint and docs 2019-08-13 17:24:23 -04:00
Patrick Marsceill b89b683f90
Add content footer 2019-08-06 15:56:29 -04:00
jacobherrington eabe7b2585 Change button copy on theme preview
This commit makes the dark mode preview feel a little more interactive
and it also pulls some duplicated code into one file so that people like
me aren't stumped when they are looking at the wrong page!
2019-06-21 18:19:49 -05:00
Silvio Giebl f4ee29d0c3 Fixed script tags 2019-05-19 02:55:43 +02:00
Patrick Marsceill 0ac8ec23bf
Support for nesting ul in ol and vice versa 2019-02-02 17:38:36 -06:00
Patrick Marsceill a8c282ae5a
Add docs for GA tracking 2019-02-02 12:32:33 -08:00
Florian Woerner 04e81c7158
Just fixing a typo in the layout example 2019-01-26 16:28:26 +01:00
EricFromCanada 60c82cb518 Allow for ampersand in title or URL
Because `page.title` (and `page.url`) is already escaped and page titles served by lunrjs do not need escaping, ampersands need to be unescaped to display properly in search results.
2019-01-16 00:31:30 -05:00
EricFromCanada 9a4ea76957 Improve search content generator 2019-01-15 22:54:30 -05:00
EricFromCanada 793ea356c3 Use `unless` loop for comma
and mention `search_exclude`
2019-01-15 20:48:52 -05:00
EricFromCanada 71ba32e131 Additional text fixes 2019-01-15 20:48:48 -05:00
EricFromCanada 2218e6e565 Fix links and syntax
For pages in utilities/, reorder `nav_order` to follow `parent`.
2019-01-14 14:43:33 -05:00
EricFromCanada ae5bcfe361 Fix grammar and capitalization 2019-01-14 14:43:29 -05:00
EricFromCanada ff49d02f83 Make spacing consistent 2019-01-14 14:43:16 -05:00
Patrick Marsceill d5d1ddbd92
Docs update 2018-12-16 15:27:25 -05:00
Patrick Marsceill eb0a6c328f
Allow pages to be excluded from search 2018-12-16 14:47:41 -05:00
Patrick Marsceill 555dfae410
Make TOC on parent pages optional 2018-12-16 14:27:44 -05:00
Patrick Marsceill 6b213c2da0
Additional ident 2018-11-26 11:26:44 -05:00
Björn Folbert 860207d13c
Indented the title for aux_link
The indent is required for the aux links to work.
2018-11-24 00:21:57 +01:00
Patrick Marsceill c20129c32c
update docs for nav / page strucutre 2018-11-19 16:26:22 -05:00
Patrick Marsceill dac6e45451
Update docs 2018-11-19 13:50:54 -05:00
Patrick Marsceill 3ecef3be5c
jk 2018-11-19 13:37:49 -05:00
Patrick Marsceill 960d347f68
Support 3 levels of pages 2018-11-19 13:28:59 -05:00
Patrick Marsceill f0bb38e1b8
Clean up colors and docs 2018-11-18 11:07:45 -05:00
Patrick Marsceill 4814fbce64
Content cleanup 2018-11-16 14:55:20 -05:00
Patrick Marsceill 410085dd28
Content cleanup 2018-11-16 14:37:00 -05:00
Patrick Marsceill 379a976387
Add docs for nav exclude 2018-11-16 13:57:49 -05:00
Patrick Marsceill b98cac8620
Add new configuration docs 2018-11-16 11:47:46 -05:00
Patrick Marsceill c6ca6f61ab
Update docs for search config 2018-11-16 11:47:30 -05:00
Patrick Marsceill e41c1701a5
Bump nav order for new docs 2018-11-16 11:47:14 -05:00
Patrick Marsceill 45eea0efb6
Add docs for lists 2018-11-16 10:57:07 -05:00