Skip to content

Commit d54e4a1

Browse files
committed
Add web section in apps
1 parent 3f318b3 commit d54e4a1

File tree

12 files changed

+459
-7
lines changed

12 files changed

+459
-7
lines changed

blog/productivity/apps/index.html

+171
Large diffs are not rendered by default.

blog/productivity/apps/index.md

+278
Large diffs are not rendered by default.

index.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ <h3>Myriad</h3>
1818
A wide range of topics
1919
<ul>
2020
<li>
21-
<a href="./blog/Myriad/One Hundred Breaths/index.html"
21+
<a href="./blog/myriad/one-hundred-breaths/index.html"
2222
>One Hundred Breaths</a
2323
>
2424
</li>
2525
<li>
26-
<a href="./blog/Myriad/Tools/index.html">Tools</a>
26+
<a href="./blog/myriad/tools/index.html">Tools</a>
2727
</li>
28-
<li><a href="./blog/Myriad/Analogies/index.html">Analogies</a></li>
28+
<li><a href="./blog/myriad/analogies/index.html">Analogies</a></li>
2929
</ul>
3030

3131
<h3>How To</h3>
3232
Tutorials about programming and personal discipline
3333
<ul>
3434
<li>
35-
<a href="./blog/How To/Perils of YouTube Recommendations/index.html"
35+
<a href="./blog/how-to/perils-of-youtube-recommendations/index.html"
3636
>Perils of YouTube Recommendations</a
3737
>
3838
</li>
3939
<li>
40-
<a href="./blog/How To/Maximum Likelihood Estimation/index.html"
40+
<a href="./blog/how-to/maximum-likelihood-estimation/index.html"
4141
>Maximum Likelihood Estimation</a
4242
>
4343
</li>
@@ -47,7 +47,10 @@ <h3>Productivity</h3>
4747
Becoming more productive
4848
<ul>
4949
<li>
50-
<a href="./blog/Productivity/Tweet Every Day/index.html"
50+
<a href="./blog/productivity/apps/index.html">Apps</a>
51+
</li>
52+
<li>
53+
<a href="./blog/productivity/tweet-every-day/index.html"
5154
>Tweet Every Day</a
5255
>
5356
</li>

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman",
1616
serif;
1717
font-size: 1rem;
18-
line-height: 1.7;
18+
line-height: 1.5;
1919
padding: 1em;
2020
padding-bottom: 3rem;
2121
margin: auto;

0 commit comments

Comments
 (0)