Skip to content

Commit

Permalink
cleaning up images
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Sep 2, 2020
1 parent 4931b1a commit 13e11a7
Show file tree
Hide file tree
Showing 18 changed files with 390 additions and 15 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ google_analytics_id: null
homepage:
show_call_box: true
logo:
mobile: "images/logo-mobile.svg"
desktop: "images/logo.svg"
mobile: "images/logo/logo-mobile.svg"
desktop: "images/logo/logo.svg"
desktop_height: "36px"
footer:
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'
Expand Down
5 changes: 1 addition & 4 deletions _data/menus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
main:
- name: "Home"
url: "/"
weight: 1
- name: "Services"
url: "/services/"
weight: 2
Expand All @@ -21,4 +18,4 @@ footer:
weight: 1
- name: "Contact"
url: "/contact/"
weight: 2
weight: 2
4 changes: 2 additions & 2 deletions _data/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"name": "Github",
"link": "https://github.com/zerostaticthemes/jekyll-serif-theme",
"image": "images/github.svg"
"image": "images/social/github.svg"
},
{
"name": "Twitter",
"link": "https://twitter.com/zerostaticio",
"image": "images/twitter.svg"
"image": "images/social/twitter.svg"
}
]
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>{% if page.title %}{{page.title}}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="{{ '/images/favicon-32x32.png' | relative_url }}">
<link rel="icon" type="image/png" href="{{ '/images/favicon-32x32.svg' | relative_url }}">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="{{ '/assets/css/style.css' | relative_url }}" rel="stylesheet">
{% if page.description %}
Expand Down
Binary file removed images/favicon-32x32.png
Binary file not shown.
10 changes: 10 additions & 0 deletions images/favicon-32x32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions images/illustrations/pointing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
260 changes: 260 additions & 0 deletions images/illustrations/reading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion images/pixeltrue-business-meeting-1.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/pixeltrue-chatting-using-apps-1.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/pixeltrue-plan-1.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/pixeltrue-yoga-1.svg

This file was deleted.

File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: home
title: Jekyll Serif Theme
description: Jekyll Serif contains content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated.
intro_image: "images/pixeltrue-plan-1.svg"
intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: true
---
Expand Down
2 changes: 1 addition & 1 deletion services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Services
layout: services
intro_image: "images/pixeltrue-chatting-using-apps-1.svg"
intro_image: "images/illustrations/reading.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: false
---
Expand Down

0 comments on commit 13e11a7

Please sign in to comment.