Update post properties
‘ID’ shouldn’t be necessary anymore, since it shouldn’t be used for RSS generation. ‘PUBDATE’ should be ‘DATE’. ‘FILE_TAGS’ is actually ‘FILETAGS’.
This commit is contained in:
parent
3e28016db9
commit
70ec137a55
4 changed files with 7 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
||||||
#+TITLE: A very important blog post
|
#+TITLE: A very important blog post
|
||||||
#+ID: a-very-important-blog-post
|
#+DATE: <2020-02-23 Sun 18:28>
|
||||||
#+PUBDATE: <2020-02-23 Sun 18:28>
|
|
||||||
|
|
||||||
Very important business here.
|
Very important business here.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#+TITLE: My new Emacs configuration
|
#+TITLE: My new Emacs configuration
|
||||||
#+ID: my-new-emacs-configuration
|
#+DATE: <2019-10-06 Sun 18:18>
|
||||||
#+PUBDATE: <2019-10-06 Sun 18:18>
|
#+FILETAGS: draft
|
||||||
#+TAGS: draft
|
|
||||||
|
|
||||||
I'm still working on this one.
|
I'm still working on this one.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#+TITLE: New Blog
|
#+TITLE: New Blog
|
||||||
#+ID: new-blog
|
#+DATE: <2019-10-06 Sun 12:55>
|
||||||
#+PUBDATE: <2019-10-06 Sun 12:55>
|
|
||||||
|
|
||||||
It's that time again... I've started a new project to build and maintain my site
|
It's that time again... I've started a new project to build and maintain my site
|
||||||
and of course it has to come with a new blog post. I'm trying to have it
|
and of course it has to come with a new blog post. I'm trying to have it
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#+TITLE: Making docker-compose easier with wdocker
|
#+TITLE: Making docker-compose easier with wdocker
|
||||||
#+PUBDATE: <2016-02-21>
|
#+DATE: <2016-02-21>
|
||||||
#+FILE_TAGS: wdocker docker docker-compose
|
#+STARTUP: showall
|
||||||
|
#+FILETAGS: wdocker docker docker-compose
|
||||||
#+OPTIONS: num:nil toc:nil
|
#+OPTIONS: num:nil toc:nil
|
||||||
#+ID: wdocker-compose
|
|
||||||
|
|
||||||
[[https://github.com/babab/wdocker][wdocker]] is a little utility written by a [[https://benjamin.althu.es][friend]] and former colleague
|
[[https://github.com/babab/wdocker][wdocker]] is a little utility written by a [[https://benjamin.althu.es][friend]] and former colleague
|
||||||
of mine. It allows you to define commands for it in a
|
of mine. It allows you to define commands for it in a
|
||||||
|
|
Loading…
Reference in a new issue