Commit Graph

338 Commits

Author SHA1 Message Date
c6038b7ede Merge pull request #95 from dlespiau/20170602-your
Fix you're -> your typo
2017-06-03 13:03:50 -07:00
23f22bff35 Fix you're -> your typo
Could also be reworded to "But if you're using HTML ..."
2017-06-02 08:02:00 +01:00
f8c76bad70 Merge pull request #91 from zerobugplz/gh-pages
add google-analytics option in _config.yml
2017-05-27 12:05:43 -07:00
5505b46f0e typo in docs 2017-05-01 14:36:35 -07:00
0e9e26ee13 updated theme doc on github editme path 2017-05-01 14:30:01 -07:00
d60e8975c1 add google-analytics option in _config.yml 2017-04-30 00:56:10 +09:00
a49d9b621e Merge pull request #88 from charlesprakash/disqus-fix
Disqus plugin is not showing up because of a bug in page and post lay…
2017-04-25 16:37:25 -07:00
73681cc7f8 Merge pull request #87 from charlesprakash/vscode-friendly
Adding vscode settings file to ignore formatting of liquid files
2017-04-25 16:36:56 -07:00
8ff81d5269 Merge pull request #86 from charlesprakash/win-autogen
Updating Gemfile to enable watching on windows
2017-04-25 16:36:24 -07:00
3c97843f52 Merge pull request #85 from charlesprakash/contrib
Ability to hide sidebar for specific pages
2017-04-25 16:36:14 -07:00
f8f3095470 Disqus plugin is not showing up because of a bug in page and post layout pages. Fixed it. 2017-04-25 15:17:25 -07:00
138d25eee9 Adding vscode settings file to ignore formatting of liquid files 2017-04-25 15:01:32 -07:00
fd70c9d287 Updating Gemfile to enable watching on windows 2017-04-25 14:28:12 -07:00
009cb9c980 Adding a feature to support hiding sidebar on pages 2017-04-25 12:19:43 -07:00
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