Skip to content

Commit 031efe5

Browse files
committed
update
1 parent 2d6f0bc commit 031efe5

25 files changed

Lines changed: 151 additions & 362 deletions

File tree

assets/media/icon.ico

16.2 KB
Binary file not shown.

assets/media/icon.png

145 KB
Loading

assets/media/logo.png

145 KB
Loading

assets/scss/custom.scss

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,68 @@ h2, h3 {
283283
}
284284
}
285285
}
286+
287+
/* --- Custom Navbar/Footer Dark Theme Overrides --- */
288+
/* Enforce black background and white text ONLY for the navbar and footer to match the LinkedIn header */
289+
290+
.navbar, .navbar-light {
291+
background-color: #000000 !important;
292+
border-bottom: 2px solid #333 !important;
293+
}
294+
295+
.navbar-light .navbar-nav .nav-link {
296+
color: rgba(255, 255, 255, 0.7) !important;
297+
}
298+
299+
.navbar-light .navbar-nav .nav-link:hover,
300+
.navbar-light .navbar-nav .nav-link.active {
301+
color: #ffffff !important;
302+
}
303+
304+
.navbar-brand, .navbar-light .navbar-brand {
305+
color: #ffffff !important;
306+
}
307+
308+
footer {
309+
background-color: #000000 !important;
310+
color: #ffffff !important;
311+
}
312+
313+
footer a, footer span, footer p {
314+
color: #ffffff !important;
315+
}
316+
317+
/* --- Mobile Menu & Dropdown Overrides --- */
318+
.navbar-collapse {
319+
background-color: #000000 !important;
320+
}
321+
322+
.dropdown-menu {
323+
background-color: #000000 !important;
324+
border: 1px solid #333 !important;
325+
}
326+
327+
.dropdown-item {
328+
color: rgba(255, 255, 255, 0.7) !important;
329+
}
330+
331+
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
332+
color: #ffffff !important;
333+
background-color: #222222 !important;
334+
}
335+
336+
/* Make the hamburger icon white for the dark mobile navbar */
337+
.navbar-light .navbar-toggler-icon {
338+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
339+
}
340+
.navbar-toggler {
341+
border-color: rgba(255, 255, 255, 0.2) !important;
342+
}
343+
344+
/* Make the social icons below the avatar black */
345+
.network-icon a {
346+
color: #000000 !important;
347+
}
348+
.network-icon a:hover {
349+
color: #555555 !important;
350+
}

config/_default/config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ module:
3232

3333
enableGitInfo: false
3434
summaryLength: 30
35-
paginate: 10
35+
pagination:
36+
pagerSize: 10
3637
enableEmoji: true
3738
enableRobotsTXT: true
3839
footnotereturnlinkcontents: <sup>^</sup>
@@ -62,7 +63,7 @@ markup:
6263
tableofcontents:
6364
startLevel: 1
6465
endLevel: 4
65-
ordered: false
66+
ordered: false
6667
related:
6768
threshold: 80
6869
includeNewer: true
@@ -76,8 +77,8 @@ security:
7677
_merge: deep
7778
sitemap:
7879
_merge: deep
79-
80-
80+
81+
8182
############################
8283
## CUSTOM
8384
############################

config/_default/menus.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ main:
2121
- name: Research & Industry Experience
2222
url: '/#experience_2'
2323
weight: 50
24-
- name: Contact
25-
url: '/#contact'
26-
weight: 80
24+
2725
# - name: Blog
2826
# url: '/blog/'
2927
# weight: 60

content/authors/admin/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ email: ''
8888
# Highlight the author in author lists? (true/false)
8989
highlight_name: true
9090
---
91+
### About Me
9192

9293
Hi, I am Andreas. I’m an **Applied Scientist at AWS (Amazon)**, dedicated to advancing **foundation models for time series**, with a specific focus on **forecasting**. I work in the team that leads the research and development of [Chronos](https://github.com/amazon-science/chronos-forecasting) and [Autogluon](https://github.com/autogluon/autogluon).
9394

content/authors/admin/avatar.jpg

-1.63 MB
Binary file not shown.

content/authors/admin/avatar.png

3.18 MB
Loading

content/event/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)