From 4df4a161532f96c0624f6a8aa99b389a218467a3 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 21 May 2021 23:42:06 +0530 Subject: [PATCH] add gsoc blog --- content/blogs/selection-entry.rst | 11 +++++++++++ pelicanconf.py | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/blogs/selection-entry.rst diff --git a/content/blogs/selection-entry.rst b/content/blogs/selection-entry.rst new file mode 100644 index 0000000..9bb52e7 --- /dev/null +++ b/content/blogs/selection-entry.rst @@ -0,0 +1,11 @@ +************************************ +Google Summer of Code 2021 Selection +************************************ + +:date: 2021-05-17 23:22 +:slug: finally-gsoc +:category: gsoc +:tags: gsoc, gsoc21, fossology + + +Finally after three years I have been selected in **Google Summer of Code** program at **The FOSSology Project**. I will be working on *New Buildsystem and CI/CD* for the project. \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 08fcb82..ba9d863 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # + AUTHOR = 'Avinal' HIDE_AUTHORS = True SITENAME = 'Be My SpaceTime'