From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: You don't like the HTML export; well, that could change! Date: Mon, 15 Sep 2014 20:58:20 +0200 Message-ID: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML exports. To use it in your own files, adding these lines should make it: --8<---------------cut here---------------start------------->8--- #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: --8<---------------cut here---------------end--------------->8--- If you clone my repo from GitHub [1], it can become as easy as adding just one line: --8<---------------cut here---------------start------------->8--- #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup --8<---------------cut here---------------end--------------->8--- (PS- It would be very nice if we could add http references here! Then, there would even be no need to copy the files locally...) Test it on your files, or look at the video I posted on YouTube to see what it looks like: https://www.youtube.com/watch?v=DnSGSiXYuOk Best regards, Fabrice PPS- I will still make some changes in a couple of days, like renaming the files so that they have a version number, but that I'll warn you when I'll get this done. [1] https://github.com/fniessen/org-html-themes -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: You don't like the HTML export; well, that could change! Date: Mon, 15 Sep 2014 15:22:05 -0400 Message-ID: References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTbr7-00082L-Ta for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 15:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTbr6-0006I9-Mi for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 15:22:33 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:55605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTbr6-0006I3-GR for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 15:22:32 -0400 Received: by mail-oi0-f50.google.com with SMTP id v63so1873925oia.9 for ; Mon, 15 Sep 2014 12:22:28 -0700 (PDT) In-Reply-To: <86fvfspv77.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: emacs-orgmode Mailinglist Hi Fabrice, Very very nice, I enjoy it a lot. If you are accepting feature requests, the only thing I really miss is "Next" section link at the bottom. Best, Ista On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote: > Hello, > > I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML > exports. > > To use it in your own files, adding these lines should make it: > > --8<---------------cut here---------------start------------->8--- > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > --8<---------------cut here---------------end--------------->8--- > > If you clone my repo from GitHub [1], it can become as easy as adding > just one line: > > --8<---------------cut here---------------start------------->8--- > #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup > --8<---------------cut here---------------end--------------->8--- > > (PS- It would be very nice if we could add http references here! Then, > there would even be no need to copy the files locally...) > > Test it on your files, or look at the video I posted on YouTube to see > what it looks like: > > https://www.youtube.com/watch?v=DnSGSiXYuOk > > Best regards, > Fabrice > > PPS- I will still make some changes in a couple of days, like renaming > the files so that they have a version number, but that I'll warn > you when I'll get this done. > > [1] https://github.com/fniessen/org-html-themes > > -- > Fabrice Niessen > Leuven, Belgium > http://www.pirilampo.org/ > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: Re: You don't like the HTML export; well, that could change! Date: Mon, 15 Sep 2014 21:24:57 +0200 Message-ID: <868ulkofee.fsf@somewhere.org> References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Ista Zahn's message of "Mon, 15 Sep 2014 15:22:05 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: Ista Zahn Cc: emacs-orgmode Mailinglist Hi Ista, Ista Zahn wrote: > Very very nice, I enjoy it a lot. Thanks. > If you are accepting feature requests, the only thing I really miss is > "Next" section link at the bottom. Of course, I accept change requests (or, better, patches ;-)). Though, I cannot commit ATM to make them soon, even if it does look simple for this one. You can safely open an issue about it on GitHub. Best regards, Fabrice -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: You don't like the HTML export; well, that could change! Date: Mon, 15 Sep 2014 22:19:05 -0400 Message-ID: References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1133a838262780050325609e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTiML-0007ZV-0C for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTiMI-0005ue-4X for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:19:12 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:48592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTiMH-0005m8-Oh for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:19:10 -0400 Received: by mail-wg0-f52.google.com with SMTP id x13so4694369wgg.11 for ; Mon, 15 Sep 2014 19:19:05 -0700 (PDT) In-Reply-To: <86fvfspv77.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: ML Emacs-orgmode --001a1133a838262780050325609e Content-Type: text/plain; charset=UTF-8 This is awesome !! I tried it out and liked it. About the only things I would change are the fonts being used and the font-size. Oh and the colour scheme since I prefer slightly darker colours :) Otherwise this works out just fine for publishing one project per file. Not sure how it will work with one project spread out over multiple files. Or a site with multiple sub-projects. Though I think those are more Orgmode related, rather than CSS related. Regardless, this looks awesome, at least to a non-CSS, non-HTML person like myself. cheers, mehul p.s. Links to the images you are using for things like (info, tip, etc.) are relative so they wont work in the case where I am using the HTML_HEAD method to add the theme. On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote: > Hello, > > I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML > exports. > > To use it in your own files, adding these lines should make it: > > --8<---------------cut here---------------start------------->8--- > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > --8<---------------cut here---------------end--------------->8--- > > If you clone my repo from GitHub [1], it can become as easy as adding > just one line: > > --8<---------------cut here---------------start------------->8--- > #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup > --8<---------------cut here---------------end--------------->8--- > > (PS- It would be very nice if we could add http references here! Then, > there would even be no need to copy the files locally...) > > Test it on your files, or look at the video I posted on YouTube to see > what it looks like: > > https://www.youtube.com/watch?v=DnSGSiXYuOk > > Best regards, > Fabrice > > PPS- I will still make some changes in a couple of days, like renaming > the files so that they have a version number, but that I'll warn > you when I'll get this done. > > [1] https://github.com/fniessen/org-html-themes > > -- > Fabrice Niessen > Leuven, Belgium > http://www.pirilampo.org/ > > > -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --001a1133a838262780050325609e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
This is awesome !! I tried it out and liked it. =C2=A0Abou= t the only things I would change
are the fonts being used and the font-= size. =C2=A0Oh and the colour scheme since I
prefer slightly dark= er colours :)

Otherwise this works out just fine f= or publishing one project per file. =C2=A0Not sure how it
will wo= rk with one project spread out over multiple files. =C2=A0Or a site with mu= ltiple sub-projects.

Though I think those are more= Orgmode related, rather than CSS related.

Regardl= ess, this looks awesome, at least to a non-CSS, non-HTML person like myself= .


cheers,

= =C2=A0 =C2=A0 =C2=A0 mehul


p.s. =C2= =A0 Links to the images you are using for things like (info, tip, etc.) are= relative so they wont work
in the case where I am using the HTML= _HEAD method to add the theme. =C2=A0



On Mon, Sep 15, 2014 at= 2:58 PM, Fabrice Niessen <fni-news@pirilampo.org> wrot= e:
Hello,

I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTM= L
exports.

To use it in your own files, adding these lines should make it:

--8<---------------cut here---------------start------------->8---
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/htm= lize.css"/>
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/big= blow.css"/>
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/hi= deshow.css"/>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min= .js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10= .2.min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.local= scroll-min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.= scrollTo-1.4.3.1-min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.j= s"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/bigblow.js"><= ;/script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/hideshow.js">&= lt;/script>
--8<---------------cut here---------------end--------------->8---

If you clone my repo from GitHub [1], it can become as easy as adding
just one line:

--8<---------------cut here---------------start------------->8---
#+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup
--8<---------------cut here---------------end--------------->8---

(PS- It would be very nice if we could add http references here!=C2=A0 Then= ,
there would even be no need to copy the files locally...)

Test it on your files, or look at the video I posted on YouTube to see
what it looks like:

=C2=A0 https://www.youtube.com/watch?v=3DDnSGSiXYuOk

Best regards,
Fabrice

PPS- I will still make some changes in a couple of days, like renaming
=C2=A0 =C2=A0 =C2=A0the files so that they have a version number, but that = I'll warn
=C2=A0 =C2=A0 =C2=A0you when I'll get this done.

[1] https://github.com/fniessen/org-html-themes

--
Fabrice Niessen
Leuven, Belgium
http://www.pirilamp= o.org/





-- Mehul N. Sanghvi
email: meh= ul.sanghvi@gmail.com
--001a1133a838262780050325609e-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: You don't like the HTML export; well, that could change! Date: Tue, 16 Sep 2014 09:11:39 +0200 Message-ID: References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTmvx-0002i8-8j for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 03:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTmvr-0000dE-18 for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 03:12:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:55381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTmvq-0000cz-Ng for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 03:12:10 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XTmvj-0005b3-1j for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 09:12:03 +0200 In-Reply-To: <86fvfspv77.fsf@somewhere.org> (Fabrice Niessen's message of "Mon, 15 Sep 2014 20:58:20 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Fabrice Niessen writes: > Hello, > > I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML > exports. > > To use it in your own files, adding these lines should make it: > > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > > If you clone my repo from GitHub [1], it can become as easy as adding > just one line: > > #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup Thanks for this - this is awesome. I love it and I am going to use it! One addition: the template also works with svg files, depending on browser. Cheers, Rainer > > (PS- It would be very nice if we could add http references here! Then, > there would even be no need to copy the files locally...) > > Test it on your files, or look at the video I posted on YouTube to see > what it looks like: > > https://www.youtube.com/watch?v=3DDnSGSiXYuOk > > Best regards, > Fabrice > > PPS- I will still make some changes in a couple of days, like renaming > the files so that they have a version number, but that I'll warn > you when I'll get this done. > > [1] https://github.com/fniessen/org-html-themes =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUF+KwAAoJENvXNx4PUvmCV8MH/jYl0KBn9LDssNrO1CoUPi9o 1uWBQuO2SepBTtRFeKht0kU/rGIv+Hmmkeb4sDZZPxUUhxKtAtCxSZqMM8q6kEVv S3NEw0gavP3pEiqLZsctqNuVL9hD+ycGVlx4AlXgnrAJm0ieeoDsm6xw12WJ6yj5 aIw9MvEB+DGp5Nq9HVs6JGxf3dsmbRyNdRXDWT39d86DHEVpTC2TFoRaSI5D43VU 6xwOL1YwhR2r4AvY0W7Kfhog25W2IcSQcEdU6C5QhoVgN3u9WKTYEkPhdkrYcMKh pFC9nnN4+gyQXOcq3vJRHDcc9SBC03CLlNrOteui4EMmdH9WI0ecBVyI+2Q5eV0= =KyXj -----END PGP SIGNATURE----- --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: You don't like the HTML export; well, that could change! Date: Tue, 16 Sep 2014 23:17:17 +0200 Message-ID: References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1135e2dedce10b050335479f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XU088-0004yi-8i for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 17:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XU085-0003jK-Ct for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 17:17:44 -0400 Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]:62115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XU085-0003i7-6T for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 17:17:41 -0400 Received: by mail-vc0-f179.google.com with SMTP id im17so476020vcb.38 for ; Tue, 16 Sep 2014 14:17:37 -0700 (PDT) In-Reply-To: <86fvfspv77.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: "Liste-emacs-orgmode@gnu.org" --001a1135e2dedce10b050335479f Content-Type: text/plain; charset=UTF-8 Many thanks Fabrice for this very nice html theme. I am going to use it also. I cannot use another emacs-theme than your emacs-leuven-theme, and it is going to be probably the same with your html theme ! Again, thanks ! Jo. 2014-09-15 20:58 GMT+02:00 Fabrice Niessen : > Hello, > > I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML > exports. > > To use it in your own files, adding these lines should make it: > > --8<---------------cut here---------------start------------->8--- > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > #+HTML_HEAD: > --8<---------------cut here---------------end--------------->8--- > > If you clone my repo from GitHub [1], it can become as easy as adding > just one line: > > --8<---------------cut here---------------start------------->8--- > #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup > --8<---------------cut here---------------end--------------->8--- > > (PS- It would be very nice if we could add http references here! Then, > there would even be no need to copy the files locally...) > > Test it on your files, or look at the video I posted on YouTube to see > what it looks like: > > https://www.youtube.com/watch?v=DnSGSiXYuOk > > Best regards, > Fabrice > > PPS- I will still make some changes in a couple of days, like renaming > the files so that they have a version number, but that I'll warn > you when I'll get this done. > > [1] https://github.com/fniessen/org-html-themes > > -- > Fabrice Niessen > Leuven, Belgium > http://www.pirilampo.org/ > > > --001a1135e2dedce10b050335479f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Many thanks Fabrice for this very nice html them= e. I am going to use it also.

I cannot use another emacs-them= e than your emacs-leuven-theme, and it is going to be probably the same wit= h your html theme !

Again, thanks !

Jo.

2014-09-15 20:58 GMT+0= 2:00 Fabrice Niessen <fni-news@pirilampo.org>:
Hello,

I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTM= L
exports.

To use it in your own files, adding these lines should make it:

--8<---------------cut here---------------start------------->8---
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/htm= lize.css"/>
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/big= blow.css"/>
#+HTML_HEAD: <link rel=3D"stylesheet" type=3D"text/css&qu= ot; href=3D"http://www.pirilampo.org/styles/bigblow/css/hi= deshow.css"/>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min= .js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10= .2.min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.local= scroll-min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.= scrollTo-1.4.3.1-min.js"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.j= s"></script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/bigblow.js"><= ;/script>
#+HTML_HEAD: <script type=3D"text/javascript" src=3D"http://www.pirilampo.org/styles/bigblow/js/hideshow.js">&= lt;/script>
--8<---------------cut here---------------end--------------->8---

If you clone my repo from GitHub [1], it can become as easy as adding
just one line:

--8<---------------cut here---------------start------------->8---
#+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup
--8<---------------cut here---------------end--------------->8---

(PS- It would be very nice if we could add http references here!=C2=A0 Then= ,
there would even be no need to copy the files locally...)

Test it on your files, or look at the video I posted on YouTube to see
what it looks like:

=C2=A0 https://www.youtube.com/watch?v=3DDnSGSiXYuOk

Best regards,
Fabrice

PPS- I will still make some changes in a couple of days, like renaming
=C2=A0 =C2=A0 =C2=A0the files so that they have a version number, but that = I'll warn
=C2=A0 =C2=A0 =C2=A0you when I'll get this done.

[1] https://github.com/fniessen/org-html-themes

--
Fabrice Niessen
Leuven, Belgium
http://www.pirilamp= o.org/



--001a1135e2dedce10b050335479f-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: Re: You don't like the HTML export; well, that could change! Date: Fri, 10 Oct 2014 16:42:11 +0200 Message-ID: <86lhookmv0.fsf@example.com> References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Mehul Sanghvi's message of "Mon, 15 Sep 2014 22:19:05 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: Mehul Sanghvi Cc: ML Emacs-orgmode Hello Mehul and all, Mehul Sanghvi wrote: > On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote: >> >> I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML >> exports. >> >> To use it in your own files, adding these lines should make it: >> >> --8<---------------cut here---------------start------------->8--- >> #+HTML_HEAD: >> [...] >> --8<---------------cut here---------------end--------------->8--- >> >> If you clone my repo from GitHub, it can become as easy as adding >> just one line: >> >> --8<---------------cut here---------------start------------->8--- >> #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup >> --8<---------------cut here---------------end--------------->8--- >> >> Test it on your files, or look at the video I posted on YouTube to see >> what it looks like: >> >> https://www.youtube.com/watch?v=DnSGSiXYuOk > > This is awesome !! I tried it out and liked it. About the only things > I would change are the fonts being used and the font-size. On that front, I know I'd have to make the CSS more responsive, by removing some (or many?) specifications in px, and replace them by percentages. > Oh and the colour scheme since I prefer slightly darker colours :) Not much I can do here ;-) > Otherwise this works out just fine for publishing one project per > file. Not sure how it will work with one project spread out over > multiple files. Or a site with multiple sub-projects. Yes, it currently is targeted toward the publication of one file, presented as if it were many (because of the tab presentation). Not sure how to for many files. Maybe the CSS should be cut into what's common for both use cases, and what's specific to "one Org page" or "multiple Org pages". > Though I think those are more Orgmode related, rather than CSS related. > > Regardless, this looks awesome, at least to a non-CSS, non-HTML person > like myself. Thanks. > p.s. Links to the images you are using for things like (info, tip, > etc.) are relative so they wont work in the case where I am using the > HTML_HEAD method to add the theme. I think it does work. Do you have an ECM where it doesn't? Or another proposition? Best regards, Fabrice -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: Re: You don't like the HTML export; well, that could change! Date: Fri, 10 Oct 2014 16:45:01 +0200 Message-ID: <86h9zckmqa.fsf@example.com> References: <86fvfspv77.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Joseph Vidal-Rosset's message of "Tue, 16 Sep 2014 23:17:17 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: Joseph Vidal-Rosset Cc: "Liste-emacs-orgmode-mXXj517/zsQ@public.gmane.org" Joseph Vidal-Rosset wrote: > Many thanks Fabrice for this very nice html theme. I am going to use it > also. > > I cannot use another emacs-theme than your emacs-leuven-theme, and it is > going to be probably the same with your html theme ! Thanks for your nice comments. You still miss one piece of the puzzle to be complete: use my Emacs configuration file (at https://github.com/fniessen/emacs-leuven) ;-) Best regards, Fabrice -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: You don't like the HTML export; well, that could change! Date: Fri, 10 Oct 2014 18:57:22 +0200 Message-ID: References: <86fvfspv77.fsf@somewhere.org> <86h9zckmqa.fsf@example.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d436e875cb50505147213 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcdVk-0005PU-Lm for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 12:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcdVg-0000Of-Iq for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 12:57:48 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:54032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcdVg-0000OU-CH for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 12:57:44 -0400 Received: by mail-wi0-f169.google.com with SMTP id cc10so4886449wib.0 for ; Fri, 10 Oct 2014 09:57:42 -0700 (PDT) In-Reply-To: <86h9zckmqa.fsf@example.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: "Liste-emacs-orgmode@gnu.org" --047d7b5d436e875cb50505147213 Content-Type: text/plain; charset=UTF-8 Many thanks Fabrice. I will try to use your emacs configuration. Best wishes Jo. 2014-10-10 16:45 GMT+02:00 Fabrice Niessen : > Joseph Vidal-Rosset wrote: > > Many thanks Fabrice for this very nice html theme. I am going to use it > > also. > > > > I cannot use another emacs-theme than your emacs-leuven-theme, and it is > > going to be probably the same with your html theme ! > > Thanks for your nice comments. > > You still miss one piece of the puzzle to be complete: use my Emacs > configuration file (at https://github.com/fniessen/emacs-leuven) ;-) > > Best regards, > Fabrice > > -- > Fabrice Niessen > Leuven, Belgium > http://www.pirilampo.org/ > --047d7b5d436e875cb50505147213 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Many thanks Fabrice. I will try to use your emacs con= figuration.

Best wishes

Jo.

2014-10-10 16:45 GMT+02:00 Fabric= e Niessen <fni-news@pirilampo.org>:
Joseph Vidal-Rosset wrote:
> Many thanks Fabrice for this very nice html theme. I am going to use i= t
> also.
>
> I cannot use another emacs-theme than your emacs-leuven-theme, and it = is
> going to be probably the same with your html theme !

Thanks for your nice comments.

You still miss one piece of the puzzle to be complete: use my Emacs
configuration file (at https://github.com/fniessen/emacs-leuven) ;-)

Best regards,
Fabrice

--
Fabrice Niessen
Leuven, Belgium
http://www.pirilamp= o.org/

--047d7b5d436e875cb50505147213--