Commit Graph

2138 Commits

Author SHA1 Message Date
c44e65cdec Release 4.15.0 💎 2019-01-16 08:26:45 -05:00
282806ae07 Add logo and title customization to the masthead ()
* Add logo and title customization to the masthead

* Adjust config description

* Add test site logo to `/test`

* Document `site.logo` and `site.masthead_title`

* Update CHANGELOG and history
2019-01-15 09:07:56 -05:00
86e95b4f6f Update CHANGELOG and history 2019-01-15 08:09:45 -05:00
1b7e8335fe Fix scrollspy on link clicking, and # for top of page () 2019-01-15 08:08:41 -05:00
a974e45712 Update 2019-01-08 08:45:57 -05:00
cac73fb87d Add support to customize issue-term ()
Current we hardcoded the `pathname` for `issue-term` when we are using utterances comment provider.

It would be better for let users customize it by setting a `site.comments.utterances.issue_term` in their `_config.yml`.
2019-01-08 08:42:19 -05:00
89c4169191 Update CHANGELOG, history, and canonical_url documentation 2019-01-08 08:32:24 -05:00
77059e3710 assign canonical directly if custom value exists () 2019-01-08 08:23:31 -05:00
2274abb67d Update CHANGELOG and history 2019-01-08 08:22:03 -05:00
4c2557d670 Merge pull request from edemaine/scrollspy 2019-01-08 08:19:16 -05:00
04e1614184 Define $active-color in terms of $primary-color 2019-01-04 15:46:01 -05:00
6990f8fcc9 Use jQuery throttle library 2019-01-04 12:57:33 -05:00
f2f580101e Scrollspy-style updating of hash and TOC highlighting 2019-01-04 12:45:04 -05:00
d361c00f8a Update CHANGELOG and history 2019-01-04 12:33:29 -05:00
33551c8cdb Clicking TOC links changes hash fragment ()
* Fix smooth scroll breaking back button 
* Change URL's hash fragment when clicking on TOC
* Switch from hashchange to popstate event handler

This seems to have better behavior with the Forward button, on page load,
and always scrolls in the right direction.

Close 
2019-01-04 12:31:38 -05:00
2784b3ad43 Bump version to 4.14.2 2019-01-04 12:16:38 -05:00
9232a38f2a Release 4.14.2 💎 2019-01-01 19:13:16 -05:00
53a45a240e Update copyright year 2019-01-01 19:06:45 -05:00
c848d1ed61 Update CHANGELOG and history 2019-01-01 18:36:06 -05:00
b45c66f1f8 Update 2019-01-01 18:36:00 -05:00
a81ed706da Accessibility: Add aria-label to the search button ()
* Accessibility: Add aria-label to the search button
* Update button aria text
* Add aria text to menu toggle
* Add span for search toggle
* Update span for menu label & remove aria
* Update ui-text.yml to add search_label
2019-01-01 18:33:51 -05:00
1cd1e7112a Fix wide tables that overflow parent container
Close 
2019-01-01 18:31:32 -05:00
47450e8d08 Update CHANGELOG and history 2019-01-01 17:06:55 -05:00
f27bd39a41 lunr 2.3.5 update () 2019-01-01 17:05:06 -05:00
70c937392d Fix typo 2019-01-01 16:53:19 -05:00
9fb484940f Update CHANGELOG and history 2019-01-01 16:52:54 -05:00
8ec8def1b8 shorter IE conditional statement ()
saves 5 bytes :-)
2019-01-01 16:50:33 -05:00
f98445ef96 Update CHANGELOG and history 2019-01-01 16:49:49 -05:00
Roy
599847bf2d Persian Translation of UI Elements ()
* Add Persian translation to ui-text.yml
* Mention the added Persian translation in the documentation
2019-01-01 16:47:05 -05:00
f3f73fdedc Update CHANGELOG and history 2019-01-01 16:42:55 -05:00
7de372cea9 [Bug fix]: Added missing Staticman Spanish UI text ()
Taken from line 91 of 5d-eu/messages.php@ec56008
2019-01-01 16:41:20 -05:00
e647af55dd Update CHANGELOG and history 2019-01-01 16:40:39 -05:00
c1412e3958 Remove unused variables () 2019-01-01 16:39:39 -05:00
f4d890f282 Update CHANGELOG and history 2019-01-01 16:04:06 -05:00
4c6dd4fb41 update font awesome ()
REF: https://fontawesome.com/changelog/latest
2019-01-01 16:02:59 -05:00
7178b37b08 Fixed Netlify typo () 2018-12-31 21:15:07 -05:00
5b8a9de8eb HTTPS Twitter short link () 2018-12-19 08:02:41 -05:00
f83fce9a02 Fix broken image 2018-12-11 08:10:51 -05:00
f6d41f8fc8 Fix broken image
Close 
2018-12-11 08:10:27 -05:00
aeb09ff7e1 Update YAML example 2018-12-04 14:22:47 -05:00
63109a8316 Update CHANGELOG and history 2018-12-04 14:20:09 -05:00
5a8f737732 Update test post 2018-12-04 14:20:00 -05:00
9de7eab353 Allow sidebar navs with custom sidebar content
Multiple sidebar navs can also be included on a page:

```
sidebar:
  - title: Navigation 1
    nav: nav1
  - title: Navigation 2
    nav: nav2
```

Fixes 
2018-12-04 14:17:54 -05:00
be82750f82 Update CHANGELOG and history 2018-12-03 08:40:21 -05:00
f4f6e32cc3 Fix function name for Google Custom Search ()
fbafe58e40b1bd4a2628aef1eb5955ab57dcfaf4 renamed the function in the
scripts file, but did not rename the call sites.
2018-12-03 08:38:33 -05:00
6a93cea9bd Update README.md ()
Just a minor addition, the word Hindi written in devnagri script (the script used for this language). Makes it easier to visually understand what script we are talking about.
2018-12-03 08:34:06 -05:00
f36a8a0bb0 Update about.md ()
Just a minor addition, the word Hindi written in devnagri script (the script used for this language). Makes it easier to visually understand what script we are talking about.
2018-12-03 08:33:51 -05:00
19862018e5 Update CHANGELOG and history 2018-11-27 09:08:52 -05:00
82e9aee6a8 Change remaining schema.org markup to https () 2018-11-27 09:07:51 -05:00
4e745d2f14 Update NPM dependencies
cc/ 
2018-11-27 08:27:08 -05:00