Skip to content
Open

Work #10

Show file tree
Hide file tree
Changes from all commits
Commits
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
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 ?= arshia_2025
LOG_FILE = /tmp/jekyll$(PORT).log

SHELL = /bin/bash -c
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ title: Nighthawk Pages
description: "Class of 2025"
owner_name: John Mortensen
github_username: nighthawkcoders
github_repo: "student_2025"
baseurl: "/student_2025"
github_repo: "arshia_2025"
baseurl: "/arshia_2025"
future: true
remote_theme: jekyll/minima
minima:
Expand All @@ -16,7 +16,7 @@ minima:
# remote_theme: pages-themes/cayman@v0.2.0
# remote_theme: pages-themes/dinky@v0.2.0
# remote_theme: pages-themes/minimal@v0.2.0
# remote_theme: pages-themes/time-machine@v0.2.0
remote_theme: pages-themes/time-machine@v0.2.0
plugins:
- jekyll-remote-theme
header_pages:
Expand Down
65 changes: 65 additions & 0 deletions _data/mario_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Metadata to describe animations in sprite file images/mario_animations.png
- Rest:
row: 0
col: 0
frames: 15
- RestL:
row: 1
col: 0
frames: 15
- Walk:
row: 2
col: 0
frames: 8
- Tada:
row: 2
col: 11
frames: 3
- WalkL:
row: 3
col: 0
frames: 8
- TadaL:
row: 3
col: 11
frames: 3
- Run1:
row: 4
col: 0
frames: 15
- Run1L:
row: 5
col: 0
frames: 15
- Run2:
row: 6
col: 0
frames: 15
- Run2L:
row: 7
col: 0
frames: 15
- Puff:
row: 8
col: 0
frames: 15
- PuffL:
row: 9
col: 0
frames: 15
- Cheer:
row: 10
col: 0
frames: 15
- CheerL:
row: 11
col: 0
frames: 15
- Flip:
row: 12
col: 0
frames: 15
- FlipL:
row: 13
col: 0
frames: 15
9 changes: 9 additions & 0 deletions _includes/nav/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<table>
<tr>
<td><img src="{{site.baseurl}}/images/logo.png" height="60" title="Tools" alt=""></td>
<td><a href="{{site.baseurl}}/">Home</a></td>
<td><a href="{{site.baseurl}}/snake">Snake</a></td>
<td><a href="{{site.baseurl}}/ideas">Ideas</a></td>
<td><a href="{{site.baseurl}}/home/notebooks">Notebooks</a></td>
</tr>
</table>
76 changes: 0 additions & 76 deletions _notebooks/Foundation/2024-08-21-sprint1_plan.ipynb

This file was deleted.

Loading