Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull branches #6

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
eb8d581
new pages created under menue bar
YashPatil321 Aug 28, 2024
4da18f1
COLOR ADDED To navbar
YashPatil321 Aug 28, 2024
2c928b1
All pages with content updated for liverpool fc stuff
YashPatil321 Aug 29, 2024
65a872e
about page created and mario fixed
YashPatil321 Aug 30, 2024
751c268
new change
YashPatil321 Sep 3, 2024
33b8c98
photos added to players and submenue nav bar added
YashPatil321 Sep 5, 2024
92853df
images added to all pages
YashPatil321 Sep 5, 2024
b8d4619
journey pages added
YashPatil321 Sep 5, 2024
b7c1cfc
new commit
YashPatil321 Sep 6, 2024
2a7418c
final commit before changes
YashPatil321 Sep 9, 2024
ec87e5a
edit added to about
YashPatil321 Sep 9, 2024
bd3cb7d
emojis added
YashPatil321 Sep 9, 2024
e568247
new theme
YashPatil321 Sep 9, 2024
061bcc0
colors added to all liverpool pages
YashPatil321 Sep 10, 2024
e4c5f47
More information added to transfers.md
YashPatil321 Sep 10, 2024
eba5af3
github comments added at the bottom
YashPatil321 Sep 10, 2024
84d418a
theme change
YashPatil321 Sep 10, 2024
be4f759
theme change
YashPatil321 Sep 10, 2024
b5d0ce3
liverpool page jokes added
YashPatil321 Sep 10, 2024
ab33fc5
emoji commit
YashPatil321 Sep 10, 2024
cf3df39
new jupyter notebooks added
YashPatil321 Sep 11, 2024
9a61c06
final commit
YashPatil321 Sep 12, 2024
856f150
snake game added
YashPatil321 Sep 18, 2024
1926030
notebooks added
YashPatil321 Sep 19, 2024
c650b70
everything looking good now
YashPatil321 Sep 19, 2024
dea9f1e
pythonn and javascript notebooks added
YashPatil321 Sep 24, 2024
5ab18bb
python notebooks fixed
YashPatil321 Sep 24, 2024
7b6ea3b
homework hacks done 3.1 and 3.4
YashPatil321 Oct 8, 2024
9b95ab3
things deleted
YashPatil321 Oct 8, 2024
2e3a558
all changes to 3.1 and 3.4 homework fixed
YashPatil321 Oct 8, 2024
5b4a194
permalinks added
YashPatil321 Oct 8, 2024
a5c68bf
page shows up now
YashPatil321 Oct 9, 2024
dca437d
NEW HOMEWORK HACKS ADDED
YashPatil321 Oct 10, 2024
628b1f8
correct changes commited
YashPatil321 Oct 10, 2024
b39cb74
3.8 hacks done
YashPatil321 Oct 11, 2024
5b54c6e
3.8 hacks done
YashPatil321 Oct 11, 2024
2576ff0
3.2 hacks done
YashPatil321 Oct 11, 2024
a7409fd
syntax fixed
YashPatil321 Oct 11, 2024
ea343ab
new changes commited
YashPatil321 Oct 11, 2024
5c98e26
blog page added
YashPatil321 Oct 17, 2024
6b56762
blog pages added
YashPatil321 Oct 17, 2024
8c9629c
Merge branch 'nighthawkcoders:main' into main
YashPatil321 Nov 19, 2024
d8da7a9
new blog post ab mcq added
YashPatil321 Nov 19, 2024
1150622
gemini integration blog fixed
YashPatil321 Dec 9, 2024
df28db5
fixes
YashPatil321 Dec 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ gem "github-pages", group: :jekyll_plugins

gem "webrick", "~> 1.7"

gem "execjs", "~> 2.8"
gem "execjs", "~> 2.8"

gem "jekyll-remote-theme"

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration, override port with usage: make PORT=4200
PORT ?= 4100
REPO_NAME ?= student_2025
REPO_NAME ?= yash1_2025
LOG_FILE = /tmp/jekyll$(PORT).log

SHELL = /bin/bash -c
Expand Down
13 changes: 9 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
title: Nighthawk Pages
title: Yash's Pages
description: "Class of 2025"
owner_name: John Mortensen
github_username: nighthawkcoders
github_repo: "student_2025"
baseurl: "/student_2025"
github_repo: "yash1_2025"
baseurl: "/yash1_2025"

future: true
remote_theme: jekyll/minima
remote_theme: pages-themes/[email protected]
minima:
skin: dark
social_links:
Expand All @@ -20,7 +21,11 @@ minima:
plugins:
- jekyll-remote-theme
header_pages:
- navigation/liverpool.md
- navigation/blog.md
- navigation/search.md
- navigation/about.md
- navigation/journey.md
- README4YML.md


Loading