-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yijun2
committed
Feb 13, 2024
1 parent
d2a6680
commit d8900da
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
remote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme # add this line to the plugins list if you already have one | ||
name: Git internals | ||
name: Git internals | ||
show_downloads: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,32 @@ | ||
--- | ||
--- | ||
|
||
@import "jekyll-theme-midnight"; | ||
@import "jekyll-theme-midnight"; | ||
|
||
#header nav ul { | ||
display: flex; | ||
justify-content: space-between; | ||
padding: 0; | ||
margin: 0; | ||
list-style-type: none; | ||
} | ||
|
||
#header nav ul li.fork { | ||
flex: 1; | ||
text-align: left; | ||
} | ||
|
||
#header nav ul li.nav-btn { | ||
flex: 1; | ||
text-align: right; | ||
} | ||
|
||
/* Add any additional styling you need for the links here */ | ||
#header nav ul li a { | ||
display: inline-block; | ||
/* other styles like padding, margin, color, etc. */ | ||
} | ||
|
||
#header nav { | ||
background-color: #353535; /* This will remove any background color */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Git workshop Booster 2024 | ||
--- | ||
|
||
## About this Workshop | ||
|