Dates are not <code> anymore, back to normal h1 Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 26 Jan 2020 18:40:25 +0530
5 files changed,
32 insertions(+),
31 deletions(-)
M
bin/update_index.py
→
bin/update_index.py
@@ -62,7 +62,7 @@ fnames.append(os.path.basename(os.path.splitext(get_recents(blog)[i])[0]))
for meta, fname in zip(metas, fnames): url = "/blog/" + fname - new_line = f"| [{meta['title']}]({url}) | `{meta['date']}` |" + new_line = f"| [{meta['title']}]({url}) | {meta['date']} |" lines.append(new_line) #update_index(lines)
M
pages/_index.md
→
pages/_index.md
@@ -12,8 +12,8 @@ # latest posts ([see all](/blog))
| | | | :-- | --: | -| [Status update](/blog/2020-01-18) | `2020-01-18` | -| [Vimb: my Firefox replacement](/blog/mnml-browsing) | `2020-01-16` | -| [Five days in a TTY](/blog/five-days-tty) | `2020-01-13` | -| [2019 in review](/blog/2019-in-review) | `2020-01-02` | -| [Disinfo war: RU vs GB](/blog/ru-vs-gb) | `2019-12-12` | +| [Status update](/blog/2020-01-18) | 2020-01-18 | +| [Vimb: my Firefox replacement](/blog/mnml-browsing) | 2020-01-16 | +| [Five days in a TTY](/blog/five-days-tty) | 2020-01-13 | +| [2019 in review](/blog/2019-in-review) | 2020-01-02 | +| [Disinfo war: RU vs GB](/blog/ru-vs-gb) | 2019-12-12 |
M
pages/blog/_index.md
→
pages/blog/_index.md
@@ -9,26 +9,26 @@ ## Computers, security & computer security.
| | | | :-- | --: | -| [Status update](/blog/2020-01-18) | `2020-01-18` | -| [Vimb: my Firefox replacement](/blog/mnml-browsing) | `2020-01-16` | -| [Five days in a TTY](/blog/five-days-tty) | `2020-01-13` | -| [2019 in review](/blog/2019-in-review) | `2020-01-02` | -| [Disinfo war: RU vs GB](/blog/ru-vs-gb) | `2019-12-12` | -| [Instagram OPSEC](/blog/ig-opsec) | `2019-12-02` | -| [Save .ORG!](/blog/save-org) | `2019-11-23` | -| [Status update](/blog/2019-11-16) | `2019-11-16` | -| [IRC for DMs](/blog/irc-for-dms) | `2019-11-03` | -| [The intelligence conundrum](/blog/intel-conundrum) | `2019-10-28` | -| [Hacky scripts](/blog/hacky-scripts) | `2019-10-24` | -| [Status update](/blog/2019-10-17) | `2019-10-16` | -| [PyCon India 2019 wrap-up](/blog/pycon-wrap-up) | `2019-10-15` | -| [Thoughts on digital minimalism](/blog/digital-minimalism) | `2019-10-05` | -| [Weekly status update](/blog/2019-09-27) |`2019-09-27`| -| [Weekly status update](/blog/2019-09-17) |`2019-09-17`| -| [Disinformation demystified](/blog/disinfo) |`2019-09-10`| -| [Setting up my personal mailserver](/blog/mailserver) |`2019-08-15`| -| [Picking the FB50 smart lock](/blog/fb50) |`2019-08-06`| -| [ROP on ARM32](/blog/rop-on-arm) |`2019-06-06`| -| [My Setup](/blog/my-setup) |`2019-05-13`| -| [Python for Reverse Engineering](/blog/python-for-re-1/)|`2019-02-08`| +| [Status update](/blog/2020-01-18) | 2020-01-18 | +| [Vimb: my Firefox replacement](/blog/mnml-browsing) | 2020-01-16 | +| [Five days in a TTY](/blog/five-days-tty) | 2020-01-13 | +| [2019 in review](/blog/2019-in-review) | 2020-01-02 | +| [Disinfo war: RU vs GB](/blog/ru-vs-gb) | 2019-12-12 | +| [Instagram OPSEC](/blog/ig-opsec) | 2019-12-02 | +| [Save .ORG!](/blog/save-org) | 2019-11-23 | +| [Status update](/blog/2019-11-16) | 2019-11-16 | +| [IRC for DMs](/blog/irc-for-dms) | 2019-11-03 | +| [The intelligence conundrum](/blog/intel-conundrum) | 2019-10-28 | +| [Hacky scripts](/blog/hacky-scripts) | 2019-10-24 | +| [Status update](/blog/2019-10-17) | 2019-10-16 | +| [PyCon India 2019 wrap-up](/blog/pycon-wrap-up) | 2019-10-15 | +| [Thoughts on digital minimalism](/blog/digital-minimalism) | 2019-10-05 | +| [Weekly status update](/blog/2019-09-27) |2019-09-27| +| [Weekly status update](/blog/2019-09-17) |2019-09-17| +| [Disinformation demystified](/blog/disinfo) |2019-09-10| +| [Setting up my personal mailserver](/blog/mailserver) |2019-08-15| +| [Picking the FB50 smart lock](/blog/fb50) |2019-08-06| +| [ROP on ARM32](/blog/rop-on-arm) |2019-06-06| +| [My Setup](/blog/my-setup) |2019-05-13| +| [Python for Reverse Engineering](/blog/python-for-re-1/)|2019-02-08|
M
static/style.css
→
static/style.css
@@ -2,7 +2,8 @@ @import url('https://rsms.me/inter/inter.css');
@supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; - font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 'cv03' 1, 'cv02' 1, 'cv04' 1; + font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, + 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; } }@@ -258,7 +259,7 @@ padding-bottom: 30px;
} -h2, h3 { +h1, h2, h3 { font-weight: normal; }
M
templates/text.html
→
templates/text.html
@@ -33,7 +33,7 @@ <div style="float: right">
view in <a href="/blog/{{ url }}.txt">plain-text</a> </div> <div style="float: left"> - <code>{{ date }}</code> + {{ date }} </div> <div style="clear: both" align="left"> <h1>{{ title }}</h1>