Skip to content

Commit 0c4b135

Browse files
Deploy Jekyll Site
1 parent e0fac84 commit 0c4b135

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

_config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
12+
timezone: Europe/London
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: Deniz Yilmaz # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the sub-title
19+
tagline: AWS Community Builder, AWS Content Creator @ Cloud Academy # it will display as the sub-title
2020

2121
description: >- # used by seo meta and the atom feed
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2323
2424
# Fill in the protocol & hostname for your site.
2525
# e.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
26+
url: "https://digitalden3.github.io"
2727

2828
github:
29-
username: github_username # change to your github username
29+
username: digitalden3 # change to your github username
3030

3131
twitter:
3232
username: twitter_username # change to your twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: [email protected] # change to your email address
37+
name: Deniz Yilmaz
38+
email: [email protected] # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
4141
- https://twitter.com/username # change to your twitter homepage
@@ -76,7 +76,7 @@ theme_mode: # [light | dark]
7676
img_cdn:
7777

7878
# the avatar on sidebar, support local or CORS resources
79-
avatar:
79+
avatar: assets/img/digitalden.webp
8080

8181
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
8282
# It can be overridden by a customized `page.image` in front matter.

assets/img/digitalden.webp

560 KB
Binary file not shown.

start_jekyll.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bundle exec jekyll serve --host 0.0.0.0 --port 8080 --baseurl ''

0 commit comments

Comments
 (0)