From 7e717ac2aab4f94c85468f8c993b869cf7d416ca Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 23 Dec 2020 04:39:21 +0100 Subject: [PATCH] [Org] Fix header, move images, remove screenshots from index The screenshots on the index page are better off on the i3 page Setupfiles were not found for org files in subdirectories, this is fixed Images are now correctly placed --- org/config/Deprecated/i3.org | 15 ++++++++++++++- org/config/{ => Deprecated}/img/emacs.png | Bin org/config/{ => Deprecated}/img/emacs.png.webp | Bin org/config/{ => Deprecated}/img/neofetch.png | Bin .../{ => Deprecated}/img/neofetch.png.webp | Bin org/config/{ => Deprecated}/img/rofi.png | Bin org/config/{ => Deprecated}/img/rofi.png.webp | Bin org/config/Deprecated/nano.org | 2 +- org/config/Deprecated/polybar.org | 2 +- org/config/{ => WIP}/img/ncmpcpp-directory.png | Bin .../{ => WIP}/img/ncmpcpp-directory.png.webp | Bin org/config/{ => WIP}/img/ncmpcpp-queue.png | Bin org/config/{ => WIP}/img/ncmpcpp-queue.png.webp | Bin org/config/{ => WIP}/img/ncmpcpp-visualizer.png | Bin .../{ => WIP}/img/ncmpcpp-visualizer.png.webp | Bin org/config/WIP/ncmpcpp.org | 2 +- org/config/WIP/neofetch.org | 2 +- org/config/index.org | 13 ------------- 18 files changed, 18 insertions(+), 18 deletions(-) rename org/config/{ => Deprecated}/img/emacs.png (100%) rename org/config/{ => Deprecated}/img/emacs.png.webp (100%) rename org/config/{ => Deprecated}/img/neofetch.png (100%) rename org/config/{ => Deprecated}/img/neofetch.png.webp (100%) rename org/config/{ => Deprecated}/img/rofi.png (100%) rename org/config/{ => Deprecated}/img/rofi.png.webp (100%) rename org/config/{ => WIP}/img/ncmpcpp-directory.png (100%) rename org/config/{ => WIP}/img/ncmpcpp-directory.png.webp (100%) rename org/config/{ => WIP}/img/ncmpcpp-queue.png (100%) rename org/config/{ => WIP}/img/ncmpcpp-queue.png.webp (100%) rename org/config/{ => WIP}/img/ncmpcpp-visualizer.png (100%) rename org/config/{ => WIP}/img/ncmpcpp-visualizer.png.webp (100%) diff --git a/org/config/Deprecated/i3.org b/org/config/Deprecated/i3.org index 36ea2a1..d1de539 100644 --- a/org/config/Deprecated/i3.org +++ b/org/config/Deprecated/i3.org @@ -1,5 +1,5 @@ #+TITLE: i3 config -#+setupfile: headers +#+setupfile: ../headers #+OPTIONS: auto-id:t #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: @@ -21,6 +21,19 @@ It is to be noted I am using [[https://github.com/Airblader/i3][Airblader’s fo # -*- mode: conf -*- #+END_SRC +* Screenshots +:PROPERTIES: +:CUSTOM_ID: Screenshots-51f1cef3 +:END: +#+CAPTION: Desktop with Neofetch in the terminal +[[./img/neofetch.png.webp]] + +#+CAPTION: Desktop with Emacs opened +[[./img/emacs.png.webp]] + +#+CAPTION: Desktop with Rofi +[[./img/rofi.png.webp]] + * Variables declaration :PROPERTIES: :CUSTOM_ID: Variables_declaration-0ebc9a21 diff --git a/org/config/img/emacs.png b/org/config/Deprecated/img/emacs.png similarity index 100% rename from org/config/img/emacs.png rename to org/config/Deprecated/img/emacs.png diff --git a/org/config/img/emacs.png.webp b/org/config/Deprecated/img/emacs.png.webp similarity index 100% rename from org/config/img/emacs.png.webp rename to org/config/Deprecated/img/emacs.png.webp diff --git a/org/config/img/neofetch.png b/org/config/Deprecated/img/neofetch.png similarity index 100% rename from org/config/img/neofetch.png rename to org/config/Deprecated/img/neofetch.png diff --git a/org/config/img/neofetch.png.webp b/org/config/Deprecated/img/neofetch.png.webp similarity index 100% rename from org/config/img/neofetch.png.webp rename to org/config/Deprecated/img/neofetch.png.webp diff --git a/org/config/img/rofi.png b/org/config/Deprecated/img/rofi.png similarity index 100% rename from org/config/img/rofi.png rename to org/config/Deprecated/img/rofi.png diff --git a/org/config/img/rofi.png.webp b/org/config/Deprecated/img/rofi.png.webp similarity index 100% rename from org/config/img/rofi.png.webp rename to org/config/Deprecated/img/rofi.png.webp diff --git a/org/config/Deprecated/nano.org b/org/config/Deprecated/nano.org index aafcac5..02ea695 100644 --- a/org/config/Deprecated/nano.org +++ b/org/config/Deprecated/nano.org @@ -1,5 +1,5 @@ #+TITLE: Nano configuration -#+setupfile: headers +#+setupfile: ../headers #+OPTIONS: auto-id:t #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: diff --git a/org/config/Deprecated/polybar.org b/org/config/Deprecated/polybar.org index bc36c43..a4c8a29 100644 --- a/org/config/Deprecated/polybar.org +++ b/org/config/Deprecated/polybar.org @@ -1,5 +1,5 @@ #+TITLE: Polybar config -#+setupfile: headers +#+setupfile: ../headers #+OPTIONS: auto-id:t #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: diff --git a/org/config/img/ncmpcpp-directory.png b/org/config/WIP/img/ncmpcpp-directory.png similarity index 100% rename from org/config/img/ncmpcpp-directory.png rename to org/config/WIP/img/ncmpcpp-directory.png diff --git a/org/config/img/ncmpcpp-directory.png.webp b/org/config/WIP/img/ncmpcpp-directory.png.webp similarity index 100% rename from org/config/img/ncmpcpp-directory.png.webp rename to org/config/WIP/img/ncmpcpp-directory.png.webp diff --git a/org/config/img/ncmpcpp-queue.png b/org/config/WIP/img/ncmpcpp-queue.png similarity index 100% rename from org/config/img/ncmpcpp-queue.png rename to org/config/WIP/img/ncmpcpp-queue.png diff --git a/org/config/img/ncmpcpp-queue.png.webp b/org/config/WIP/img/ncmpcpp-queue.png.webp similarity index 100% rename from org/config/img/ncmpcpp-queue.png.webp rename to org/config/WIP/img/ncmpcpp-queue.png.webp diff --git a/org/config/img/ncmpcpp-visualizer.png b/org/config/WIP/img/ncmpcpp-visualizer.png similarity index 100% rename from org/config/img/ncmpcpp-visualizer.png rename to org/config/WIP/img/ncmpcpp-visualizer.png diff --git a/org/config/img/ncmpcpp-visualizer.png.webp b/org/config/WIP/img/ncmpcpp-visualizer.png.webp similarity index 100% rename from org/config/img/ncmpcpp-visualizer.png.webp rename to org/config/WIP/img/ncmpcpp-visualizer.png.webp diff --git a/org/config/WIP/ncmpcpp.org b/org/config/WIP/ncmpcpp.org index 9b3382d..f842c6d 100644 --- a/org/config/WIP/ncmpcpp.org +++ b/org/config/WIP/ncmpcpp.org @@ -1,5 +1,5 @@ #+title: Ncmpcpp Configuration -#+setupfile: headers +#+setupfile: ../headers #+OPTIONS: auto-id:t #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: diff --git a/org/config/WIP/neofetch.org b/org/config/WIP/neofetch.org index cb038cd..21c3e67 100644 --- a/org/config/WIP/neofetch.org +++ b/org/config/WIP/neofetch.org @@ -1,5 +1,5 @@ #+title: Neofetch configuration -#+setupfile: headers +#+setupfile: ../headers #+OPTIONS: auto-id:t #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: diff --git a/org/config/index.org b/org/config/index.org index 043bc76..5379c53 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -32,19 +32,6 @@ When it comes to my graphical UI, I do not have any desktop environment. Instead Finally, you can find my configuration for my ErgodoxEZ keyboard [[https://configure.ergodox-ez.com/ergodox-ez/layouts/5WrVw/latest/0][here]]. It is optimized for usage with the Bépo layout set as a software layout. It has also a layer set to emulate a Qwerty layout when using the Bépo software layout due to some games that do not offer to remap keys (I’m looking at you, Among Us). -* Screenshots -:PROPERTIES: -:CUSTOM_ID: Screenshots-51f1cef3 -:END: -#+CAPTION: Desktop with Neofetch in the terminal -[[./img/neofetch.png.webp]] - -#+CAPTION: Desktop with Emacs opened -[[./img/emacs.png.webp]] - -#+CAPTION: Desktop with Rofi -[[./img/rofi.png.webp]] - * Features :PROPERTIES: :CUSTOM_ID: Features-5ab2a2c0