From 17afe49401707d669738d5a7df6ec1c8415f7264 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 11 Oct 2020 21:45:00 +0200 Subject: [PATCH] Add blog post widget --- config/_default/menus.toml | 10 ++++---- content/home/posts.md | 2 +- content/post/2020-irtf-qirg/index.md | 34 ++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 content/post/2020-irtf-qirg/index.md diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 89b76c9..c0ac8eb 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -11,12 +11,12 @@ [[main]] name = "Experience" url = "#experience" - weight = 40 + weight = 20 -# [[main]] -# name = "Posts" -# url = "#posts" -# weight = 20 +[[main]] + name = "Posts" + url = "#posts" + weight = 30 # [[main]] # name = "Projects" diff --git a/content/home/posts.md b/content/home/posts.md index 576eac1..e7748f3 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -4,7 +4,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = false # Activate this widget? true/false +active = true # Activate this widget? true/false weight = 60 # Order that this section will appear. title = "Blog Posts" diff --git a/content/post/2020-irtf-qirg/index.md b/content/post/2020-irtf-qirg/index.md new file mode 100644 index 0000000..ac8bad9 --- /dev/null +++ b/content/post/2020-irtf-qirg/index.md @@ -0,0 +1,34 @@ +--- +# Documentation: https://sourcethemes.com/academic/docs/managing-content/ + +title: "Schrödinger’s Internet at the IRTF" +subtitle: "" +summary: "With the hype around quantum computing growing every year, it was only natural that some people would start asking whether the Internet could also benefit from the quantum revolution." +tags: [] +categories: [] +date: 2020-08-31 +featured: false +draft: false +reading_time: false + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. +image: + caption: "" + focal_point: "" + preview_only: false + +links: + - icon_pack: fas + icon: newspaper + name: Full text on IETF News + url: 'https://www.ietf.org/blog/quantum-internet/' +--- + +**With the hype around quantum computing growing every year, it was only +natural that some people would start asking whether the Internet could also +benefit from the quantum revolution.** + +The full text of this blog post can be found on the [IETF +website](https://www.ietf.org/blog/quantum-internet/).