-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex8.html
More file actions
932 lines (861 loc) · 34.6 KB
/
index8.html
File metadata and controls
932 lines (861 loc) · 34.6 KB
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
927
928
929
930
931
932
<!DOCTYPE html>
<html lang="en-us" prefix="og: http://ogp.me/ns#"
xmlns:og="http://ogp.me/ns#"
xmlns:article="http://ogp.me/ns/article#"
xmlns:blogPosting="http://ogp.me/ns/blogPosting#"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en-us">
<head>
<meta charset="utf-8" />
<title>Mandaris Moore</title>
<meta name="author" class="p-author h-card" content="Mandaris" />
<meta property="site_name" content="Mandaris Moore" />
<meta name="description" content="The Pelican website for Mandaris Moore." />
<base href="." />
<meta name="generator" content="Pelican" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1b5a53" />
<link rel="stylesheet" type="text/css" href="./theme/css/main.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon-precomposed"
href="/apple-touch-icon-precomposed.png" />
<!-- Feed information -->
<link href="http://mandaris.github.io/feeds/atom.xml"
type="application/atom+xml"
rel="alternate" title="Mandaris Moore ALL Atom Feed" />
<!--- Other Social Media Tags (See README.md) --->
<!-- OpenGraph Info -->
<meta property="og:title" content="Mandaris Moore" />
<meta property="og:type" content="website" />
<meta property="og:description" content="The Pelican website for Mandaris Moore."/>
<meta property="og:url" content="." />
<meta property="og:locale" content="en-us" />
<meta property="og:image" content="./favicon.png" />
<meta property="og:image:alt" content="A person in a gear." />
<!-- IndieWeb sign-in -->
<link href="https://github.com/mandaris"
rel="me" class="u-url" />
<!-- Twitter Specific Info -->
<meta name="twitter:site" content="@mandaris" />
<meta name="twitter:creator" content="@mandaris" />
<meta name="twitter:card" content="summary_large_image" />
<link href="https://twitter.com/mandaris"
rel="me" class="u-url" />
</head>
<body itemscope itemtype="https://schema.org/Blog">
<meta itemprop="description" content="The Pelican website for Mandaris Moore." />
<header role="banner">
<h1 class="websitetitle"><a href=".">Mandaris Moore</a></h1>
<nav itemscope itemtype="https://schema.org/SiteNavigationElement"
class="navmenu" id="navmenu" >
<ul>
<li>
<a class="navitemlink" href="./archives.html">Archive</a>
</li>
<li>
<a class="navitemlink" href="./pages/about.html">About</a>
</li>
<li>
<a class="navitemlink" href="./pages/projects.html">Projects</a>
</li>
</ul>
</nav>
<hr />
</header>
<main class="articlelisting content">
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Working at night «Mandaris Moore»"
href="2018/04/working-at-night.html"
itemprop="url">
Working at night
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Tonight, I changed the ssh keys on my computer and I had a really hard time connecting to the server that my site is hosted on. </p>
<p>The server has some really tough firewalls and it doesn't allow you multiple attempts to log in. You only get one and if it doesn't work you get banned. I had to have a friend unlock my account 4 times as I learned more about what keys to use and how does the pass phrase on the factor into all of this. </p>
<p>It's really late so I hope that I remember this. </p>
<p>Just in case here are the links I used to get more information.</p>
<ul>
<li>https://www.mac-help.com/threads/ssh-doesnt-work.132465/</li>
<li>https://www.reddit.com/r/MacOS/comments/7i8ao5/ssh_not_working_after_update_to_10132/</li>
</ul>
<p>The second one regarding the <code>-vvv</code> option really help zone in the fact that the server was rejecting connections on port 22 and to get the Admins involved.</p>
<div class="highlight"><pre><span></span><code><span class="o">*[</span><span class="n">ssh</span><span class="o">]</span><span class="err">:</span><span class="w"> </span><span class="n">Secure</span><span class="w"> </span><span class="n">Shell</span><span class="w"></span>
</code></pre></div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Working at night «Mandaris Moore»"
href="2018/04/working-at-night.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/tech.html">
<span itemprop="articleSection">tech</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-16T02:32:35-07:00"
itemprop="dateCreated datePublished">
April 16, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/ssh.html">
ssh
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Re-re-rededication «Mandaris Moore»"
href="2018/04/re-re-rededication.html"
itemprop="url">
Re-re-rededication
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I want to make more things. I want to be a creator instead of just consuming things. I understand that it's going to be a slow process because I've got habits that have been building up for years. </p>
<p>Right now, all I can think of is what to do next. </p>
<p>Unfortunately, part of me what to make everything come out perfect. </p>
<p>I'm ok with making some not great things as long as they become better over time.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Re-re-rededication «Mandaris Moore»"
href="2018/04/re-re-rededication.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personnal.html">
<span itemprop="articleSection">personnal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-15T23:14:12-07:00"
itemprop="dateCreated datePublished">
April 15, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/goals.html">
goals
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2020-04-21T17:40:44-07:00"
itemprop="dateModified">
April 15, 2018
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Strong Foundation «Mandaris Moore»"
href="2018/04/strong-foundation.html"
itemprop="url">
Strong Foundation
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>So, I think that I've finished the foundation for my website.</p>
<p>I'm fairly proud of the structure of it and the amount of meta data that I've placed into it.</p>
<p>Here is a poem.</p>
<blockquote>
<p>Type,type, type<br>
I am typing<br>
- A child</p>
</blockquote>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Strong Foundation «Mandaris Moore»"
href="2018/04/strong-foundation.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/blogging.html">
<span itemprop="articleSection">blogging</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-12T07:17:35-07:00"
itemprop="dateCreated datePublished">
April 12, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/pelican.html">
pelican
</a>
<a
class="tag"
rel="category tag"
href="./tag/html.html">
html
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2018-04-24T19:44:46-07:00"
itemprop="dateModified">
April 12, 2018
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="I won something «Mandaris Moore»"
href="2018/04/i-won-something.html"
itemprop="url">
I won something
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="The first award that I've won in years." src="/images/guest-best-table-topic.jpeg"></p>
<p>I did Toast Masters today and I even managed to get a little award for best "Table Topics". It is an event where you select a random topic and speak about it for 2 minutes. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="I won something «Mandaris Moore»"
href="2018/04/i-won-something.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-11T22:58:40-07:00"
itemprop="dateCreated datePublished">
April 11, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
<a
class="tag"
rel="category tag"
href="./tag/toast-masters.html">
toast masters
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2018-04-20T10:29:36-07:00"
itemprop="dateModified">
April 11, 2018
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="automagically update with keyboard maestro «Mandaris Moore»"
href="2018/04/automagically-update-with-keyboard-maestro.html"
itemprop="url">
automagically update with keyboard maestro
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="Keyboard Maestro is used to publish the site when computer is idle." src="/images/keyboard-maestro-regerates-publish-site.png"></p>
<p>Today, I’ve put some time into improving something that I’ve been thinking about doing for years. And that is having my static <a href="https://blog.getpelican.com">pelican</a> powered website update without me over seeing it. </p>
<p>In a lot of ways this is me getting out of my own way and just spending time producing words instead of focusing on the technology. In other words, writing the words instead of making pages. </p>
<p><img alt="Hazel sorts all the blog posts into sub folders." src="/images/hazel-sorts-posts-in-chronicles.png"></p>
<p>It’s mostly just the one hazel rule to constantly keep the posts sorted and then there is a keyboard maestro rule that waits for the computer to be idle for 30 minutes[^waiting] before making all the posts. </p>
<p>The only thing I want to improve is adding images and editing posts from the past. I'll leave that for another day.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:waiting ">
<p>I have a plug-in for pelican that uses Java to render diagrams. I don’t want it to interrupt anyone using the computer while it does this. <a class="footnote-backref" href="#fnref:waiting " title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="automagically update with keyboard maestro «Mandaris Moore»"
href="2018/04/automagically-update-with-keyboard-maestro.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/blog.html">
<span itemprop="articleSection">blog</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-10T21:04:27-07:00"
itemprop="dateCreated datePublished">
April 10, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/keyboard-maestro.html">
keyboard maestro
</a>
<a
class="tag"
rel="category tag"
href="./tag/automation.html">
automation
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Spending a couple minutes on my laptop «Mandaris Moore»"
href="2018/04/spending-a-couple-minutes-on-my-laptop.html"
itemprop="url">
Spending a couple minutes on my laptop
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I was thinking about doing some kind of challenge for the month of April. I wasn't really able to start yesterday, but today is a great to start with something new. </p>
<p>Here are somethings that I'm thinking about working on</p>
<ol>
<li>Writing. I want to work on my communication via writing. I think that I can be better served by focusing on making my writing better. Both with grammar and how I express ideas.</li>
<li>Web Design. Just making it look nicer would make me feel better about giving the url to people</li>
<li>Planning. Setting more time to work on things that need to be improved.</li>
</ol>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Spending a couple minutes on my laptop «Mandaris Moore»"
href="2018/04/spending-a-couple-minutes-on-my-laptop.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-04-02T18:06:41-07:00"
itemprop="dateCreated datePublished">
April 02, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/writing.html">
writing
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Slow progress on the blog «Mandaris Moore»"
href="2018/03/slow-progress-on-the-blog.html"
itemprop="url">
Slow progress on the blog
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I'm slowing making progress on my blog. It doesn't look like much because I don't have any css associated with it. I'm ok with it looks a little rough for now because I want to focus on the design for now and I rally don't think I'm going to get a lot of people checking it out between now and whenever...</p>
<p>What I would like do is challenge myself to do more than just play around on my computer. I've been spend more and more time becoming aware of the little clock in the upper right hand corner of the screen that tells me how productive I've been on my Mac.</p>
<p><img alt="Image of Timing in Menubar showing that I am 62% productive." src="../../images/timing_clock_menubaritem.png" title="Timing showing that I could be doing more."></p>
<p>Personally, I feel that every little bit counts towards becoming an adult. I can't go back to the days where I only had to worry about homework any more. In fact,I no longer wish for those days because I understand that even then I had some kind of struggle going on. The me now, is a lot more self aware and more confident in who I am.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Slow progress on the blog «Mandaris Moore»"
href="2018/03/slow-progress-on-the-blog.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-03-01T19:17:34-08:00"
itemprop="dateCreated datePublished">
March 01, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/blog.html">
blog
</a>
<a
class="tag"
rel="category tag"
href="./tag/productivity.html">
productivity
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Modest Theme Goals «Mandaris Moore»"
href="2018/02/modest-theme-goals.html"
itemprop="url">
Modest Theme Goals
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="A mind map of what the goals are for my new blog theme" src="https://mandarismoore.com/images/Modest_website_theme_goals.png" title="Suprisingly just a few things as a priority"></p>
<p>I've been having a desire to make a new website, but I haven't really been thinking about what I want from it. I took some time to brainstorm so ideas and broke it down into three things.</p>
<h3 id="accessible">Accessible</h3>
<p>I want people to be able to read the site. I've had a couple scares where I thought something would happen to my vision. I want what I'm reading to be read by everyone.</p>
<p>Even if it's just me in the future.</p>
<h3 id="quick-to-load">Quick to Load</h3>
<p>I want the page to load fast. I think I could break this into two smaller goals.</p>
<h4 id="reduce-the-number-of-calls-to-external-libraries">Reduce the number of calls to external libraries</h4>
<p>Modern OSs have a lot of fairly good fonts and not every website need to have the entire library for css and/or javascript that you want. Although CDNs can help with that, I feel what I'm creating needs to make yet another http request for the end users.</p>
<h4 id="keep-the-syntax-for-the-site-to-a-minimum">Keep the syntax for the site to a minimum</h4>
<p>I don't want to add extra code just for code sake. I want the person to get in and do what they want - which is read- and then move on.</p>
<h3 id="schemaorg">Schema.org</h3>
<p>I want people to be able to find out what I'm saying. It could be helpful for them. Maybe it's something technical or just a story that I choose to share.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Modest Theme Goals «Mandaris Moore»"
href="2018/02/modest-theme-goals.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/blogging.html">
<span itemprop="articleSection">blogging</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-02-01T17:26:13-08:00"
itemprop="dateCreated datePublished">
February 01, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/design.html">
design
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Finding figures «Mandaris Moore»"
href="2018/01/finding-figures.html"
itemprop="url">
Finding figures
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="A stone statue of a woman standing by herself." src="../../images/woman-1142103_640.png" title="This is where I keep all my..."></p>
<p>One thing that has been bothering me for a while is the fact that most of the websites that I was going to and the system that I was using to <a href="http://getpelican.org" title="Pelican Static Site Generator">generate my blog</a> were wrapping stand alone images into <code><p></code> tags.</p>
<p>For example:</p>
<div class="highlight"><pre><span></span><code>
</code></pre></div>
<p>would turn into:</p>
<div class="highlight"><pre><span></span><code><span class="p"><</span><span class="nt">p</span><span class="p">><</span><span class="nt">img</span> <span class="na">alt</span><span class="o">=</span><span class="s">"Alt message"</span> <span class="na">src</span><span class="o">=</span><span class="s">"url/to/image"</span> <span class="p">/></</span><span class="nt">p</span><span class="p">></span>
</code></pre></div>
<p>To me, this doesn't make sense that you would have an image in an unnessary container. </p>
<p>Sure, it wouldn't been seen by most people, but don't think it parses to well for screen readers and is probably a hastle for webdesigners who have to account for this with generated content.</p>
<h3 id="whats-the-solution">What's the solution?</h3>
<p>Well, pelican does offer a <a href="https://github.com/getpelican/pelican-plugins" title="A collection of plugins for pelican">wide array of plugins</a>, but I've already worked with plugins before and I didn't want whatever solution that I came accross to be specific to pelican.</p>
<p>Luckily, I didn't have to come up with something all by myself because <a href="https://github.com/jdittrich" title="Github repository J">@jdittrich</a> created an <a href="https://github.com/jdittrich/figureAltCaption" title="Extension for Python Markdown to add captions to images">extension</a> that you can add to python-markdown. </p>
<p>This make the markdown:</p>
<div class="highlight"><pre><span></span><code>
</code></pre></div>
<p>into the following:</p>
<div class="highlight"><pre><span></span><code><span class="p"><</span><span class="nt">figure</span><span class="p">><</span><span class="nt">img</span> <span class="na">alt</span><span class="o">=</span><span class="s">"Alt message"</span> <span class="na">src</span><span class="o">=</span><span class="s">"url/to/image"</span><span class="p">><</span><span class="nt">figcaption</span><span class="p">></span>Alt message<span class="p"></</span><span class="nt">figcaption</span><span class="p">></span>
<span class="p"></</span><span class="nt">figure</span><span class="p">></span>
</code></pre></div>
<h4 id="adding-the-extension-to-pelican">Adding the extension to pelican</h4>
<p>The <a href="https://github.com/getpelican/pelican/wiki/Tips-n-Tricks#custom-markdown-extensions" title="Instructions on how to add extensions">instructions</a> on adding markdown extensions was a little difficult for me to follow during my first read. Which actually turned into a learning experience as I had to read over the code.</p>
<p>Ultimately, I had to add the following to <code>pelicanconfig.py</code> to get it working.</p>
<div class="highlight"><pre><span></span><code><span class="c1"># Markdown Plugins</span>
<span class="n">MARKDOWN</span> <span class="o">=</span> <span class="p">{</span>
<span class="s1">'extension_configs'</span><span class="p">:</span> <span class="p">{</span>
<span class="s1">'markdown.extensions.codehilite'</span><span class="p">:</span> <span class="p">{</span><span class="s1">'css_class'</span><span class="p">:</span> <span class="s1">'highlight'</span><span class="p">},</span>
<span class="s1">'markdown.extensions.extra'</span><span class="p">:</span> <span class="p">{},</span>
<span class="s1">'markdown.extensions.meta'</span><span class="p">:</span> <span class="p">{},</span>
<span class="hll"> <span class="s1">'figureAltCaption'</span><span class="p">:{},</span>
</span> <span class="p">},</span>
<span class="s1">'output_format'</span><span class="p">:</span> <span class="s1">'html5'</span><span class="p">,</span>
<span class="p">}</span>
</code></pre></div>
<h4 id="one-last-thing">One last thing</h4>
<p>When I was experimenting with this extension, I noticed that it didn't allow for the information found in references to be placed in the <code><figcaption></code> tag.</p>
<p>I made a little change and am waiting for my <a href="https://github.com/jdittrich/figureAltCaption/pull/3" title="Allow for figures to do reference links">pull request</a> to be merged.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Finding figures «Mandaris Moore»"
href="2018/01/finding-figures.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/blogging.html">
<span itemprop="articleSection">blogging</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-01-02T17:19:59-08:00"
itemprop="dateCreated datePublished">
January 02, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/figure.html">
figure
</a>
<a
class="tag"
rel="category tag"
href="./tag/html.html">
html
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2018-07-05T21:27:25-07:00"
itemprop="dateModified">
January 02, 2018
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Setting rules in Hazel «Mandaris Moore»"
href="2017/12/setting-rules-in-hazel.html"
itemprop="url">
Setting rules in Hazel
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="Setting rules in Hazel" src="/images/hazel_page_generation.png"></p>
<p>I've been working towards getting the generation of this blog to be automated and I've decided to do that using a rule in Hazel to always detect if a file has been changed and then running the <code>pelican</code> command to create new pages.</p>
<p>I've decided to make the actual publication<sup id="fnref:pub"><a class="footnote-ref" href="#fn:pub">1</a></sup> a seperate step for now because I might be moving hosting in the coming weeks.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:pub">
<p>Currently, the site is hosted on github and I need to make a git commit to make it availble on the inter-webs. <a class="footnote-backref" href="#fnref:pub" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Setting rules in Hazel «Mandaris Moore»"
href="2017/12/setting-rules-in-hazel.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2017-12-04T20:38:00-08:00"
itemprop="dateCreated datePublished">
December 04, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/blog.html">
blog
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
</main>
<footer itemscope itemtype="https://schema.org/WPFooter"
role="contentinfo" class="baseFooter">
<hr />
<p>All works created by
<span itemprop="author" itemscope itemtype=https://schema.org/Person>
<span class="p-author h-card p-name" itemprop="name">Mandaris</span></span>.
<span class="rightside">Powered by <a href="http://pelican.readthedocs.org">Pelican</a>.</span></p>
</footer>
</body>
</html>