diff --git a/config/_default/params.toml b/config/_default/params.toml index f82f11b..8d4cd0f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -117,7 +117,7 @@ commento = false clientSecret = "" # Your client secret [socialOptions] - email = "woonjunwei@gmail.com" + email = "mailto:woonjunwei@gmail.com" phone = "" facebook = "" twitter = "" diff --git a/content/en/about/index.md b/content/en/about/index.md index 19d7c41..eb01c0e 100644 --- a/content/en/about/index.md +++ b/content/en/about/index.md @@ -9,6 +9,8 @@ date = "05-07-2020" This page will contain my tutorials on certain programs I use on GNU/Linux. It will also contain documentation on certain scripts I created while using my system. # System Information +![Desktop Screenshot](/images/desktop/desktop.png) + These are my system information on my daily driver. - Distribution: Arch Linux diff --git a/static/images/desktop/desktop.png b/static/images/desktop/desktop.png new file mode 100755 index 0000000..1f4e5d2 Binary files /dev/null and b/static/images/desktop/desktop.png differ