Commit Graph

117 Commits

Author SHA1 Message Date
2c95130a4f Add Python page
- Update styles for some includes
- Use default markdown rendering instead of span rendering to allow
  multi-line content
- Slight hack in customstyles to allow color overrides. A better fix
  would be to use the bootstrap sass to keep constant colors throughout
  the project
- Added title parameter to note and warning includes
2020-10-01 17:02:38 +02:00
a88253ffb3 Switch to local javascript/css plugins
- jquery 3.4.1
- bootstrap 3.4.1
- jquery.cookie 1.4.1
- anchor 4.2.0
- respond 1.4.2
- html5shiv 3.7.0
2019-11-05 22:40:50 +01:00
1c3d69e59b Revert "Fixed pages for docker-compose"
This reverts commit 45cebeb571.
2019-10-22 11:33:53 +02:00
45cebeb571 Fixed pages for docker-compose 2019-10-22 11:17:06 +02:00
e7279d46f6 Adding HPCE logo
- Add logo to index.md
- Add favicon in several sizes
- remove extraneous images
- Add PSI logo to footer
2019-06-18 14:04:19 +02:00
3654238eb0 Also removing relative_url filters to work around incorrect baseurl
This could also be reverted if baseurl is correctly deployed.
2019-06-17 14:23:31 +02:00
6b84e38c6e Removing site.baseurl.
baseurl is important for cross-site theme compatibility.
Unfortunately our gitlab instance provides the incorrect baseurl.

This is a hack. If the configuration gets fixed this commit should
be reverted.
2019-06-17 14:15:11 +02:00
9a7b8710ba Add support for folder urls in the sidebar.
If present, clicking the folder goes to the URL itself. Toggling the folder requires
clicking the toggle arrow precisely. If URL is omitted, the whole folder title
works as a toggle.
2019-06-17 11:40:04 +02:00
8b176ba65a Switching how baseurl gets encoded
Sometimes it was inserted as a //, which messed up
links.
2019-06-14 16:13:05 +02:00
4aecacae58 Switch sidebar and topnav to use absolute URLs 2019-06-14 11:58:01 +02:00
f644a9b995 Use absolute paths for site-wide resources
Fixes https://github.com/tomjoht/documentation-theme-jekyll/issues/156
2019-06-14 10:26:36 +02:00
ac9d5df2c0 Merge pull request #151 from digitigrafo/gh-pages
Update of jquery and anchor js
2019-05-25 22:46:22 -07:00
7940097589 jquery3.3.1 and anchorjs 4.2 2019-03-14 15:28:06 +01:00
04f0e54a72 add contextual title= per link 2019-01-19 20:22:27 +01:00
a48b5e80d5 add rel="noopener" when target="_blank" 2019-01-19 18:19:44 +01:00
fa236c6876 fix disqus integration 2018-02-07 13:08:31 -08:00
7ff873fac1 fixing disqus comment logic 2018-02-07 12:57:56 -08:00
ef3498633d revert disqus code fix 2018-02-07 10:39:26 -08:00
c91c472d76 fix disqus shortcode 2018-02-07 10:08:04 -08:00
08ff8f29ae test to fix disqus code 2018-02-07 09:58:25 -08:00
cd880f75a3 fix url logic in disqus component 2018-01-23 21:27:06 -08:00
a2d548f017 update disqus with baseurl 2018-01-19 12:57:33 -08:00
8a0f37d913 fix issue with apostrophes in titles 2017-11-02 11:02:48 -07:00
12908878e0 Added GitLab support for GitLab pages and GitLab Edit Links 2017-08-20 17:28:45 +02:00
0397cb4162 Fixed PDF generation scripts so they work correctly now 2017-08-19 09:58:09 -07:00
2ae9227831 fix navbar so that when browser width is small, it doesn't overlap heading 2017-06-28 00:05:50 -07:00
fad29f113b improved doc around sidebars, fixed bug with topnav code for single items, improved other doc with supported features 2017-06-05 09:27:03 -07:00
361d9f960e updates for 6.1 - removed sidebarconfigs, added topnav flexibility, removed scroll layout, updated docs, removed lavish-bootstrap, replaced with normal bootstrap, added styles to compensate 2017-06-05 06:10:01 -07:00
009cb9c980 Adding a feature to support hiding sidebar on pages 2017-04-25 12:19:43 -07:00
b0b84dab2d Merge pull request #82 from kmindi/patch-3
fixes feed.xml href
2017-04-10 22:49:16 -07:00
e54d966f58 fixes feed.xml href 2017-04-10 18:55:08 +02: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
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
1c3e19209f add conditionals for feedback link properties 2016-12-12 17:29:54 +13:00
bf224d771e some doc fixes 2016-11-09 23:07:32 -08:00
171b5d9dcb Merge pull request #32 from lkysow/patch-1
Fix unclosed <figure> tag bug
2016-11-09 22:36:35 -08:00
b69693e0fb improved installation instructions 2016-10-07 18:58:20 -07: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
37a0e4fef0 fixed bug with news links. fixed style tag in footer. 2016-07-20 07:11:22 -07:00
e61b737b02 Fix unclosed <figure> tag bug
Previously, if you didn't include a caption, the `<figure>` tag would never be closed. Just needed to move the `{% endif %}`
2016-07-14 13:17:03 -07:00
dfb63aecbc fixing docs, also fixing link paths in various places. 2016-07-11 07:10:32 -07:00
646a115376 made some fixes in the docs and to the relative links with posts and news pages 2016-07-10 15:29:15 -07:00
7544693337 updated the doc for managed links esp. in regards to use of the other.yml file and linking to jump headings on a page 2016-07-08 20:44:23 -07:00
cce99619c0 fixing permalinks 2016-07-06 17:45:00 -07:00
60e808f7a4 fixing links for tags and tag pages 2016-07-05 09:43:24 -07:00
0bebf87adb fixing link issues with news feature 2016-07-05 09:35:56 -07:00