Commit Graph

324 Commits

Author SHA1 Message Date
822cf1fd7d Removing .DS_Store files 2017-04-25 09:51:12 -07:00
f9bdab2b1b Merge pull request #84 from tkyocum/patch-1
HMTL->HTML
2017-04-17 20:02:15 -07:00
eb0a575369 HMTL->HTML 2017-04-17 20:24:14 -05:00
163b350341 Merge pull request #75 from bogaotory/patch-1
Fix missing div close tag
2017-04-10 22:50:00 -07:00
a6a2882279 Merge pull request #74 from bogaotory/patch-2
Fix missing div close tag
2017-04-10 22:49:50 -07:00
394af1b392 Merge pull request #80 from kmindi/patch-1
removes redundant " in news.html
2017-04-10 22:49:40 -07:00
19594301f2 Merge pull request #81 from kmindi/patch-2
fixes missing alt attribute in titlepage.html
2017-04-10 22:49:28 -07:00
b0b84dab2d Merge pull request #82 from kmindi/patch-3
fixes feed.xml href
2017-04-10 22:49:16 -07:00
d50e5bced3 Merge pull request #71 from jasonquick/patch-1
Remove redundant closing anchor tag in tooltips documentation
2017-04-10 22:21:51 -07:00
d87d809c29 Merge pull request #69 from hartzell/bug/datatables
Fix and improve the DataTables support
2017-04-10 22:21:33 -07:00
3524d79de1 Merge branch 'gh-pages' into bug/datatables 2017-04-10 22:21:06 -07:00
a1bd31f84c Merge pull request #68 from bcourtine/tg-sidebar
Add a button to toggle sidebar and view content in full width
2017-04-10 22:15:34 -07:00
e54d966f58 fixes feed.xml href 2017-04-10 18:55:08 +02:00
a636bad26b fixes missing alt attribute in titlepage.html
and adds site.time and site.company_name variables
2017-04-10 17:39:15 +02:00
fa25a31b51 removes redundant " in news.html 2017-04-10 17:30:15 +02:00
02f433db84 Fix missing div close tag 2017-03-14 13:24:41 +00:00
e202813e54 Fix missing div close tag 2017-03-14 13:23:51 +00:00
71fab11052 Remove redundant closing anchor tag 2017-02-24 12:40:30 -05:00
1d45fd9a11 Whitespace
Neatness counts...  Make the sample table columns line up....
2017-02-14 13:55:28 -08:00
c1baee6f4a Enable DataTables for Markdown tables
Add a jQuery snippet to decorate any tables between a pair of "marker"
divs with `class=display`.  Credit [here][jq-hack]

Now we can create DataTables using Markdown.

Extend the explanations to include this info.

[jq-hack]: http://www.beardedhacker.com/blog/2015/08/28/add-class-attribute-to-markdown-table/
2017-02-14 13:05:13 -08:00
0eee5ad0f1 Wordsmith the prose 2017-02-14 11:23:56 -08:00
8dc46885e1 Use ready function from the default layouts
You don't actually need to include the document ready function in the
page.

The commit updates the document ready function in the default template
to specify the features discussed in the prose and deletes the one that
is embedded in the page itself.
2017-02-14 11:22:13 -08:00
ec98b67b6f Fix javascript console errors
1. Add necessary closing bits to the doc ready function.
2. Update to current version of DataTables css and js.
2017-02-14 09:32:00 -08:00
06dc9e0e25 fixed content api tooltips demo 2017-02-10 14:24:00 -08:00
5a8d6353e6 Add a button to toggle sidebar and view content in full width (col-md-12). 2017-02-10 11:00:32 +01:00
0152400034 fine tune doc on github api 2017-01-27 07:25:26 -08:00
b468d0682b added instructions for fixing github API errors on auto-rebuild 2017-01-27 07:16:13 -08:00
d64080f840 Merge pull request #66 from hartzell/patch-1
Fix closing list item tag (<li> -> </li>)
2017-01-22 19:10:36 -08:00
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
9a30b3950a fix erroneous style 2017-01-21 21:38:48 -08:00
ba0fbe1928 Merge pull request #58 from Gravatronics/customstyles-hover
Fix :hover selector in customstyles.css
2017-01-21 21:36:08 -08:00
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
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
7d871c84f2 Merge pull request #61 from hongchangwu/bug/search
Fix post search
2017-01-21 21:35:39 -08:00
3466412569 Merge pull request #62 from hartzell/patch-1
Delete extraneous closing paren
2017-01-21 21:35:24 -08:00
1b27864df6 Merge pull request #63 from hartzell/patch-2
typo: _congfig.yml -> _config.ym.
2017-01-21 21:34:59 -08:00
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
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
0bc5d36def typo: _congfig.yml -> _config.ym. 2017-01-16 10:30:58 -08:00
a970ff3c0f Delete extraneous closing paren 2017-01-16 10:26:09 -08:00
a7abac476f Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages 2017-01-10 15:40:45 -08:00
ffb638b2f7 fix formatting error 2017-01-10 15:40:37 -08:00
93e81b9d3f Fix post search 2016-12-30 14:03:23 -05:00
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
eff5496bf4 Replace invalid font-color with color in customstyles.css 2016-12-28 21:35:44 +01:00
530e7e5f27 Fix :hover selector in customstyles.css 2016-12-28 21:29:12 +01:00
82e4157a86 Merge pull request #56 from hongchangwu/gh-pages
Fix edit link for index.html
2016-12-13 19:57:15 -08:00
e4ed2d864d Fix edit link for index.html 2016-12-13 21:41:15 -05:00
4c6b3e36f7 Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages 2016-12-12 19:59:41 -08:00
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