diff --git a/_config.yml b/_config.yml index 4d975a16b..d6857bc5f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ email: justin@adafruit.com description: >- The easiest way to program microcontrollers site_image: "https://circuitpython.org/assets/images/CircuitPythonLogo_Black.png" +hero_image: CircuitPython_Hero.jpg timezone: America/New_York twitter_username: circuitpython github_username: adafruit diff --git a/assets/images/CircuitPython_Hero.jpg b/assets/images/heroes/CircuitPython_Hero.jpg similarity index 100% rename from assets/images/CircuitPython_Hero.jpg rename to assets/images/heroes/CircuitPython_Hero.jpg diff --git a/assets/images/CircuitPython_Hero@2x.jpg b/assets/images/heroes/CircuitPython_Hero@2x.jpg similarity index 100% rename from assets/images/CircuitPython_Hero@2x.jpg rename to assets/images/heroes/CircuitPython_Hero@2x.jpg diff --git a/index.html b/index.html index 695bc3261..e1ec73a69 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,9 @@ layout: home
hero image
The easiest way to program microcontrollers