Commit Graph

63 Commits

Author SHA1 Message Date
e72a8fd35e update livery (PSI logo) 2024-11-15 15:31:59 +01:00
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
3b8e2fc9d1 Added interactive-jobs.md and linux/macos/windows client recipes 2019-10-23 12:08:18 +02:00
58cbb9c0d5 Merge pull request #105 from chickahoona/gh-pages
Added GitLab support for GitLab pages and GitLab Edit Links
2017-09-26 07:05:43 -07:00
9ecce67f71 fixed CSS syntax issue 2017-09-21 10:49:58 +02: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
c205b55b46 fix for pdf printing styles with anchor links 2017-06-28 14:30:54 -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
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
822cf1fd7d Removing .DS_Store files 2017-04-25 09:51:12 -07: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
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
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
2db15f4e4d misc. fixes for reported issues 2016-11-09 22:34:40 -08:00
b69693e0fb improved installation instructions 2016-10-07 18:58:20 -07:00
2a76114fac fixing a style with the faq layout 2016-07-30 20:21:14 -07:00
06673e2de9 added include template for images and refined documentation for alerts and callouts include templates 2016-06-06 10:00:01 -07:00
5e74b9a837 fixing style in complex user map 2016-06-03 06:34:57 -07:00
15ee5146da demo of complex user map content 2016-06-02 22:23:24 -07:00
dfc0659653 added demo of a more complex map 2016-06-01 12:39:53 -07:00
afbbd50fa1 added workflow example 2016-05-30 22:34:25 -07:00
a5a14aaf5a updates 2016-05-30 17:16:52 -07:00
1f4bf78619 updated install instructions 2016-05-30 16:53:12 -07:00
4063deecea some minor updates 2016-05-02 10:20:17 -07:00
8100e01ecf fixing small error in sidebar include code 2016-04-05 08:32:22 -07:00
25eeba31aa adjusted sidebar heading style for subfolders 2016-03-25 22:47:56 -07:00
7f8a03d876 added more clarity around installation instructions 2016-03-25 14:15:43 -07:00
283dfa3b73 color fix for sidebar, also added instructions for installing jekyll on windows 2016-03-23 23:07:59 -07:00
2791c87f38 style fix to improve the look of the third level of the sidebar items 2016-03-23 10:50:43 -07:00
c0cb9ce91f small code fix for sidebar to use li for sidebartitle instead of div, which is not allowed inside ul 2016-03-23 10:41:31 -07:00
ae69b83a96 more updates to doc, some theme tweaks, finalizing the 5.0 release 2016-03-20 22:53:03 -07:00
7a869d7cd4 committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation 2016-03-19 00:13:09 -07:00
b839b5edac fixing typos in yaml tutorial topic 2016-02-17 08:41:12 -08:00
85fb9a9821 fix search, add yaml tutorial 2016-02-07 21:46:23 -08:00
923ede8c90 fixing scroll layout 2016-01-21 20:39:17 -08:00
fcae37b779 experimenting with algolia search 2016-01-21 17:29:06 -08:00
ccc0490aad fixing typo 2015-12-30 15:08:24 -08:00
8fe116220b small style fix 2015-12-13 08:35:17 -08:00
ee12a85c6d removing the info about using bundler b/c people were getting errors and it was causing confusion unnecessarily. also made an edit to bootstrap's print media styling to allow color. 2015-12-02 14:44:42 -08:00
f8b960225e releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects. 2015-11-30 13:53:18 -08:00
44fed9602a adjusted accordion feature by removing setting for this
You now have to manually adjust a few things in the sidebar.html if you
do not want the accordion feature.
2015-09-22 15:43:59 -07:00
729d03f2b6 Fixed an issue in the configuration. The conditions.html file needs to specify different project names for the conditions. For some reason I had both writers and designers outputs with the same site.project name, which caused the conditional filtering feature not to work. This is fixed now. 2015-09-08 13:14:30 -07:00
a36f29bc14 fix hover color for button on top nav bar 2015-08-23 21:39:29 -07:00