From 255c3ad05d00fdc09d07597b6c3603f91e106336 Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Tue, 17 Oct 2017 13:47:58 -0700 Subject: Wiring config variables for the --- exampleSite/config-empty.toml | 76 +++++++++++++++++++++++++++++++++++ exampleSite/config.toml | 6 ++- exampleSite/static/img/avatar.jpg | Bin 0 -> 196877 bytes exampleSite/static/img/favicon.png | Bin 0 -> 15649 bytes exampleSite/static/img/logo.png | Bin 0 -> 3766 bytes exampleSite/static/img/portfolio.jpg | Bin 0 -> 122806 bytes layouts/partials/head.html | 10 ++--- layouts/partials/head_casestudy.html | 6 +-- static/img/avatar.jpg | Bin 196877 -> 0 bytes static/img/favicon.png | Bin 15649 -> 0 bytes static/img/logo.png | Bin 3766 -> 0 bytes static/img/portfolio.jpg | Bin 122806 -> 0 bytes 12 files changed, 89 insertions(+), 9 deletions(-) create mode 100644 exampleSite/config-empty.toml create mode 100644 exampleSite/static/img/avatar.jpg create mode 100644 exampleSite/static/img/favicon.png create mode 100644 exampleSite/static/img/logo.png create mode 100644 exampleSite/static/img/portfolio.jpg delete mode 100644 static/img/avatar.jpg delete mode 100644 static/img/favicon.png delete mode 100644 static/img/logo.png delete mode 100644 static/img/portfolio.jpg diff --git a/exampleSite/config-empty.toml b/exampleSite/config-empty.toml new file mode 100644 index 0000000..b302abf --- /dev/null +++ b/exampleSite/config-empty.toml @@ -0,0 +1,76 @@ +baseURL = "localhost:1313" +languageCode = "en-us" +title = "My Portfolio Website" +theme = "hugo-lodi-theme" + +[params] + # head theme color + theme_color = + + # head description + # This is what appears on the preview when posting this site on Facebook for example + description = "Portfolio of Alexis Collado, UX Designer" + + # head photo + # This is what appears on the preview when posting this site on Facebook for example + description_photo = "portfolio.jpg" + + # favicon image (512x512px), place this in the static/img folder + favicon = "favicon.jpg" + + # logo image (204x204px), place this in the static/img folder + # this appears on the top left of the navigation + logo = "logo.jpg" + + # Email + email = "" + + # Facebook username + facebook = "" + + # Twitter username + twitter = "" + + # Dribbble username + dribbble = "" + + # LinkedIn URL + linkedin = "" + + # Medium username + medium = "" + +[params.nav] + enable = true + +[params.hero] + enable = true + + # Place this image in the static/img folder + avatar = "avatar.jpg" + subtitle = "Hi! I'm Alexis, a UX Designer and Evangelist from Manila." + + # Each element in this array makes a new

tag + # You can write this text in markdown + hero_right = [ + "**Currently doing consultancy work at UX Society. Previously doing UX and product at Agoda in Bangkok, Thailand as an international intern.**", + "I founded [User Experience Society](https://www.facebook.com/UXSoc/), the first student UX organization in the Philippines. For two years, we've had 20+ events with 30+ speakers for over 300 members and 500+ attendees. We've expanded to [California](https://www.facebook.com/profile.php?id=245708449193012) this year.", + "I do a bit of writing as well. [Here's an article with a total of 21,000+ views to InVision & Medium](http://blog.invisionapp.com/ux-internship-wisdom/) talking about 50 things I learned spending 3 years as a UX intern.", + "I help cultivate the design community in Manila too. I'm the youngest core member of [UX Philippines](https://www.facebook.com/groups/uxphilippines/) and I moderated a panel with some cool people for the [UXPH 2017 Conference](https://www.uxphilippines.com).", + "I'm finishing my Bachelor's degree in Management Information Systems at the Ateneo de Manila University, expecting to graduate in 2018."] + + # Link to your resume, place your PDF in the /static folder + resume = "ResumeCollado.pdf" + +[params.process] + enable = true + title = "My Process" + subtitle = "Full Process Design" + +[params.case_studies] + enable = true + title = "Case Studies" + subtitle = "Selected Works" + +[params.footer] + enable = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a14a108..96bae5c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,7 +4,11 @@ title = "My Portfolio Website" theme = "hugo-lodi-theme" [params] + theme_color = "#574CDD" description = "Portfolio of Alexis Collado, UX Designer" + description_photo = "portfolio.jpg" + favicon = "favicon.jpg" + logo = "logo.jpg" email = "myemail@gmail.com" facebook = "lex.collado" twitter = "lexiscollado" @@ -33,4 +37,4 @@ theme = "hugo-lodi-theme" subtitle = "Selected Works" [params.footer] - enable = true \ No newline at end of file + enable = true diff --git a/exampleSite/static/img/avatar.jpg b/exampleSite/static/img/avatar.jpg new file mode 100644 index 0000000..b97255d Binary files /dev/null and b/exampleSite/static/img/avatar.jpg differ diff --git a/exampleSite/static/img/favicon.png b/exampleSite/static/img/favicon.png new file mode 100644 index 0000000..8581c3f Binary files /dev/null and b/exampleSite/static/img/favicon.png differ diff --git a/exampleSite/static/img/logo.png b/exampleSite/static/img/logo.png new file mode 100644 index 0000000..7e538c9 Binary files /dev/null and b/exampleSite/static/img/logo.png differ diff --git a/exampleSite/static/img/portfolio.jpg b/exampleSite/static/img/portfolio.jpg new file mode 100644 index 0000000..b551ea2 Binary files /dev/null and b/exampleSite/static/img/portfolio.jpg differ diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cdb1a00..05c682d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,7 +2,7 @@ {{ .Site.Title }} - + @@ -10,11 +10,11 @@ - - + + - - + + diff --git a/layouts/partials/head_casestudy.html b/layouts/partials/head_casestudy.html index 3238fd3..51b5c2f 100644 --- a/layouts/partials/head_casestudy.html +++ b/layouts/partials/head_casestudy.html @@ -3,7 +3,7 @@ {{ .Params.Title }} - + @@ -14,8 +14,8 @@ - - + + diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg deleted file mode 100644 index b97255d..0000000 Binary files a/static/img/avatar.jpg and /dev/null differ diff --git a/static/img/favicon.png b/static/img/favicon.png deleted file mode 100644 index 8581c3f..0000000 Binary files a/static/img/favicon.png and /dev/null differ diff --git a/static/img/logo.png b/static/img/logo.png deleted file mode 100644 index 7e538c9..0000000 Binary files a/static/img/logo.png and /dev/null differ diff --git a/static/img/portfolio.jpg b/static/img/portfolio.jpg deleted file mode 100644 index b551ea2..0000000 Binary files a/static/img/portfolio.jpg and /dev/null differ -- cgit v1.2.3