emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* blog refurbised: how is it in 2015 ?
@ 2015-12-22  5:57 Xavier Maillard
  2015-12-22 11:20 ` John Kitchin
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Xavier Maillard @ 2015-12-22  5:57 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hey,

in the same vein I am refurbishing my Gnus (and love it), I'd like, as a 2k16
resolution (right word in english ?), to restart my long abandoned blog. As
usual, this is something I can't imagine doing outside GNU emacs and thus
orgmode.

My question is simply: what are the tools/technics in 2015 to blog ? Can you
share some good recipes with me ?

Thank you

- -- Xavier.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJWeOZRAAoJEDy08nibbhJtQ58H/R1OxedEz7fpeEsmMj2kHjxA
eFH1dIiF8LRKAP+9wzv3wn8ZWntqNwznq4Zj4cQQo9t0yc8u2l9Kerj3Lt1zGdB/
Bwqs4MXu2h/vtVZVZta1RHcZ/EIh/f5eWBoIJ8jD7snLGlywBBn3H+biAblAMc9/
i2L1aRvcEMR+Y4UX3GZlI+lhrdNaEhtb3UPld6JHTkTxoyOFzzvxvDDbkja/L6UU
mZNPnFy+UPcmDneHBdTs3EouNicOuukYgIYhSClhzo8/H5W/MhqdpTAqZM3Rg/en
fqrm+q128F8UQqPKVchOPcURWBCFs0LoxPAH1uJkvE0yOeyFihVZwVpNazz8qJ0=
=setP
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22  5:57 blog refurbised: how is it in 2015 ? Xavier Maillard
@ 2015-12-22 11:20 ` John Kitchin
  2015-12-23  5:19   ` Xavier Maillard
  2015-12-22 14:09 ` Sebastian Christ
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: John Kitchin @ 2015-12-22 11:20 UTC (permalink / raw)
  To: Xavier Maillard; +Cc: emacs-orgmode

I use blogofile (https://github.com/EnigmaCurry/blogofile), which works
fine for me, but it seems is no longer actively developed. It is written
in Python.

I integrated org-mode to blogofile here:
https://github.com/jkitchin/jmax/blob/master/user/blogofile.el

This lets me "publish" an org heading to the blog with a single key
press, and it copies all the files, and other stuff to the right places,
builds and pushes the blog.

The results are all at http://kitchingroup.cheme.cmu.edu

If/when I decide to update this, I would probably consider Nikola
https://getnikola.com.


Xavier Maillard writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Hey,
>
> in the same vein I am refurbishing my Gnus (and love it), I'd like, as a 2k16
> resolution (right word in english ?), to restart my long abandoned blog. As
> usual, this is something I can't imagine doing outside GNU emacs and thus
> orgmode.
>
> My question is simply: what are the tools/technics in 2015 to blog ? Can you
> share some good recipes with me ?
>
> Thank you
>
> - -- Xavier.
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
>
> iQEcBAEBCgAGBQJWeOZRAAoJEDy08nibbhJtQ58H/R1OxedEz7fpeEsmMj2kHjxA
> eFH1dIiF8LRKAP+9wzv3wn8ZWntqNwznq4Zj4cQQo9t0yc8u2l9Kerj3Lt1zGdB/
> Bwqs4MXu2h/vtVZVZta1RHcZ/EIh/f5eWBoIJ8jD7snLGlywBBn3H+biAblAMc9/
> i2L1aRvcEMR+Y4UX3GZlI+lhrdNaEhtb3UPld6JHTkTxoyOFzzvxvDDbkja/L6UU
> mZNPnFy+UPcmDneHBdTs3EouNicOuukYgIYhSClhzo8/H5W/MhqdpTAqZM3Rg/en
> fqrm+q128F8UQqPKVchOPcURWBCFs0LoxPAH1uJkvE0yOeyFihVZwVpNazz8qJ0=
> =setP
> -----END PGP SIGNATURE-----

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22  5:57 blog refurbised: how is it in 2015 ? Xavier Maillard
  2015-12-22 11:20 ` John Kitchin
@ 2015-12-22 14:09 ` Sebastian Christ
  2015-12-23  5:28   ` Xavier Maillard
  2015-12-23  9:55 ` Rainer M Krug
  2015-12-26 15:49 ` joakim
  3 siblings, 1 reply; 10+ messages in thread
From: Sebastian Christ @ 2015-12-22 14:09 UTC (permalink / raw)
  To: emacs-orgmode


Hi Xavier,

I'm using org-page (https://github.com/kelvinh/org-page) and I'm quite
happy with it.

Best,
Sebastian

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22 11:20 ` John Kitchin
@ 2015-12-23  5:19   ` Xavier Maillard
  2015-12-23 11:05     ` John Kitchin
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2015-12-23  5:19 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hey John,

John Kitchin <jkitchin@andrew.cmu.edu> writes:

> I integrated org-mode to blogofile here:
> https://github.com/jkitchin/jmax/blob/master/user/blogofile.el

> This lets me "publish" an org heading to the blog with a single key
> press, and it copies all the files, and other stuff to the right places,
> builds and pushes the blog.

Nice job. I am pretty sure this can be extended to support any « external »
blog engine, right ? Do you have plan to do so ?

I do not know whether I want to install a blog engine at all or just use plain
GNU emacs + org-mode power as my sole tools. Will see.

- -- Xavier.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJWei7tAAoJEDy08nibbhJtIoAIAK03sNOl7vDQSyHoHxAh3MQu
MnIu+/EFEbyDAR7Ffk+mFnUT/RQ6kraCGVEknsGvZtA1bZPDpnAcXC0aAwBUWF9d
J1gAkO59nvfaR3DJoFSHZ+LGCtPsRHx346F4EMXhtbrQVZnHFx5JnIv4v4sYRiJs
I+/+U04KhB1St8GewWZQTxVYachS4IjZg4Mbk1ozvZUtki+K4Z95Yg1bgrFDPT5E
zXzLaaFPaAWOymmlYXE0SblvVQPnokYLTfFrRml9A5JqcjJNDeidIElPeQt7QK0+
AvCjOh/GHhGCxbDhbFLj+J9SyAPaBSlmpbNp9nVFlwYGYRl+757O0PwKbZUCl5k=
=e90E
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22 14:09 ` Sebastian Christ
@ 2015-12-23  5:28   ` Xavier Maillard
  0 siblings, 0 replies; 10+ messages in thread
From: Xavier Maillard @ 2015-12-23  5:28 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Sebastian Christ <rudolfo.christ@gmail.com> writes:

> Hi Xavier,
>
> I'm using org-page (https://github.com/kelvinh/org-page) and I'm quite
> happy with it.

That's pretty interesting. Just to be sure, can I choose which entry I want to
publish or not (via a tag or something like that). Today, I only have *one*
big org-mode file and I am not considering switching to multi-files.

Currently I have « published » several pages /manually/ via a simple org-mode
project (as it was done in the past days). I am not comfortable with using git
for such task even if I can see the potential in updating the right posts when
something has changed.

Can you show the result of your own work ?

Thank you.

- -- Xavier.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJWejD6AAoJEDy08nibbhJtoxAH/R1+iFhTI59pSM9Xo+/rQv5G
kjug6Q6E0mYJxQtua7Wngt1u1wh3iEwU82nm9862mXXA6Hjzrh8EqIFkNMLigbqn
XQBatSY2Wd9ZTD+95HcSLwdVXalOw5W/Uwo3qH1Xvpiz6CiIofHcqqiAA4lezX8W
ns2pXndCusiF8RDgHBcl9BPFx4h2YHmkdTOV2BFJvDjPLFg0PxQ/Nh5U2wZ4LvpI
Q9urqRQj9Narfro+ix0aVTl3PIMm3zcQbzrPoVAZUxmMrbFHWEaVsyME81rIMxUe
g3yfC+FxENNPxUr5YuuJalPT+/+330KX0f9McM/Arj8eTHL7mec8a75rXWHxUQY=
=81MZ
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22  5:57 blog refurbised: how is it in 2015 ? Xavier Maillard
  2015-12-22 11:20 ` John Kitchin
  2015-12-22 14:09 ` Sebastian Christ
@ 2015-12-23  9:55 ` Rainer M Krug
  2015-12-23 12:22   ` Xavier Maillard
  2015-12-26 15:49 ` joakim
  3 siblings, 1 reply; 10+ messages in thread
From: Rainer M Krug @ 2015-12-23  9:55 UTC (permalink / raw)
  To: Xavier Maillard; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Xavier Maillard <xavier@maillard.im> writes:

> Hey,
>
> in the same vein I am refurbishing my Gnus (and love it), I'd like, as a 2k16
> resolution (right word in english ?), to restart my long abandoned blog. As
> usual, this is something I can't imagine doing outside GNU emacs and thus
> orgmode.

agreed - blogging from org is very nice.

I should do the same!

>
> My question is simply: what are the tools/technics in 2015 to blog ? Can you
> share some good recipes with me ?

It depends where your blog is managed. If you are using wordpress, I can
suggest org2blog - very nice to manage your posts there.

Cheers,

Rainer



>
> Thank you
>
> -- Xavier.

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-23  5:19   ` Xavier Maillard
@ 2015-12-23 11:05     ` John Kitchin
  2015-12-23 12:18       ` Xavier Maillard
  0 siblings, 1 reply; 10+ messages in thread
From: John Kitchin @ 2015-12-23 11:05 UTC (permalink / raw)
  To: Xavier Maillard; +Cc: emacs-orgmode

>
> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>
>> I integrated org-mode to blogofile here:
>> https://github.com/jkitchin/jmax/blob/master/user/blogofile.el
>
>> This lets me "publish" an org heading to the blog with a single key
>> press, and it copies all the files, and other stuff to the right places,
>> builds and pushes the blog.
>
> Nice job. I am pretty sure this can be extended to support any « external »
> blog engine, right ? Do you have plan to do so ?

Probably not until I decide to switch to another blog engine ;)

>
> I do not know whether I want to install a blog engine at all or just use plain
> GNU emacs + org-mode power as my sole tools. Will see.
>
> - -- Xavier.
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
>
> iQEcBAEBCgAGBQJWei7tAAoJEDy08nibbhJtIoAIAK03sNOl7vDQSyHoHxAh3MQu
> MnIu+/EFEbyDAR7Ffk+mFnUT/RQ6kraCGVEknsGvZtA1bZPDpnAcXC0aAwBUWF9d
> J1gAkO59nvfaR3DJoFSHZ+LGCtPsRHx346F4EMXhtbrQVZnHFx5JnIv4v4sYRiJs
> I+/+U04KhB1St8GewWZQTxVYachS4IjZg4Mbk1ozvZUtki+K4Z95Yg1bgrFDPT5E
> zXzLaaFPaAWOymmlYXE0SblvVQPnokYLTfFrRml9A5JqcjJNDeidIElPeQt7QK0+
> AvCjOh/GHhGCxbDhbFLj+J9SyAPaBSlmpbNp9nVFlwYGYRl+757O0PwKbZUCl5k=
> =e90E
> -----END PGP SIGNATURE-----

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-23 11:05     ` John Kitchin
@ 2015-12-23 12:18       ` Xavier Maillard
  0 siblings, 0 replies; 10+ messages in thread
From: Xavier Maillard @ 2015-12-23 12:18 UTC (permalink / raw)
  To: emacs-orgmode

John Kitchin <jkitchin@andrew.cmu.edu> writes:

>>
>> John Kitchin <jkitchin@andrew.cmu.edu> writes:
>>
>>> I integrated org-mode to blogofile here:
>>> https://github.com/jkitchin/jmax/blob/master/user/blogofile.el>
>>> This lets me "publish" an org heading to the blog with a single key
>>> press, and it copies all the files, and other stuff to the right places,
>>> builds and pushes the blog.
>>
>> Nice job. I am pretty sure this can be extended to support any « external »
>> blog engine, right ? Do you have plan to do so ?
>
> Probably not until I decide to switch to another blog engine ;)

Fair enough :)

-- Xavier.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-23  9:55 ` Rainer M Krug
@ 2015-12-23 12:22   ` Xavier Maillard
  0 siblings, 0 replies; 10+ messages in thread
From: Xavier Maillard @ 2015-12-23 12:22 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Rainer M Krug <Rainer@krugs.de> writes:

> Xavier Maillard <xavier@maillard.im> writes:
>
>> My question is simply: what are the tools/technics in 2015 to blog ? Can you
>> share some good recipes with me ?
>
> It depends where your blog is managed. If you are using wordpress, I can
> suggest org2blog - very nice to manage your posts there.

Well blog is a little exaggerated: at best, it will be a static pages blog. My
website can not serve dynamic stuff just static content (which is fine for
me).

Regards

- -- Xavier.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEbBAEBCgAGBQJWepH3AAoJEDy08nibbhJt/FsH9iZsYNy+axzTp2UwS1f1+BzY
wNwFTIIWFV0+30psX2GjQk+FYBEYYjzeKbSQIl/Nti/QbZcoC0wamLjxm7qZok6Q
AI3KxCv/MX9oPiER5l0D2cF+4kq3GUVrAWum+g/ub7DefUBCR9ztXNjCnDtiz6i+
PvAMm8ami7gRmdDu4Clg+24U9m9OgT6/tYexlNGPat7khpu8OwtbKY0Qs1X6eHWN
uM0LGcQJiEHUZf9j5B90UI5eZ+Xo57TrUpeSCyoMBp0HjDBVLdi4DSHqkWDY9uUB
5pRW2DHrYbOzt4c98edT8Usoxq8wGoQ/urJx1MWqrm1cuCI+37z1kG2NaRlc0g==
=cCcK
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: blog refurbised: how is it in 2015 ?
  2015-12-22  5:57 blog refurbised: how is it in 2015 ? Xavier Maillard
                   ` (2 preceding siblings ...)
  2015-12-23  9:55 ` Rainer M Krug
@ 2015-12-26 15:49 ` joakim
  3 siblings, 0 replies; 10+ messages in thread
From: joakim @ 2015-12-26 15:49 UTC (permalink / raw)
  To: emacs-orgmode

Xavier Maillard <xavier@maillard.im> writes:

> Hey,
>
> in the same vein I am refurbishing my Gnus (and love it), I'd like, as a 2k16
> resolution (right word in english ?), to restart my long abandoned blog. As
> usual, this is something I can't imagine doing outside GNU emacs and thus
> orgmode.
>
> My question is simply: what are the tools/technics in 2015 to blog ? Can you
> share some good recipes with me ?
>
> Thank you

I use "oblog"  which can render an org file to a blog.
My "oblog" is here, http://www.verona.se, if you are interested in how
it looks in practice.

>
> -- Xavier.
>

-- 
Joakim Verona

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-12-26 15:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22  5:57 blog refurbised: how is it in 2015 ? Xavier Maillard
2015-12-22 11:20 ` John Kitchin
2015-12-23  5:19   ` Xavier Maillard
2015-12-23 11:05     ` John Kitchin
2015-12-23 12:18       ` Xavier Maillard
2015-12-22 14:09 ` Sebastian Christ
2015-12-23  5:28   ` Xavier Maillard
2015-12-23  9:55 ` Rainer M Krug
2015-12-23 12:22   ` Xavier Maillard
2015-12-26 15:49 ` joakim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).