about summary refs log tree commit diff homepage
path: root/blog/gsoc2020
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-12 09:41:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-12 09:41:12 +0700
commit24d63382bde77f2d255fbdeddea48aff4d671199 (patch)
tree23ce57d791462367c82e03cc726bae89bbf6b4b3 /blog/gsoc2020
parentfc15c6a36129e56e1ec4bcf8e9b13614e7276df8 (diff)
downloadsite-24d63382bde77f2d255fbdeddea48aff4d671199.tar.gz
Work around Franklin issue GH-797
https://github.com/tlienart/Franklin.jl/issues/797
Diffstat (limited to 'blog/gsoc2020')
-rw-r--r--blog/gsoc2020/index.md50
1 files changed, 25 insertions, 25 deletions
diff --git a/blog/gsoc2020/index.md b/blog/gsoc2020/index.md
index 09f208b..c00edcb 100644
--- a/blog/gsoc2020/index.md
+++ b/blog/gsoc2020/index.md
@@ -1,16 +1,20 @@
 +++
 rss = "GSoC 2020 final report"
 date = Date(2020, 8, 31)
+internship = "https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256"
+benchmark = "/blog/gsoc2020/blog20200831/#the_benchmark"
+python_gsoc = "https://blogs.python-gsoc.org/en/mcsinyxs-blog"
 +++
 @def tags = ["fun", "pip", "gsoc"]
 
 # Google Summer of Code 2020
 
-In the summer of 2020, I worked with the contributors of `pip`, trying
-to improve the networking performance of the package manager.  Admittedly, at
-the end of the [internship][] period, [the benchmark said otherwise][benchmark];
-though I really hope the clean-up and minor fixes I happened to be doing
-to the codebase over the summer, in addition to the implementation of parallel
+In the summer of 2020, I worked with the contributors of `pip`,
+trying to improve the networking performance of the package manager.
+Admittedly, at the end of [the internship]({{internship}}) period,
+[the benchmark said otherwise]({{benchmark}}); though I really hope
+the clean-up and minor fixes I happened to be doing to the codebase
+over the summer, in addition to the implementation of parallel
 utils and lazy wheel, might actually help the project.
 
 Personally, I learned a lot: not just about Python packaging and
@@ -129,23 +133,19 @@ are nowhere near being merged).
 Every Monday throughout the Summer of Code, I summarized what I had done
 in the week before in the form of either a short blog or an (even shorter)
 check-in.  These write-ups often contain handfuls of popular culture references
-and was originally hosted on [Python GSoC][].
-
-* [{{fill title blog/gsoc2020/checkin20200601}}](/blog/gsoc2020/checkin20200601)
-* [{{fill title blog/gsoc2020/blog20200609}}](/blog/gsoc2020/blog20200609)
-* [{{fill title blog/gsoc2020/checkin20200615}}](/blog/gsoc2020/checkin20200615)
-* [{{fill title blog/gsoc2020/blog20200622}}](/blog/gsoc2020/blog20200622)
-* [{{fill title blog/gsoc2020/checkin20200629}}](/blog/gsoc2020/checkin20200629)
-* [{{fill title blog/gsoc2020/blog20200706}}](/blog/gsoc2020/blog20200706)
-* [{{fill title blog/gsoc2020/checkin20200713}}](/blog/gsoc2020/checkin20200713)
-* [{{fill title blog/gsoc2020/blog20200720}}](/blog/gsoc2020/blog20200720)
-* [{{fill title blog/gsoc2020/checkin20200727}}](/blog/gsoc2020/checkin20200727)
-* [{{fill title blog/gsoc2020/blog20200803}}](/blog/gsoc2020/blog20200803)
-* [{{fill title blog/gsoc2020/checkin20200810}}](/blog/gsoc2020/checkin20200810)
-* [{{fill title blog/gsoc2020/blog20200817}}](/blog/gsoc2020/blog20200817)
-* [{{fill title blog/gsoc2020/checkin20200824}}](/blog/gsoc2020/checkin20200824)
-* [{{fill title blog/gsoc2020/blog20200831}}](/blog/gsoc2020/blog20200831)
-
-[internship]: https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256
-[benchmark]: /blog/gsoc2020/blog20200831/#the_benchmark
-[Python GSoC]: https://blogs.python-gsoc.org/en/mcsinyxs-blog/
+and was originally hosted on [Python GSoC]({{python_gsoc}}).
+
+* {{abslink blog/gsoc2020/checkin20200601}}
+* {{abslink blog/gsoc2020/blog20200609}}
+* {{abslink blog/gsoc2020/checkin20200615}}
+* {{abslink blog/gsoc2020/blog20200622}}
+* {{abslink blog/gsoc2020/checkin20200629}}
+* {{abslink blog/gsoc2020/blog20200706}}
+* {{abslink blog/gsoc2020/checkin20200713}}
+* {{abslink blog/gsoc2020/blog20200720}}
+* {{abslink blog/gsoc2020/checkin20200727}}
+* {{abslink blog/gsoc2020/blog20200803}}
+* {{abslink blog/gsoc2020/checkin20200810}}
+* {{abslink blog/gsoc2020/blog20200817}}
+* {{abslink blog/gsoc2020/checkin20200824}}
+* {{abslink blog/gsoc2020/blog20200831}}