forked from muan/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.43 KB
/
index.html
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
---
layout: post
---
<h2 class="title-works">Fun open source projects.</h2>
<ul class="list">
<li>
<a href="http://github.com/muan/confetti/releases" target="_blank">
confetti
</a><br>
A menubar app that serves as the single source of truth for a question humankind has been asking for centuries – who's awesome? <a href="https://github.com/muan/confetti" target="_blank">confetti on GitHub</a>.
</li>
<li>
<a href="https://github.com/muan/romanize-names" target="_blank">
romanize-names
</a><br>
Romanizing Traditional Chinese / Taiwanese names. There are 4 different spellings for my surname, some more popular than others. People often assume I typoed. NO, I DIDN'T.
</li>
<li>
<a href="http://github.com/muan/mojibar/releases" target="_blank">
mojibar
</a><br>
Just like my <a href="http://emoji.muan.co" target="_blank">emoji searcher</a>, but as a menubar app. <a href="https://github.com/muan/mojibar" target="_blank">mojibar on GitHub</a>.
</li>
<li>
<a href="http://muan.co/emoji-minesweeper" target="_blank">
emoji-minesweeper
</a><br>
💣💣💣💣 most fun project of the year 2015. <a href="https://github.com/muan/emoji-minesweeper" target="_blank">emoji-minesweeper on GitHub</a>.
</li>
<li>
<a href="https://github.com/muan/github-gmail" target="_blank">
github-gmail
</a><br>
A Chrome/Firefox extension that adds shortcuts for links in your GitHub notifications in Gmail.
</li>
<li>
<a href="http://emoji.muan.co" target="_blank">
emoji
</a><br>
Search engine for emoji using whatever keywords you can think of. No one remembers what 🔪 is called. <a href="https://github.com/muan/emoji" target="_blank">emoji on GitHub</a>.
</li>
<li>
<a href="http://megamoji.muan.co" target="_blank">
megamoji
</a><br>
Microsoft Paint but with emoji. <a href="https://github.com/muan/megamoji" target="_blank">megamoji on GitHub</a>.
</li>
<li>
<a href="https://github.com/muan/submarine" target="_blank">
submarine
</a><br>
A node module that generates an index and content pages from a directory of markdown files. <del>Basically Jekyll but in node</del>.
</li>
</ul>
<h2>Writings.</h2>
<ul class="list" data-pjax>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">
{{ post.title }}
<time>{{ post.date | date: "%b %d, %Y" }}</time>
</a>
</li>
{% endfor %}
</ul>