Publish post 'Test nginx Configuration Directives' #3

Merged
ccm merged 19 commits from ccm-test-nginx into trunk 2025-06-30 22:49:28 +00:00

19 Commits

Author SHA1 Message Date
276a64dd24 Remove unused image 2025-06-30 15:42:11 -07:00
c800c8e775 Remove bonus content 2025-06-30 15:40:56 -07:00
3f494b037d Update blurb 2025-06-30 15:31:17 -07:00
b165c2112e Update post date 2025-06-30 15:25:51 -07:00
f9ef223cf1 Edit post 2025-06-30 15:25:14 -07:00
5d7896e9e5 Update post 2025-06-29 20:28:07 -07:00
0cc8f18302 Update post 2025-06-27 10:57:09 -07:00
be52884226 Update post 2025-06-26 18:14:32 -07:00
3cb0b83e8a Update image in post 2025-06-26 13:41:35 -07:00
ca15a32429 Edit post 2025-06-26 13:20:01 -07:00
82f4e9c92e Assert /posts/index.html exists before request in nginx spec 2025-06-26 13:19:15 -07:00
eb896676cc Add a renderer spec for escape and undescape double dollar signs ($$name) 2025-06-26 13:15:42 -07:00
766c9bad62 Use '_' instead of '.' for numbering cosmo escapes
because it gets syntax highlighted weird because '.' is not valid for
like a variable name so the syntax highlighter is splitting the escape
phrase at the '.' which means that phrase won't match when unescaped so
it fails to get unescaped

for example, this would fail:

```
 $$ct
```
2025-06-25 21:10:30 -07:00
c26453415d Clean up last spec 2025-06-25 15:49:54 -07:00
dce537b50c Delete duplicate post 2025-06-25 15:25:08 -07:00
b7e6a93bf9 Add post draft 2025-06-25 14:51:12 -07:00
95b3589d22 Add markdown file 2025-06-25 14:51:12 -07:00
4ad479f8f9 Update commands in README.md 2025-06-25 14:47:23 -07:00
0e848c5e7b Change cosmo '$' escape string in markdown renderer
so that we can put 2 selectors next to each other and still be able to
tell where one ends and the other one begins
2025-06-25 14:44:32 -07:00