commit 7d6ef03a026fbf44162b7da4c57aef0e1552571d parent 2902bc1a509bdb5df6c9c449b775efed84684ffb Author: Vincent Demeester <vincent@sbr.pm> Date: Sun, 29 Mar 2020 19:15:58 +0200 docs: move images at the right place… … and use git-annex. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
10 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/docs/emacs.org b/docs/emacs.org @@ -550,7 +550,6 @@ :PROPERTIES: :CUSTOM_ID: h:9287c076-1944-4c13-b4e4-c7cbc6587358 :ID: 1f74bbae-c4a1-4723-977e-e48900fcd1c7 -:Attachments: 2020-02-29-13-46-08.png :END: First, let's define some basic constants, mainly on how my main =org= folder is organized. @@ -646,7 +645,7 @@ + I want, by default, to display the effort and clock summary on org columns, so I am setting the =org-columns-default-format= to do that. - [[att:2020-02-29-13-46-08.png]] + [[./images/2020-02-29-13-46-08.png]] + I want to /fontify/ the whole header line (it tends to look better for some theme) + I want things /pretty/, hence the =org-pretty-entities= 😹 @@ -741,7 +740,6 @@ :PROPERTIES: :CUSTOM_ID: h:291bae2c-f3eb-4c2a-9415-606afa28ac86 :ID: 17a3ed73-aaca-4a18-8ed1-3efe7bac855a -:Attachments: 2020-02-29-14-41-59.png :END: Org has the ability to track the consistency of a special category of @@ -766,7 +764,7 @@ This look as followed in the agenda. -[[att:2020-02-29-14-41-59.png]] +[[./images/2020-02-29-14-41-59.png]] #+INCLUDE: "../tools/emacs/config/setup-org.el" src emacs-lisp :range-begin "OrgHabit" :range-end "-OrgHabit" :lines "216-221" @@ -1170,7 +1168,6 @@ :PROPERTIES: :CUSTOM_ID: h:1a7c1e91-d3c5-4395-b956-8001a1a1a393 :ID: 83bc2073-0681-4fe9-bcf7-3070bd1ab695 -:Attachments: 2020-03-03-21-57-41.png 2020-03-03-21-59-22.png :END: I navigate between themes, but the more I use Emacs (or any editor really), the more I @@ -1191,10 +1188,9 @@ :PROPERTIES: :CUSTOM_ID: h:8997adc9-8681-4d3a-a118-616866895f93 :ID: 83bc2073-0681-4fe9-bcf7-3070bd1ab695 -:Attachments: 2020-03-03-21-57-41.png :END: - [[att:2020-03-03-21-57-41.png]] +[[./images/2020-03-03-21-57-41.png]] #+INCLUDE: ../tools/emacs/lisp/shortbrain-light-theme.el src emacs-lisp @@ -1202,10 +1198,9 @@ :PROPERTIES: :CUSTOM_ID: h:e986baca-a7dc-463e-85ee-ea10fb69bf0f :ID: 83bc2073-0681-4fe9-bcf7-3070bd1ab695 -:Attachments: 2020-03-03-21-57-41.png :END: - [[att:2020-03-03-21-59-22.png]] +[[./images/2020-03-03-21-59-22.png]] #+INCLUDE: ../tools/emacs/lisp/shortbrain-theme.el src emacs-lisp diff --git a/docs/images/2020-02-29-13-46-08.png b/docs/images/2020-02-29-13-46-08.png @@ -0,0 +1 @@ +../../.git/annex/objects/55/Q5/SHA256E-s97137--f85767c14dd416690fd03ef84d921f4fd929a657475e4f54a89b872cb2efcabd.png/SHA256E-s97137--f85767c14dd416690fd03ef84d921f4fd929a657475e4f54a89b872cb2efcabd.png+ \ No newline at end of file diff --git a/docs/images/2020-02-29-14-41-59.png b/docs/images/2020-02-29-14-41-59.png @@ -0,0 +1 @@ +../../.git/annex/objects/69/zm/SHA256E-s63416--f96bb89ef7260c82a6283061a8e467125b94eb4ecb7320526e27c1525163b87e.png/SHA256E-s63416--f96bb89ef7260c82a6283061a8e467125b94eb4ecb7320526e27c1525163b87e.png+ \ No newline at end of file diff --git a/docs/images/2020-03-03-21-57-41.png b/docs/images/2020-03-03-21-57-41.png @@ -0,0 +1 @@ +../../.git/annex/objects/gJ/73/SHA256E-s187193--b4e362cf1c5ed2b36c31d01cf604426d04c6b32bdee894e4171537994a81bb83.png/SHA256E-s187193--b4e362cf1c5ed2b36c31d01cf604426d04c6b32bdee894e4171537994a81bb83.png+ \ No newline at end of file diff --git a/docs/images/2020-03-03-21-59-22.png b/docs/images/2020-03-03-21-59-22.png @@ -0,0 +1 @@ +../../.git/annex/objects/2m/1f/SHA256E-s191294--c002b6c041d7350bbe1e9a919b3ef2451f030739de70fb04f17d8c758ed48d80.png/SHA256E-s191294--c002b6c041d7350bbe1e9a919b3ef2451f030739de70fb04f17d8c758ed48d80.png+ \ No newline at end of file diff --git a/publish.el b/publish.el @@ -36,13 +36,13 @@ ("images" :base-directory "docs/images" :base-extension ,site-attachments - :publishing-directory "../www/public/images" + :publishing-directory "../www/public/configurations/images" :publishing-function org-publish-attachment :recursive t) ("assets" :base-directory "docs/assets" :base-extension ,site-attachments - :publishing-directory "../www/public/assets" + :publishing-directory "../www/public/configurations/assets" :publishing-function org-publish-attachment :recursive t) ("all" :components ("configurations" "images" "assets")))) diff --git a/tools/emacs/data/17/a3ed73-aaca-4a18-8ed1-3efe7bac855a/2020-02-29-14-41-59.png b/tools/emacs/data/17/a3ed73-aaca-4a18-8ed1-3efe7bac855a/2020-02-29-14-41-59.png Binary files differ. diff --git a/tools/emacs/data/1f/74bbae-c4a1-4723-977e-e48900fcd1c7/2020-02-29-13-46-08.png b/tools/emacs/data/1f/74bbae-c4a1-4723-977e-e48900fcd1c7/2020-02-29-13-46-08.png Binary files differ. diff --git a/tools/emacs/data/83/bc2073-0681-4fe9-bcf7-3070bd1ab695/2020-03-03-21-57-41.png b/tools/emacs/data/83/bc2073-0681-4fe9-bcf7-3070bd1ab695/2020-03-03-21-57-41.png Binary files differ. diff --git a/tools/emacs/data/83/bc2073-0681-4fe9-bcf7-3070bd1ab695/2020-03-03-21-59-22.png b/tools/emacs/data/83/bc2073-0681-4fe9-bcf7-3070bd1ab695/2020-03-03-21-59-22.png Binary files differ.