-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
1059 lines (506 loc) · 35.7 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>~振鹭于飞~</title>
<link>https://emacle.github.io/</link>
<description>Recent content on ~振鹭于飞~</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<managingEditor>[email protected] (emacle)</managingEditor>
<webMaster>[email protected] (emacle)</webMaster>
<copyright>&copy;{year}, All Rights Reserved</copyright>
<lastBuildDate>Thu, 28 Feb 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://emacle.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>chrome 显示 emoji 字体</title>
<link>https://emacle.github.io/posts/chrome-xian-shi-emoji-zi-ti/</link>
<pubDate>Tue, 13 Oct 2020 10:11:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Tue, 13 Oct 2020 10:11:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/chrome-xian-shi-emoji-zi-ti/</guid>
<description>hugo-theme-zzo 主题启用了Emoji Support windows 7 下使用chrome浏览器只能通过Segoe UI Symbol字体仅显示部分 黑白色 emoji (firefox 使用自己的字体渲染可显示彩色em</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Twemoji2_1f914.svg/1200px-Twemoji2_1f914.svg.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>hugo</category>
<category>hugo</category>
<category>emacs</category>
</item>
<item>
<title>Git Hooks 使用 husky/yorkie lint-staged git 提交前进行校验</title>
<link>https://emacle.github.io/posts/git-hooks-husky-4yorkie-lint-staged/</link>
<pubDate>Mon, 17 Aug 2020 08:46:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 17 Aug 2020 08:46:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/git-hooks-husky-4yorkie-lint-staged/</guid>
<description>新版本的@vue/cli-service 内置了 yorkie, 见package-lock.json 不再需要额外安装husky 在安装之后,@vue/cli-</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://cn.eslint.org/img/favicon.512x512.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>vue</category>
<category>npm</category>
<category>husky</category>
<category>eslint</category>
<category>yorkie</category>
<category>vue</category>
</item>
<item>
<title>vue vscode 统一代码格式</title>
<link>https://emacle.github.io/posts/vue-vscode-tong-yi-dai-ma-ge-shi/</link>
<pubDate>Mon, 17 Aug 2020 08:34:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 17 Aug 2020 08:34:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/vue-vscode-tong-yi-dai-ma-ge-shi/</guid>
<description>vscode 安装 vetur,eslint 插件 使用 vetur 作为vue文件格式化程序, prettier不用安装 注意 .eslintignore 文件一定不能忽略/src,如果包含则src下</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://cn.vuejs.org/images/logo.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>vue</category>
<category>npm</category>
<category>vscode</category>
<category>vetur</category>
<category>eslint</category>
<category>vue</category>
</item>
<item>
<title>git忽略已经被提交的文件</title>
<link>https://emacle.github.io/posts/git-ignore-file/</link>
<pubDate>Tue, 30 Jun 2020 12:03:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Tue, 30 Jun 2020 12:03:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/git-ignore-file/</guid>
<description>.gitignore 文件的用途,该文件只能作用于 Untracked Files,也就是那些从来没有被 Git 记录过的文件(自添加以后,从未 add 及 commit 过的文件)。 How to ignore files already managed with Git locally 方法一:</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://upload.wikimedia.org/wikipedia/commons/3/3f/Git_icon.svg" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>git</category>
</item>
<item>
<title>postman预览二进制图片</title>
<link>https://emacle.github.io/posts/postman-preview-image/</link>
<pubDate>Wed, 06 May 2020 09:30:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Wed, 06 May 2020 09:30:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/postman-preview-image/</guid>
<description>使用 base64 编码二进制图片数据,置入 &lt;img&gt; 标签 1 2 3 4 5 6 7 8 9 &lt;?php try { // getDiagram 获得二进制流图片 可显示流程进度 $diagramBinary = $serviceFactory-&gt;createProcessInstanceService()-&gt;getDiagram($processInstanceId); $base64 = &#39;data:image/png&#39; . &#39;;base64,&#39; . base64_encode($diagramBinary); // base64加密二进制图</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://www.postman.com/assets/logos/postman-logo-stacked.svg" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>postman</category>
</item>
<item>
<title>activiti使用mysql部署及中文不显示解决</title>
<link>https://emacle.github.io/posts/activiti-shi-yong-mysql-bu-shu-ji-zhong-wen-bu-xian-shi-jie-jue/</link>
<pubDate>Tue, 05 May 2020 21:55:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Tue, 05 May 2020 21:55:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/activiti-shi-yong-mysql-bu-shu-ji-zhong-wen-bu-xian-shi-jie-jue/</guid>
<description>官网下载 activiti-6.0.0.zip 包解压 将wars/目录下 activiti-app.war, activiti-rest.war 包放入apache-tomcat-9.0.30/webapps目录下 1 apache-tomcat-9.0.30/bin/catalina.bat start # 启动 tomcat,stop</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/workflow.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>activiti</category>
</item>
<item>
<title>OAuth 2 Authorization Code Grant Flow</title>
<link>https://emacle.github.io/posts/oauth-2-authorization-code-grant-flow/</link>
<pubDate>Mon, 09 Mar 2020 10:37:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 09 Mar 2020 10:37:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/oauth-2-authorization-code-grant-flow/</guid>
<description>转自 OAuth 2.0 筆記 (4.1) Authorization Code Grant Flow 細節 在 Authorization Grant Code Flow 裡,Client 不直接向 Resource Owner 要求許可,而是把 Resource Owner 導去 Authorization Server 要求許可, Authorization Server 再透過轉址來告訴 Client 授權許可的代碼 (code)</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/color-palette.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>oauth</category>
</item>
<item>
<title>Vue Element-ui Github oAuth 三方登录</title>
<link>https://emacle.github.io/posts/vue-element-ui-github-oauth-san-fang-deng-lu/</link>
<pubDate>Fri, 06 Mar 2020 11:42:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Fri, 06 Mar 2020 11:42:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/vue-element-ui-github-oauth-san-fang-deng-lu/</guid>
<description>Github 网站创建 OAuth Apps 记录 Client ID / Client Secret / Authorization Callback URL 3个参数 此处 Authorization Callback URL 为默认回调网址,程序代码里没有明确指定的话,以此为默认值,代码里指定的话 指定的redi</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://cn.vuejs.org/images/logo.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>vue</category>
<category>element</category>
<category>github</category>
<category>oauth</category>
<category>vue</category>
</item>
<item>
<title>Shortcodes</title>
<link>https://emacle.github.io/posts/shortcodes/</link>
<pubDate>Sat, 25 Jan 2020 06:40:51 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Sat, 25 Jan 2020 06:40:51 +0900</atom:modified>
<guid>https://emacle.github.io/posts/shortcodes/</guid>
<description>Markdownify box This is boxmd shortcode Simple box This is **box** shortcode Code tabs Make it easy to switch between different code
javajavascript1 System.out.println(&#39;Hello World!&#39;); 1 console.log(&#39;Hello World!&#39;); 'use strict';var containerId = JSON.parse("\"c3a7395d19726e47\"");var containerElem = document.getElementById(containerId);var codetabLinks = null;var codetabContents = null;var ids = [];if (containerElem) {codetabLinks = containerElem.</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature3/code-file.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>shortcode</category>
</item>
<item>
<title>vue token过期无缝刷新</title>
<link>https://emacle.github.io/posts/vue-token-guo-qi-wu-feng-shua-xin/</link>
<pubDate>Fri, 17 Jan 2020 10:39:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Fri, 17 Jan 2020 10:39:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/vue-token-guo-qi-wu-feng-shua-xin/</guid>
<description>过期刷新流程图: 思路: 登录时, 后端生成 access_token, refresh_token 返回前端, 前端保存两个token在 cookie或localstorge中 当前端发送正常请求时,请求</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://cn.vuejs.org/images/logo.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>vue</category>
<category>jwt</category>
<category>token</category>
<category>vue</category>
</item>
<item>
<title>hugo-dusk theme 模板,utterances评论修改</title>
<link>https://emacle.github.io/posts/hugo-dusk-theme/</link>
<pubDate>Thu, 16 Jan 2020 09:30:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Thu, 16 Jan 2020 09:30:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/hugo-dusk-theme/</guid>
<description>Hugo 以 theme 中的静态模板文件来生成静态css文件 favicon 图标 1 2 3 4 5 [params] # 自定义 favicon 变量 ~/hugo/static/favicon.ico -&gt; /public/favicon.ico # ~/hugo/static/ 目录下的东西会自动发布到时 /public 根目录 i.e. ox-hugo/ orgmode 导出的静态图片 #</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/color-palette.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>hugo</category>
<category>utterances</category>
<category>theme</category>
<category>hugo</category>
<category>emacs</category>
</item>
<item>
<title>Hugo with OrgMode</title>
<link>https://emacle.github.io/posts/hugo-with-orgmode/</link>
<pubDate>Wed, 15 Jan 2020 17:04:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Wed, 15 Jan 2020 17:04:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/hugo-with-orgmode/</guid>
<description>elpa 安装 ox-hugo 优先使用基于子树模式 两个必填 &lt;hugo_base_dir&gt; 与 EXPORT_FILE_NAME org 文件头 设置配置 #+hugo_base_dir 参数指向 hugo 工程目录 1 #+hugo_base_dir: ../hugo subtree 属性必须要设置 EXPORT_FILE_NAME 即slug 不可重复, 作为导出的 .md 文件名</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://upload.wikimedia.org/wikipedia/commons/a/a6/Org-mode-unicorn.svg" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>hugo</category>
<category>hugo</category>
<category>emacs</category>
</item>
<item>
<title>Markdown Syntax Guide</title>
<link>https://emacle.github.io/posts/markdown-syntax/</link>
<pubDate>Fri, 20 Dec 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Fri, 20 Dec 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/markdown-syntax/</guid>
<description><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p></description>
<dc:creator>Choi</dc:creator>
<media:content url="https://emacle.github.io/images/feature1/markdown.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>markdown</category>
<category>css</category>
<category>html</category>
<category>themes</category>
<category>themes</category>
<category>syntax</category>
<category>Themes Guide</category>
</item>
<item>
<title>Rich Content</title>
<link>https://emacle.github.io/posts/rich-content/</link>
<pubDate>Thu, 19 Dec 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Thu, 19 Dec 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/rich-content/</guid>
<description><p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p></description>
<dc:creator>Lee</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/content.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>shortcodes</category>
<category>privacy</category>
</item>
<item>
<title>Syntax highlighting</title>
<link>https://emacle.github.io/posts/syntax-highlight/</link>
<pubDate>Wed, 18 Dec 2019 10:33:41 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Wed, 18 Dec 2019 10:33:41 +0900</atom:modified>
<guid>https://emacle.github.io/posts/syntax-highlight/</guid>
<description>Code Syntax Highlighting Verify the following code blocks render as code blocks and highlight properly. More about tuning syntax highlighting is the Hugo documentation. Diff 1 2 3 4 5 6 7 8 9 10 *** /path/to/original &#39;&#39;timestamp&#39;&#39; --- /path/to/new &#39;&#39;timestamp&#39;&#39; *************** *** 1 **** ! This is a line. --- 1 --- ! This is a replacement line. It is important to spell -removed line +new line *** /path/to/original</description>
<dc:creator>Jeus</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/color-palette.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>hugo</category>
<category>hugo</category>
</item>
<item>
<title>Math Typesetting</title>
<link>https://emacle.github.io/posts/math-typesetting/</link>
<pubDate>Tue, 17 Dec 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Tue, 17 Dec 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/math-typesetting/</guid>
<description><div class="box">
We need goldmark katex entension which is not yet we have:
[https://github.com/gohugoio/hugo/issues/6544](https://github.com/gohugoio/hugo/issues/6544)
</div>
<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p></description>
<dc:creator>Park</dc:creator>
</item>
<item>
<title>Emoji Support</title>
<link>https://emacle.github.io/posts/emoji-support/</link>
<pubDate>Mon, 16 Dec 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 16 Dec 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/emoji-support/</guid>
<description><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description>
<dc:creator>Kim</dc:creator>
<category>emoji</category>
<category>gamoji</category>
<category>namoji</category>
<category>bamoji</category>
<category>amoji</category>
</item>
<item>
<title>Viz support</title>
<link>https://emacle.github.io/posts/test-viz/</link>
<pubDate>Mon, 18 Nov 2019 21:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 18 Nov 2019 21:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-viz/</guid>
<description>digraph G {subgraph cluster_0 {style=filled;color=lightgrey;node [style=filled,color=white];a0 -&gt; a1 -&gt; a2 -&gt; a3;label = &quot;process #1&quot;;}subgraph cluster_1 {node [style=filled];b0 -&gt; b1 -&gt; b2 -&gt; b3;label = &quot;process #2&quot;;color=blue}start -&gt; a0;start -&gt; b0;a1 -&gt; b3;b2 -&gt; a3;a3 -&gt; a0;a3 -&gt; end;b3 -&gt; end;start [shape=Mdiamond];end [shape=Msquare];}</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/graph.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
</item>
<item>
<title>Wavedrom support</title>
<link>https://emacle.github.io/posts/test-wavedrom/</link>
<pubDate>Mon, 18 Nov 2019 18:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 18 Nov 2019 18:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-wavedrom/</guid>
<description>{ &quot;signal&quot;: [ {&quot;name&quot;: &quot;CLK&quot;, &quot;wave&quot;: &quot;p.....|...&quot;},{&quot;name&quot;:&quot;DAT&quot;, &quot;wave&quot;:&quot;x.345x|=.x&quot;, &quot;data&quot;:[&quot;A&quot;,&quot;B&quot;,&quot;C&quot;,&quot;D&quot;]},{&quot;name&quot;: &quot;REQ&quot;, &quot;wave&quot;: &quot;0.1..0|1.0&quot;},{},{&quot;name&quot;: &quot;ACK&quot;, &quot;wave&quot;: &quot;1.....|01.&quot;}]}</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature1/wave.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
</item>
<item>
<title>Chart support</title>
<link>https://emacle.github.io/posts/test-chartjs/</link>
<pubDate>Mon, 18 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 18 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-chartjs/</guid>
<description>{&quot;type&quot;: &quot;bar&quot;,&quot;data&quot;: {&quot;labels&quot;: [&quot;One&quot;, &quot;Two&quot;, &quot;Three&quot;, &quot;Four&quot;, &quot;Five&quot;, &quot;Six&quot;],&quot;datasets&quot;: [{&quot;label&quot;: &quot;# of Votes&quot;,&quot;data&quot;: [12, 19, 3, 5, 3, 8]}]}}{&quot;type&quot;: &quot;line&quot;,&quot;data&quot;: {&quot;labels&quot;: [&quot;One&quot;, &quot;Two&quot;, &quot;Three&quot;, &quot;Four&quot;, &quot;Five&quot;, &quot;Six&quot;],&quot;datasets&quot;: [{&quot;label&quot;: &quot;# of Votes&quot;,&quot;data&quot;: [12, 19, 3, 5, 2, 3],&quot;backgroundColor&quot;:&quot;transparent&quot;,&quot;borderColor&quot;:&quot;orange&quot;},{&quot;label&quot;: &quot;Some other set&quot;,&quot;data&quot;: [15, 8, 13, 5, 5, 9],&quot;backgroundColor&quot;:&quot;transparent&quot;,&quot;borderColor&quot;:&quot;#44ccff&quot;}]}}</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature1/graph.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
</item>
<item>
<title>JS Sequence Diagram support</title>
<link>https://emacle.github.io/posts/test-js-sequence-diagrams/</link>
<pubDate>Mon, 18 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 18 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-js-sequence-diagrams/</guid>
<description>Alice-&gt;Bob: Hello Bob, how are you?Note right of Bob: Bob thinksBob--&gt;Alice: I am good thanks!Title: Here is a titleA-&gt;B: Normal lineB--&gt;C: Dashed lineC-&gt;&gt;D: Open arrowD--&gt;&gt;A: Dashed open arrow</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/transfer.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
</item>
<item>
<title>Mermaid support</title>
<link>https://emacle.github.io/posts/test-mermaid/</link>
<pubDate>Sun, 17 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Sun, 17 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-mermaid/</guid>
<description>graph TD;A--&gt;B;A--&gt;C;B--&gt;D;C--&gt;D;sequenceDiagramparticipant Aliceparticipant BobAlice-&gt;John: Hello John, how are you?loop HealthcheckJohn-&gt;John: Fight against hypochondriaendNote right of John: Rational thoughts &lt;br/&gt;prevail...John--&gt;Alice: Great!John-&gt;Bob: How about you?Bob--&gt;John: Jolly good!graph TDA[Hard] --&gt;|Text| B(Round)B --&gt; C{Decision}C --&gt;|One| D[Result 1]C --&gt;|Two| E[Result 2]ganttsection SectionCompleted :done, des1, 2014-01-06,2014-01-08Active :active, des2, 2014-01-07, 3dParallel 1 : des3, after des1, 1dParallel 2 : des4, after des1, 1dParallel 3 : des5, after des3, 1dParallel 4 : des6, after des4, 1dclassDiagramClass01 &lt;|-- AveryLongClass : Cool&lt;&lt;interface&gt;&gt; Class01Class09 --&gt; C2 : Where am i?</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/workflow.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
<category>diagram</category>
</item>
<item>
<title>MathJax support</title>
<link>https://emacle.github.io/posts/test-mathjax/</link>
<pubDate>Sat, 16 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Sat, 16 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-mathjax/</guid>
<description>When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature1/infinity.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>math</category>
</item>
<item>
<title>Katex support</title>
<link>https://emacle.github.io/posts/test-katex/</link>
<pubDate>Fri, 15 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Fri, 15 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-katex/</guid>
<description>The following
$$ \int_{a}^{b} x^2 dx $$
Is an integral
$$ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } $$
Enable Katex in the config file by setting the katex param to true. This will import the necessary Katex CSS/JS.
See the online reference of supported TeX functions.
Note: For inline math to render correctly, your content file extension must be .mmark. See the official mmark site.
Inline math: $ \varphi = \dfrac{1+\sqrt5}{2}= 1.</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature2/mathbook.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>math</category>
</item>
<item>
<title>Flowchart support</title>
<link>https://emacle.github.io/posts/test-flowchart/</link>
<pubDate>Thu, 14 Nov 2019 12:00:06 +0900</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Thu, 14 Nov 2019 12:00:06 +0900</atom:modified>
<guid>https://emacle.github.io/posts/test-flowchart/</guid>
<description>st=&gt;start: Start|past:&gt;http://www.google.com[blank]e=&gt;end: End|future:&gt;http://www.google.comop1=&gt;operation: My Operation|pastop2=&gt;operation: Stuff|currentsub1=&gt;subroutine: My Subroutine|invalidcond=&gt;condition: Yesor No?|approved:&gt;http://www.google.comc2=&gt;condition: Good idea|rejectedio=&gt;inputoutput: catch something...|futurest-&gt;op1(right)-&gt;condcond(yes, right)-&gt;c2cond(no)-&gt;sub1(left)-&gt;op1c2(yes)-&gt;io-&gt;ec2(no)-&gt;op2-&gt;e</description>
<dc:creator>emacle</dc:creator>
<media:content url="https://emacle.github.io/images/feature1/flowchart.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>diagram</category>
</item>
<item>
<title>raspberry pi 4</title>
<link>https://emacle.github.io/posts/raspberry-pi-4/</link>
<pubDate>Mon, 16 Sep 2019 09:34:00 +0800</pubDate>
<author>[email protected] (emacle)</author>
<atom:modified>Mon, 16 Sep 2019 09:34:00 +0800</atom:modified>
<guid>https://emacle.github.io/posts/raspberry-pi-4/</guid>
<description>DONE 配置 dhcpcd-run-hook dhcpcd vs /etc/network/interfaces pi 使用 dhcpcd 作为dhcp client 配置 静态IP也在这里进行配置 必须dhcp获取到ip地址后, 执行 frpc 命令, 否则会出现 frpc不能连接自动断开</description>
<dc:creator>[emacle]</dc:creator>
<media:content url="https://emacle.github.io/https://www.raspberrypi.org/app/uploads/2011/10/Raspi-PGB001.png" medium="image"><media:title type="html">featured image</media:title></media:content>
<category>pi</category>
</item>
</channel>
</rss>