500 Commits

Author SHA1 Message Date
Benoît Courtine
5a8d6353e6 Add a button to toggle sidebar and view content in full width (col-md-12). 2017-02-10 11:00:32 +01:00
tomjohnson1492
0152400034 fine tune doc on github api 2017-01-27 07:25:26 -08:00
tomjohnson1492
b468d0682b added instructions for fixing github API errors on auto-rebuild 2017-01-27 07:16:13 -08:00
Tom Johnson
d64080f840 Merge pull request #66 from hartzell/patch-1
Fix closing list item tag (<li> -> </li>)
2017-01-22 19:10:36 -08:00
George Hartzell
feb83939f2 Fix closing list item tag (<li> -> </li>)
I think that this should have been a closing tag, not another opening tag.

Thanks for the wonderful sample site and theme!
2017-01-22 15:56:27 -08:00
tomjohnson1492
9a30b3950a fix erroneous style 2017-01-21 21:38:48 -08:00
Tom Johnson
ba0fbe1928 Merge pull request #58 from Gravatronics/customstyles-hover
Fix :hover selector in customstyles.css
2017-01-21 21:36:08 -08:00
Tom Johnson
bd54f1e8e1 Merge pull request #59 from Gravatronics/customstyles-font-color
Replace invalid font-color with color in customstyles.css
2017-01-21 21:35:59 -08:00
Tom Johnson
1d4a1381c0 Merge pull request #60 from Gravatronics/customstyles-media
Fix concatenation of media queries in customstyles.css
2017-01-21 21:35:50 -08:00
Tom Johnson
7d871c84f2 Merge pull request #61 from hongchangwu/bug/search
Fix post search
2017-01-21 21:35:39 -08:00
Tom Johnson
3466412569 Merge pull request #62 from hartzell/patch-1
Delete extraneous closing paren
2017-01-21 21:35:24 -08:00
Tom Johnson
1b27864df6 Merge pull request #63 from hartzell/patch-2
typo: _congfig.yml -> _config.ym.
2017-01-21 21:34:59 -08:00
Tom Johnson
3b51af7c82 Merge pull request #65 from hartzell/patch-3
Fix sidebar css so arrows change shape when open
2017-01-21 21:33:51 -08:00
George Hartzell
dfe9602384 Sidebar arrows should change content when open
The sidebar arrows should change content when they're open.  There's a small bug in css/customstyles.css that prevents this; other parts of the style use 'active' instead of 'open' so it needs to here too.

This PR fixes it.

Since Font Awesome is already wired in, I think that their carets look nicer.  Here's how:

```
.nav li > a > span:after {
   font-family: FontAwesome;
   content: "\f105";

}
.nav li.active > a > span:after {
   font-family: FontAwesome;
   content: "\f107";
}
```
2017-01-21 18:21:32 -08:00
George Hartzell
0bc5d36def typo: _congfig.yml -> _config.ym. 2017-01-16 10:30:58 -08:00
George Hartzell
a970ff3c0f Delete extraneous closing paren 2017-01-16 10:26:09 -08:00
tomjohnson1492
a7abac476f Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages 2017-01-10 15:40:45 -08:00
tomjohnson1492
ffb638b2f7 fix formatting error 2017-01-10 15:40:37 -08:00
Hongchang Wu
93e81b9d3f Fix post search 2016-12-30 14:03:23 -05:00
Matthias Schmidt
bc52456062 Fix concatenation of media queries in customstyles.css
When concatenating multiple media queries, only the first `@media` is
necessary.
2016-12-28 21:43:57 +01:00
Matthias Schmidt
eff5496bf4 Replace invalid font-color with color in customstyles.css 2016-12-28 21:35:44 +01:00
Matthias Schmidt
530e7e5f27 Fix :hover selector in customstyles.css 2016-12-28 21:29:12 +01:00
Tom Johnson
82e4157a86 Merge pull request #56 from hongchangwu/gh-pages
Fix edit link for index.html
2016-12-13 19:57:15 -08:00
Hongchang Wu
e4ed2d864d Fix edit link for index.html 2016-12-13 21:41:15 -05:00
tomjohnson1492
4c6b3e36f7 Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages 2016-12-12 19:59:41 -08:00
tomjohnson1492
771720c7aa Removed readme.txt file because Github made an update that makes it take precedence over the index.html file 2016-12-12 19:59:29 -08:00
Tom Johnson
08e46cd12c Merge pull request #55 from kiwiroy/f/feedback-link
Improve feedback link configuration
2016-12-11 21:54:09 -08:00
Roy Storey
1c3e19209f add conditionals for feedback link properties 2016-12-12 17:29:54 +13:00
tomjohnson1492
3a58266853 updated gemfiles to reduce conflicts 2016-12-06 15:20:09 -08:00
tomjohnson1492
bc30e1ea34 test commit 2016-12-06 09:14:11 -08:00
tomjohnson1492
899868c8a5 fixing typo 2016-12-05 22:48:02 -08:00
Tom Johnson
7790533b31 Merge pull request #53 from tomjoht/patch-1
typo correction
2016-12-05 22:47:02 -08:00
tomjoht
d5b31eb1ab typo correction 2016-12-05 22:46:22 -08:00
tomjohnson1492
59fb8788b8 small edit for demo purposes 2016-12-05 22:44:58 -08:00
tomjohnson1492
0be4165ec8 fixing issue with highlighter -- it was throwing an error for some reason 2016-12-05 22:40:51 -08:00
tomjohnson1492
1963f15a50 updated Gemfile.lock 2016-11-30 09:09:53 -08:00
tomjohnson1492
04a70f0e23 blog fix with tags 2016-11-09 23:17:01 -08:00
tomjohnson1492
bf224d771e some doc fixes 2016-11-09 23:07:32 -08:00
tomjohnson1492
7254df404c fixing edit me links 2016-11-09 22:54:04 -08:00
tomjohnson1492
ed040ee6d5 Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages 2016-11-09 22:43:14 -08:00
tomjohnson1492
fc56f74773 Merge branch 'mrafayaleem-gh-pages' into gh-pages 2016-11-09 22:42:36 -08:00
tomjohnson1492
3ab34f793f fixing merge conflict 2016-11-09 22:41:34 -08:00
Tom Johnson
171b5d9dcb Merge pull request #32 from lkysow/patch-1
Fix unclosed <figure> tag bug
2016-11-09 22:36:35 -08:00
Tom Johnson
fc4447e0a1 Merge pull request #40 from lkysow/patch-3
Use actual tab character in replace for search
2016-11-09 22:36:12 -08:00
Tom Johnson
05507c34b5 Merge pull request #47 from crandmck/gh-pages
Update mydoc_icons.md
2016-11-09 22:35:59 -08:00
Tom Johnson
06e7dda6ef Merge pull request #49 from atomicules/patch-1
unless forloop for comma was missing from site.pages in search.json
2016-11-09 22:35:44 -08:00
tomjohnson1492
2db15f4e4d misc. fixes for reported issues 2016-11-09 22:34:40 -08:00
atomicules
5181f8ab4c unless forloop for comma was missing from site.pages in search.json
If the site has only pages this results in invalid json as there will be a trailing comma.
2016-11-08 09:13:38 +00:00
tomjohnson1492
c9ad9bf8da fixed examples in yaml tutorial 2016-10-31 23:23:24 -07:00
tomjohnson1492
47160d82f1 content update 2016-10-07 19:12:59 -07:00