Commit Graph

319 Commits

Author SHA1 Message Date
आयुष झा a207fdbb5e Added a nice white color for the table-of-contents item
When hovering over an item in the table of contents, the default color
of text is not very visible with the #4e4a4a background color. This
fixes the issue for me.
2020-06-07 18:58:48 +02:00
आयुष झा 456da52c52
Removed background so the blob goes away
Remove the background color for #toggle-sidebar element because on
smaller screens the toggle div looks aweful, like some blob that was
misplaced.
2020-05-31 21:16:46 +05:45
Fabrice Niessen 3a1995b800 Update path to SETUPFILE 2020-04-06 16:48:00 +02:00
Fabrice Niessen 8618e33846 Remove README HMTML file 2020-04-06 16:47:17 +02:00
Fabrice Niessen f5348eaf56 Rename LICENSE.org file 2020-04-06 16:46:56 +02:00
Chuan Ma da598b9156 Fixed 2 issues on demo/example.org.
1). use relative path in SETUPFILE
2). use `#+begin_export html` block to replace `#+begin_html` block.
`#+begin_html` doesn't work in newer version of org-mode.
2020-02-16 15:51:33 +01:00
Fabrice Niessen a34481949f Update SETUPFILE to make it universally working
Close #99
2020-02-01 20:14:49 +01:00
Muad Abd El Hay 11c560fae5 Added note about copying the styles folder for the local installation 2020-01-20 17:49:55 +01:00
Garrett Rolfs a70478e4c7 Update theme-readtheorg-local.setup to be fully local
setup/theme-readtheorg-local.setup had two entries where the javascript
libraries were being sourced from the web. The following were downloaded:

    https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
    https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js

and placed in styles/lib/js. The versions were located in GitHub and the
corresponding license files contents were placed in the directory using the
same convention as stickytableheaders. Here are the license URLs:

    https://github.com/twbs/bootstrap/blob/v3.3.4/LICENSE
    https://github.com/jquery/jquery/blob/2.1.3/MIT-LICENSE.txt

setup/theme-readtheorg-local.setup was updated to reference styles/lib/js in
place of the URLs.
2020-01-10 23:32:45 +01:00
Fabrice Niessen 62ff53336a Update license file with program name, year and author 2019-12-11 17:22:58 +01:00
Fabrice Niessen b1d1cd026a Add GNU GPLv3 License file 2019-11-13 21:16:57 +01:00
Fabrice Niessen 7febeebf2e Update readtheorg.css #87 2019-04-09 21:20:38 +02:00
SHIVESH GUPTA 4c0a30efe1 Update readtheorg.css 2019-04-09 21:18:06 +02:00
Fabrice Niessen 925395e5c8 Fix issue #52 2019-04-09 21:16:37 +02:00
Fabrice Niessen ceae4c57c5 Fix issue #69? 2019-04-09 21:10:08 +02:00
Fabrice Niessen 9fce8f4650 Remove example section 2018-11-29 22:33:15 +01:00
Fabrice Niessen d7838c95c8 Improve rendering on GitHub 2018-11-29 22:29:43 +01:00
Fabrice Niessen 66f635313d
Merge pull request #70 from alphapapa/minitoc-no-tags
Elide tags from minitoc
2018-11-29 21:37:58 +01:00
Fabrice Niessen 42d4f3f687 able to access subsections on mobile devices now 2018-11-29 21:33:11 +01:00
Fabrice Niessen e04e1878e5
Merge pull request #74 from plcarman/patch-1
Make timestamps in readtheorg readable
2018-11-29 21:27:41 +01:00
Fabrice Niessen 36634fb05a Update copyright year 2018-11-29 21:22:24 +01:00
Fabrice Niessen d0e6eb75ec Add a section about how to customize the themes
Fix #82
2018-11-29 21:16:25 +01:00
Fabrice Niessen c504da9a14 Add usage of the HTTPS URL to the SETUPFILE 2018-11-29 21:12:53 +01:00
Fabrice Niessen 713e977c18 Port Org-html-themes to GitHub.io instead of Pirilampo.org 2018-11-29 20:39:01 +01:00
Fabrice Niessen cb73cb3003 set assets' href to http-s- 2018-11-08 17:28:13 +01:00
Fabrice Niessen 81394fb0dd update path of jquery.stickytableheaders.js 2018-11-08 17:20:49 +01:00
Fabrice Niessen 9f0d42a932 Edit text 2018-11-08 17:10:43 +01:00
Fabrice Niessen 2cacdec6be
Merge pull request #75 from thblt/patch-1
Sphinx is not a theme
2018-04-11 13:53:36 +02:00
Thibault Polge 327dfc858b
Sphinx is not a theme
Sphinx is not the name of the ReadTheDocs themes, it's [the documentation system](http://www.sphinx-doc.org/en/master/) they use
2018-04-11 12:45:27 +02:00
Patric Carman 94eadceef0
Timestamps in readtheorg nav bar inherit color
Timestamps in navigation bar now inherit their color instead of being navy. This makes them much more readable.

Should close #73
2018-03-19 21:54:08 -04:00
Adam Porter 14e77769ae Change: Elide tags from minitoc 2017-12-06 20:41:47 -06:00
Fabrice Niessen b46187ed54
Merge pull request #67 from CaptainMalzbier/master
able to access subsections on mobile devices now
2017-11-06 18:40:01 +01:00
Fabrice Niessen b162df9172
Merge pull request #64 from vindarel/master
set assets' href to http-s-
2017-11-06 18:38:45 +01:00
CaptainMalzbier 32320a0f0f able to access subsections on mobile devices now 2017-10-30 16:56:11 +01:00
vindarel f73abc3604 set assets' href to http-s-
for straightforward gh-pages integration.

fixes #63 - Not loading on gh-pages, need of https.
2017-09-27 12:01:16 +02:00
Fabrice Niessen 4e09cdf3b6 Merge pull request #57 from jsparedes/master
update path of jquery.stickytableheaders.js
2017-03-24 18:03:52 +01:00
Jorge Paredes 4d749377f5 update path of jquery.stickytableheaders.js
Update the location of jquery.stickytableheaders.js. In this case is used the compressed version available of this javascript.
2017-03-23 10:18:06 -05:00
Fabrice Niessen f49e262cee Update copyright 2017-01-29 21:32:12 +01:00
Fabrice Niessen b68f268a14 Improve title 2016-09-18 11:13:13 +02:00
Fabrice Niessen 2088833523 Remove exe perm 2016-09-18 11:12:57 +02:00
Fabrice Niessen 0dee6beb79 Fix #33 (height of images) 2016-08-12 18:00:37 +02:00
Fabrice Niessen 51c08c3741 Fix mixed-content warning on Chrome 2016-06-22 22:03:49 +02:00
Fabrice Niessen ff10833e1a Merge pull request #39 from fliar/master
fix mixed-content warning on chrome
2016-06-22 21:58:27 +02:00
fliar b0b2cbc8da fix mixed-content warning on chrome 2016-06-22 17:56:16 +08:00
Fabrice Niessen 78a0d2b76d Put Geeplux's patch "Make ReadTheOrg responsive" in Literate Programming style 2016-06-12 22:14:24 +02:00
Fabrice Niessen b9ba90f2be Merge branch 'geekplux-patch'
* geekplux-patch:
  Revert "Make ReadTheOrg responsive (thanks to geekplux!)"
  Revert "Update perms"
  Revert "Change text"
  Change text
  Update perms
  Make ReadTheOrg responsive (thanks to geekplux!)
  fix TOC height in mobile screen
  add close button when sidebar showed in mobile screen
  add toc button for mobile screen
  hide the sidebar for mobile screen
2016-06-12 22:05:03 +02:00
Fabrice Niessen 4cf34a79b7 Revert "Make ReadTheOrg responsive (thanks to geekplux!)"
This reverts commit 986cc70c93.
2016-06-12 22:04:30 +02:00
Fabrice Niessen fc90661e9d Revert "Update perms"
This reverts commit 22e522896b.
2016-06-12 22:04:28 +02:00
Fabrice Niessen 81a09a999c Revert "Change text"
This reverts commit c236cf1672.
2016-06-12 22:04:26 +02:00
Fabrice Niessen b0b9ff2522 Change text 2016-06-12 22:04:24 +02:00