feat: restore sidebar's table of contents for nested pages
All checks were successful
deploy / build (push) Successful in 2m27s

This commit is contained in:
2024-01-28 09:06:40 +01:00
parent 955c9aea3c
commit 87b3deeed3
9 changed files with 48 additions and 135 deletions

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Colours
#+title: Colours
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Colours
* Colours
** Colours
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/colors.lisp

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Commands
#+title: Commands
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Commands
* Commands
** Commands
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/commands.lisp

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Groups and Placement
#+title: Groups and Placement
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Groups and Placement
* Groups and Placement
** Groups and Placement
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/placement.lisp :noweb yes

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Basic Configuration
#+title: Basic Configuration
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Basic Configuration
* Basic Configuration
** Init File
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/init.lisp

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Keybindings
#+title: Keybindings
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Keybindings
* Keybindings
** Keybinds
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/keybindings.lisp :noweb yes

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Mode-Line
#+title: Mode-Line
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Mode-Line
* Mode-Line
** Mode-Line
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/modeline.lisp

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Theme
#+title: Theme
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Theme
* Theme
** Theme
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/theme.lisp :noweb yes

View File

@@ -1,8 +1,8 @@
#+title: StumpWM — Utilities
#+title: Utilities
#+setupfile: ../headers
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
* StumpWM — Utilities
* Utilities
** Utilities
:PROPERTIES:
:header-args:lisp: :mkdirp yes :tangle ~/.stumpwm.d/utilities.lisp :noweb yes