Skip to content

Commit

Permalink
Update config and typing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamouization committed Aug 31, 2024
1 parent 3a22365 commit 717bcce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Site settings
title: Adam Jaamour
description: My personal programming website, including my programming experiences, education, past jobs, contact details, and more.
url: "http://www.adam.jaamour.com" # the base hostname & protocol for your site
url: "https://adam.jaamour.com/" # the base hostname & protocol for your site
# baseurl: "" # the subpath of your site, e.g. /blog

# User settings
Expand All @@ -14,4 +14,4 @@ icon_size: 58
exclude: [vendor]

# Google Analytics tracking ID
google_analytics_tracking_id: G-8HMF4KN8GS #UA-116916521-4
google_analytics_tracking_id: G-8HMF4KN8GS
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>
<span class="site-title">{{ site.username }}</span>
<span class="typewrite site-description" data-period="2250"
data-type='["Data Scientist", "Software Engineer", "Causal AI Data Scientist", "Machine Learning Researcher", "Artificial Intelligence"]'>
data-type='["Data Scientist", "Software Engineer", "Causal AI Data Scientist", "Machine Learning Researcher"]'>
<span class="wrap"></span>
</span>
</h1>
Expand Down

0 comments on commit 717bcce

Please sign in to comment.