From 1ed45a6fead4dfaf4a803a433e173ecf22b8f8f7 Mon Sep 17 00:00:00 2001 From: mertbakir <2335694-mertbakir@users.noreply.gitlab.com> Date: Thu, 29 Apr 2021 02:30:36 +0300 Subject: Update example data: features.yaml --- exampleSite/data/features.yaml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/exampleSite/data/features.yaml b/exampleSite/data/features.yaml index 6b20ae4..9fbc6b5 100644 --- a/exampleSite/data/features.yaml +++ b/exampleSite/data/features.yaml @@ -52,17 +52,29 @@ languages: - "YDS: 86.25 - 2018" - "TOEFL: 109 - 2021" +# This will use the default widget: "details-list" awards: - - title: Tübitak - Graduation Project + - title: "Tübitak - Graduation Project" date: "2017" - details: | - A Decision Support System for 3D Cutting Problem + subtitle: "A Decision Support System for 3D Cutting Problem" + #details: | + # - add more here if you like to. + # - or just comment out/delete the field. + links: + - title: example + url: https://mertbakir.gitlab.io + icon: fas fa-bolt + prefix: "This is an " # use quotation marks if you want to pass the tailing space. + - title: second link. + url: https://esdfdsfdsf + icon: "-" # you can get rid of the icon by entering dummy text + prefix: "omg" certificates: - title: "Supervised Learning: Regression" subtitle: Coursera date: "2020" - link: https://xkcd.com/605/ + link: https://xkcd.com/605/ # This link will be on title level. - title: "Supervised Learning: Classification" subtitle: Coursera -- cgit v1.2.3