mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
Restructure recipe types
There are different recipes or at least tidbits that are essentially recipes so we'll just put them under separate namespaces in the hierarchy.
This commit is contained in:
parent
5242780327
commit
97a24dc723
@ -1,9 +1,9 @@
|
||||
:PROPERTIES:
|
||||
:ID: 8750a413-7cb8-4160-b4b3-3b54265b2825
|
||||
:END:
|
||||
#+title: Percent encoding in Bash
|
||||
#+title: Code recipes: Percent encoding in Bash
|
||||
#+date: "2021-06-23 21:10:33 +08:00"
|
||||
#+date_modified: "2022-04-16 20:17:53 +08:00"
|
||||
#+date_modified: "2022-10-25 10:38:40 +08:00"
|
||||
#+language: en
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
:PROPERTIES:
|
||||
:ID: 6d425762-ab9c-463f-b17a-e2a116b12fa0
|
||||
:END:
|
||||
#+title: Implementing tiered headings with CSS
|
||||
#+title: Code recipes: Implementing tiered headings with CSS
|
||||
#+date: "2021-06-20 10:31:00 +08:00"
|
||||
#+date_modified: "2021-06-20 18:16:24 +08:00"
|
||||
#+date_modified: "2022-10-25 17:05:19 +08:00"
|
||||
#+language: en
|
||||
|
||||
|
||||
You may have seen certain documents with [[https://practicaltypography.com/hierarchical-headings.html][tiered headings]].
|
||||
You may have seen certain documents with [[https://practicaltypography.com/hierarchical-headings.html][tiered headings]] especially in technical manuals and specifications (e.g., [[https://tc39.es/ecma262/][ECMAScript]], [[https://html.spec.whatwg.org/][HTML]]).
|
||||
To implement this with pure CSS, we'll make heavy use of [[https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters][CSS counters]].
|
||||
|
||||
Here is one rough implementation with SCSS.
|
@ -1,9 +1,9 @@
|
||||
:PROPERTIES:
|
||||
:ID: 24df5797-6752-470d-89f5-517853573b3d
|
||||
:END:
|
||||
#+title: Implementing Base16 themes in Hugo
|
||||
#+title: Code recipes: Implementing Base16 themes in Hugo
|
||||
#+date: "2021-06-22 20:31:50 +08:00"
|
||||
#+date_modified: "2021-06-24 20:42:52 +08:00"
|
||||
#+date_modified: "2022-10-25 10:38:18 +08:00"
|
||||
#+language: en
|
||||
#+property: header-args :eval no
|
||||
|
Loading…
Reference in New Issue
Block a user