Skip to content

Commit e9d0177

Browse files
committed
Update site config and add TODO for theme colors
Updated _config.yml with personalized site information, including title, tagline, timezone, social links, and contact details. Added a TODO comment in jekyll-theme-chirpy.scss to address issues with light theme colors.
1 parent 7d74f45 commit e9d0177

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

_config.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,38 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://zones.arilyn.cc
12-
timezone:
12+
timezone: Europe/Amsterdam
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: Sebastian Dăscălescu # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: Tools and Engine Programmer # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
Personal Project website of Sebastian-Marian Dăscălescu - Tools and Engine Programmer.
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 '/'.
2626
url: ""
2727

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

31-
twitter:
32-
username: twitter_username # change to your Twitter username
31+
itch:
32+
username: sebisebas
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: example@domain.com # change to your email address
37+
name: Sebastian-Marian Dăscălescu
38+
email: business.sebastian1524@gmail.com
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
43-
# Uncomment below to add more social links
44-
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
41+
- https://github.com/SebiSebas1524
42+
- https://www.linkedin.com/in/sebastian-d%C4%83sc%C4%83lescu-a53823253/
43+
- https://sebisebas.itch.io/
4644

4745
# Site Verification Settings
4846
webmaster_verifications:
@@ -88,7 +86,7 @@ pageviews:
8886
# light — Use the light color scheme
8987
# dark — Use the dark color scheme
9088
#
91-
theme_mode: light # dark
89+
theme_mode: # dark
9290

9391

9492
# The CDN endpoint for media resources.

assets/css/jekyll-theme-chirpy.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ html[data-mode=dark] {
110110
--btn-share-hover-color: #e8e3df;
111111
}
112112

113+
///////////////////////////////////////////////////////////////////
114+
/// TODO: THIS IS NOT WORKING PROPERLY - FIX LIGHT THEME COLORS ///
115+
/// ///////////////////////////////////////////////////////////////
116+
113117
/* ===== LIGHT THEME COLOR SCHEME ===== */
114118
html[data-mode=light] {
115119
/* Framework Colors */

0 commit comments

Comments
 (0)