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
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
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
08e46cd12c
Merge pull request #55 from kiwiroy/f/feedback-link
...
Improve feedback link configuration
2016-12-11 21:54:09 -08:00
1c3e19209f
add conditionals for feedback link properties
2016-12-12 17:29:54 +13:00
3a58266853
updated gemfiles to reduce conflicts
2016-12-06 15:20:09 -08:00
bc30e1ea34
test commit
2016-12-06 09:14:11 -08:00
899868c8a5
fixing typo
2016-12-05 22:48:02 -08:00
7790533b31
Merge pull request #53 from tomjoht/patch-1
...
typo correction
2016-12-05 22:47:02 -08:00
d5b31eb1ab
typo correction
2016-12-05 22:46:22 -08:00
59fb8788b8
small edit for demo purposes
2016-12-05 22:44:58 -08:00
0be4165ec8
fixing issue with highlighter -- it was throwing an error for some reason
2016-12-05 22:40:51 -08:00
1963f15a50
updated Gemfile.lock
2016-11-30 09:09:53 -08:00
04a70f0e23
blog fix with tags
2016-11-09 23:17:01 -08:00
bf224d771e
some doc fixes
2016-11-09 23:07:32 -08:00
7254df404c
fixing edit me links
2016-11-09 22:54:04 -08:00
ed040ee6d5
Merge branch 'gh-pages' of https://github.com/tomjohnson1492/documentation-theme-jekyll into gh-pages
2016-11-09 22:43:14 -08:00
fc56f74773
Merge branch 'mrafayaleem-gh-pages' into gh-pages
2016-11-09 22:42:36 -08:00
3ab34f793f
fixing merge conflict
2016-11-09 22:41:34 -08:00
171b5d9dcb
Merge pull request #32 from lkysow/patch-1
...
Fix unclosed <figure> tag bug
2016-11-09 22:36:35 -08:00
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
05507c34b5
Merge pull request #47 from crandmck/gh-pages
...
Update mydoc_icons.md
2016-11-09 22:35:59 -08:00
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
2db15f4e4d
misc. fixes for reported issues
2016-11-09 22:34:40 -08:00
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
c9ad9bf8da
fixed examples in yaml tutorial
2016-10-31 23:23:24 -07:00
47160d82f1
content update
2016-10-07 19:12:59 -07:00
b69693e0fb
improved installation instructions
2016-10-07 18:58:20 -07:00
64aaa7796d
Update mydoc_icons.md
...
Put in missing end tag.
2016-09-23 14:57:43 -07:00
4765c5442f
Use actual tab character in replace for search
...
The `^t` wasn't working but an actual tab did
2016-09-12 16:58:06 -07:00
bbd495a3ec
content update
2016-09-04 22:20:37 -07:00
218f1f4627
content update
2016-09-04 21:55:20 -07:00
a2b1c9c0b4
content update
2016-09-04 21:42:54 -07:00
4fb0c7d6a7
accidentially deleted some files
2016-09-04 21:34:45 -07:00
2e91f80213
file fix
2016-09-04 21:06:22 -07:00
4ff130f138
dockerizing site setup
2016-09-04 17:42:00 +04:00
debb57f247
fixing series demo links
2016-08-11 17:45:28 -07:00
2a76114fac
fixing a style with the faq layout
2016-07-30 20:21:14 -07:00
a1e944a0ca
fixed feedback link in header with functional link in FF and Chrome. re-added shuffle and scroll layouts
2016-07-30 20:06:16 -07:00
6d21a02e2d
fixing feedback.html content. wasn't working in firefox.
2016-07-21 14:04:26 -07:00
f4fc703f5e
updating last_updated dates
2016-07-20 10:08:48 -07:00
99944fb8cf
fixing tags link on post layout
2016-07-20 07:22:04 -07:00
3d0af7420b
fixing permalink note in post docs. fixing permalink on news.html file.
2016-07-20 07:18:35 -07:00