all repos — site @ 252380131e34af56b7f60bf17cee5dbca8f05bae

source for my site, found at icyphox.sh

Update index *sigh*

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 02 Jan 2020 18:15:00 +0530
commit

252380131e34af56b7f60bf17cee5dbca8f05bae

parent

74bac4c7ceee189963359af9a5fea895a44809a5

4 files changed, 4 insertions(+), 3 deletions(-)

jump to
M bin/update_index.pybin/update_index.py

@@ -24,7 +24,7 @@ def update_index(posts):

path = "../pages/_index.md" with open(path, "r") as f: md = f.readlines() - ruler = md.index("| --- | --: |\n") + ruler = md.index("| :-- | --: |\n") for post, i in zip(posts, range(5)): md[ruler + i + 1] = post + "\n"
M pages/_index.mdpages/_index.md

@@ -12,8 +12,8 @@ # latest posts ([see all](/blog))

| | | | :-- | --: | +| [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` |
M pages/blog/_index.mdpages/blog/_index.md

@@ -9,6 +9,7 @@ ## Computers, security & computer security.

| | | | :-- | --: | +| [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` |
M pages/blog/feed.xmlpages/blog/feed.xml

@@ -2211,4 +2211,4 @@ <p>All the code used in this post is here: <a href="https://github.com/icyphox/asdf/tree/master/reversing-elf">https://github.com/icyphox/asdf/tree/master/reversing-elf</a></p>

<p>Ciao for now, and I’ll see ya in #2 of this series&#8212;PE binaries. Whenever that is.</p> ]]></description><link>https://icyphox.sh/blog/python-for-re-1</link><pubDate>Fri, 08 Feb 2019 00:00:00 +0000</pubDate><guid>https://icyphox.sh/blog/python-for-re-1</guid></item></channel> -</rss>+</rss>