faa9704acef0index.en.txt← 218:5a2e19e0bbf1 |
231:faa9704acef0 |
-rw-r--r--noe.mearie.org went live.
| public+hg@134 | 1 ## vim: syn=mako |
|---|---|
| public+hg@116 | 2 <%inherit file="index.tmpl.html"/> |
| public+hg@134 | 3 <%! import json %> |
| public+hg@104 | 4 |
| public+hg@104 | 5 **mearie.org** is a personal domain and website of me, [Kang Seonghoon](/about/kang-seonghoon). I am a software developer engaged in several free and open source projects. |
| public+hg@104 | 6 |
| public+hg@134 | 7 <div class="mearie-news"> |
| public+hg@218 | 8 News |
| public+hg@218 | 9 ==== |
| public+hg@134 | 10 % for entry in json.load(open(uri_to_path(self, u'/recent.json'))): |
| public+hg@134 | 11 % if entry.get('en'): |
| public+hg@134 | 12 * ${entry['en']} <small>(${entry['date']})</small> |
| public+hg@134 | 13 % endif |
| public+hg@134 | 14 % endfor |
| public+hg@104 | 15 |
| public+hg@134 | 16 </div> |
| public+hg@134 | 17 <div class="mearie-activity"> |
| public+hg@218 | 18 Recent Activity |
| public+hg@218 | 19 =============== |
| public+hg@134 | 20 <noscript> |
| public+hg@104 | 21 |
| public+hg@134 | 22 You can watch my recent activity at [FriendFeed](http://friendfeed.com/lifthrasiir). |
| public+hg@104 | 23 |
| public+hg@134 | 24 </noscript> |
| public+hg@134 | 25 </div> |
| public+hg@104 | 26 |
| public+hg@203 | 27 <p class="mearie-neighbors"> |
| public+hg@203 | 28 Nearby: |
| public+hg@203 | 29 [cosmic.mearie.org](//cosmic.mearie.org/), |
| public+hg@231 | 30 [noe.mearie.org](//noe.mearie.org/), |
| public+hg@203 | 31 [Mercurial repository](//hg.mearie.org/), |
| public+hg@203 | 32 [Subversion repository](//svn.mearie.org/), |
| public+hg@203 | 33 [Twitter](http://twitter.com/senokay/), |
| public+hg@203 | 34 [Bitbucket](http://bitbucket.org/lifthrasiir/) |
| public+hg@203 | 35 </p> |
| public+hg@203 | 36 |