Skip to content

Commit

Permalink
life update ⭐
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Hill committed Oct 15, 2021
1 parent f96c22f commit a0082ea
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
16 changes: 16 additions & 0 deletions assets/fb-hex.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// set custom hex colors
$siteBgColorCustom: #fff8f5; // cabbage*
$sidebarBgColorCustom: #d4e7e5; // light blue*
$textColorCustom: #332f2e; // deep gray
$sidebarTextColorCustom: #332f2e; // deep gray
$headlineColorCustom: #465741; // duck green*
$headingColorCustom: #465741; // duck green*
$bodyLinkColorCustom: #303546; // gunmetal*
$navLinkColorCustom: #303546; // gunmetal*
$sidebarLinkColorCustom: #456B75; // steel*
$footerTextColorCustom: #332f2e; // deep gray
$buttonTextColorCustom: #F6F5ED; // white
$buttonHoverTextColorCustom: #FFFFFF;
$buttonBgColorCustom: #303546; // gunmetal*
$buttonHoverBgColorCustom: #20242f;// raisin*
$borderColorCustom: #4e7984; // liberty*
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enableEmoji = true
[params]
orgName = "Alison Hill"
orgLocal = ""
description = "A modern, beautiful, and easily configurable blog theme for Hugo."
description = "Personal website and portfolio of Dr. Alison Hill."
favicon = "/img/favicon.ico"
logo = "/img/penguin.png"
mainSections = ["blog", "project", "talk"]
Expand All @@ -60,7 +60,7 @@ enableEmoji = true
# the custom scss file must be in the assets/ folder
# add the filename name here, without extension
# to use hex colors instead of named tachyons colors, include "hex" in filename
custom_theme = "octaevo-hex"
custom_theme = "fb-hex"

# use an embedded font-family
# serif options: Fraunces / EB Garamond / Bitter
Expand Down
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Alison Hill"
subtitle: "Product Manager, Data Science Communication @RStudio"
description: "I am a data scientist, behavioral scientist, and award-winning educator. I work on products that make it easier and more delightful for data scientists to communicate. I am also a co-developer of the `palmerpenguins`, `distill`, and `blogdown` R packages, as well an author and international keynote speaker."
subtitle: "Senior Data Scientist, AI Strategy & Innovation @IBM"
description: "I am a data scientist, behavioral scientist, and award-winning educator. I work on creating online experiences to bring machine learning and artificial intelligence (AI) problems and solutions to life. My goal is to make AI more approachable, understandable, and empowering."
images:
- img/home.jpeg
image_left: false
Expand Down
2 changes: 1 addition & 1 deletion content/about/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "About me"
description: |
A website template for Hugo developed by RStudio & Formspree and available for free.
About Alison Hill.
show_header: true
sidebar_left: false
# Keep this! Do not edit.
Expand Down
4 changes: 1 addition & 3 deletions content/about/header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ headline: |
---

<!-- this is a subheadline -->
I'm a former autism researcher, Associate Professor, and National Institutes of Health-funded Principal Investigator, who transitioned from academic research into data science and now product management.

I love teaching, and am an award-winning educator with over 13 years of experience. I've developed and led advanced workshops on literate programming and machine learning at conferences like `rstudio::conf`, R / Medicine, and R in Pharma.
I'm a former autism researcher, Associate Professor, and National Institutes of Health-funded Principal Investigator, who transitioned from academic research into data science. I am also a co-developer of the `palmerpenguins`, `distill`, and `blogdown` R packages, as well an author and international keynote speaker.
2 changes: 1 addition & 1 deletion content/about/main/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use_featured: false # if false, use most recent by date
number_categories: 5 # set to zero to exclude
show_intro: true
intro: |
I'm shifting my focus from doing and teaching data science, to building tools for people who want to do and teach data science. I spend my time thinking deeply about how to improve the user experience and building empathy into how we design, document, and disseminate tools for data science communication.
Currently, I work on creating online experiences to bring machine learning and AI problems and solutions to life. My goal is to make AI more approachable, understandable, and empowering.
show_outro: true
outro: |
<i class="fas fa-kiwi-bird pr2"></i>Thank you for visiting!
Expand Down
2 changes: 1 addition & 1 deletion content/about/sidebar/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
## Configure sidebar content in narrow column
author: "Alison Hill"
role: "Product Manager, Data Science Communication @RStudio"
role: "Senior Data Scientist, AI Strategy & Innovation @IBM"
avatar_shape: rounded # circle, square, rounded
show_social_links: true # specify social accounts in site config
audio_link_label: "How to say my name"
Expand Down

0 comments on commit a0082ea

Please sign in to comment.