Skip to content

Commit 6affe14

Browse files
authored
Merge pull request #25 from jsr6720/post-journaling
Post journaling
2 parents be66e75 + ac54d8e commit 6affe14

File tree

348 files changed

+1087
-1041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+1087
-1041
lines changed

_layouts/post.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
2222
<span class="p-author h-card" itemprop="name">{{ page.author }}</span>
2323
</span>
2424
{%- endif -%}
25+
&bullet;
26+
<span class="post-tags">
27+
tags: {{ page.tags | join: ", " }}
28+
</span>
2529
</p>
2630

2731
</header>

_posts/2010-04-07-apple-s-magic-mouse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All in all, it’s a keeper.
3333

3434
---
3535

36-
##### Author's Note
36+
## Author's Note
3737

3838
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
3939

@@ -43,12 +43,12 @@ Original Wordpress tags: "Misc", "apple", "mouse"
4343

4444
Original Wordpress comments: None
4545

46-
##### Significant revisions
46+
## Significant revisions
4747

4848
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
4949

5050
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
5151
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/07/apples-magic-mouse/)
5252

53-
##### EOF/Footnotes
53+
## EOF/Footnotes
5454

_posts/2010-04-07-what-s-in-a-name-.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ So saddle up and ride into the west, for there are countless problems to be solv
3333

3434
---
3535

36-
##### Author's Note
36+
## Author's Note
3737

3838
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
3939

@@ -43,12 +43,12 @@ Original Wordpress tags: "Personal Musings", "cowboy", "cowboy coder"
4343

4444
Original Wordpress comments: None
4545

46-
##### Significant revisions
46+
## Significant revisions
4747

4848
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
4949

5050
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
5151
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/07/whats-in-a-name/)
5252

53-
##### EOF/Footnotes
53+
## EOF/Footnotes
5454

_posts/2010-04-08-3-5-to-4-0-flex-sdk-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ And now I am currently in the processes of learning skins … although my golf g
4747

4848
---
4949

50-
##### Author's Note
50+
## Author's Note
5151

5252
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
5353

@@ -57,12 +57,12 @@ Original Wordpress tags: "flex", "4.0", "flex"
5757

5858
Original Wordpress comments: None
5959

60-
##### Significant revisions
60+
## Significant revisions
6161

6262
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
6363

6464
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
6565
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/08/3-5-to-4-0-flex-sdk-upgrade/)
6666

67-
##### EOF/Footnotes
67+
## EOF/Footnotes
6868

_posts/2010-04-08-ldap-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ GROUP_C=<ldap group>
326326

327327
---
328328

329-
##### Author's Note
329+
## Author's Note
330330

331331
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
332332

@@ -336,12 +336,12 @@ Original Wordpress tags: "Java", "flex", "Java", "ldap"
336336

337337
Original Wordpress comments: <a href="https://txcowboycoder.wordpress.com/2010/04/08/ldap-authentication/#comments">2 Comments</a>
338338

339-
##### Significant revisions
339+
## Significant revisions
340340

341341
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
342342

343343
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
344344
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/08/ldap-authentication/)
345345

346-
##### EOF/Footnotes
346+
## EOF/Footnotes
347347

_posts/2010-04-08-mysql-stored-routines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ I won’t delve into the many differences as google returns the more relevant re
3838

3939
---
4040

41-
##### Author's Note
41+
## Author's Note
4242

4343
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
4444

@@ -48,12 +48,12 @@ Original Wordpress tags: "MySQL", "function", "MySQL", "stored procedure"
4848

4949
Original Wordpress comments: None
5050

51-
##### Significant revisions
51+
## Significant revisions
5252

5353
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
5454

5555
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
5656
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/08/mysql-stored-routines/)
5757

58-
##### EOF/Footnotes
58+
## EOF/Footnotes
5959

_posts/2010-04-13-flex-4-compile-error-mxmlcontent-must-be-contiguous-.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Flex 4
8585

8686
---
8787

88-
##### Author's Note
88+
## Author's Note
8989

9090
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
9191

@@ -95,12 +95,12 @@ Original Wordpress tags: "flex", "compile error", "flex", "mxmlContent"
9595

9696
Original Wordpress comments: <a href="https://txcowboycoder.wordpress.com/2010/04/13/mxmlcontent-must-be-contiguous/#comments">2 Comments</a>
9797

98-
##### Significant revisions
98+
## Significant revisions
9999

100100
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
101101

102102
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
103103
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/13/mxmlcontent-must-be-contiguous/)
104104

105-
##### EOF/Footnotes
105+
## EOF/Footnotes
106106

_posts/2010-04-14-flex-4-0-drag-and-drop-with-skins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Three links that helped me with this endeavor:
6868

6969
---
7070

71-
##### Author's Note
71+
## Author's Note
7272

7373
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
7474

@@ -78,12 +78,12 @@ Original Wordpress tags: "flex", "drag-and-drop", "flex", "skins"
7878

7979
Original Wordpress comments: <a href="https://txcowboycoder.wordpress.com/2010/04/14/flex-4-0-drag-and-drop-with-skins/#comments">2 Comments</a>
8080

81-
##### Significant revisions
81+
## Significant revisions
8282

8383
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
8484

8585
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
8686
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/04/14/flex-4-0-drag-and-drop-with-skins/)
8787

88-
##### EOF/Footnotes
88+
## EOF/Footnotes
8989

_posts/2010-10-13-4th-dimension-v11.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As a developer I mostly have gripes about the system, but I’ll try to mention
2121

2222
---
2323

24-
##### Author's Note
24+
## Author's Note
2525

2626
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
2727

@@ -31,12 +31,12 @@ Original Wordpress tags: "Personal Musings", "4D"
3131

3232
Original Wordpress comments: None
3333

34-
##### Significant revisions
34+
## Significant revisions
3535

3636
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
3737

3838
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
3939
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/10/13/4d/)
4040

41-
##### EOF/Footnotes
41+
## EOF/Footnotes
4242

_posts/2010-10-13-sql-based-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SQL Views – you can’t be in the 20th century database product without veiws
2727

2828
---
2929

30-
##### Author's Note
30+
## Author's Note
3131

3232
Initial `md` Generated using [https://github.com/jsr6720/wordpress-html-scraper-to-md](https://github.com/jsr6720/wordpress-html-scraper-to-md)
3333

@@ -37,12 +37,12 @@ Original Wordpress tags: "Wish List", "4D", "database"
3737

3838
Original Wordpress comments: None
3939

40-
##### Significant revisions
40+
## Significant revisions
4141

4242
tags: {{ page.tags | join: ", " }} <!-- todo move this somewhere -->
4343

4444
- {{ "2024-05-06 22:47:18" | date_to_string: "ordinal", "US" }} Converted to jekyll markdown format and copied to personal site
4545
- {{ page.date | date_to_string: "ordinal", "US" }} Originally published on [txcowboycoder wordpress site](https://txcowboycoder.wordpress.com/2010/10/13/sql-based-view/)
4646

47-
##### EOF/Footnotes
47+
## EOF/Footnotes
4848

0 commit comments

Comments
 (0)