From 7d5d15e5160ecaecc0cd2097c6524b8fd233de36 Mon Sep 17 00:00:00 2001 From: Urja Acharya Date: Thu, 28 May 2020 20:58:11 -0700 Subject: profile image is local --- exampleSite/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exampleSite/config.json b/exampleSite/config.json index 6946730..19883f2 100644 --- a/exampleSite/config.json +++ b/exampleSite/config.json @@ -13,9 +13,7 @@ "footerText": "customizable short *markdown* enabled text" }, "about": { - "profileImage": "https://images.pexels.com/photos/1274922/pexels-photo-1274922.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940", - "h": 650, - "w": 940, + "profileImage": "images/profile.jpg", "narrative": "this website is a demo for the redgood theme made by Urja Acharya. this section is customizable and can be used for a short inroduction by modifying `params.about.narrative` in `config`. markdown can be used in **this** section." }, "social": { -- cgit v1.2.3