Skip to content

Commit

Permalink
rework home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Jul 9, 2024
1 parent f73f472 commit a8caa73
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README-4-GHPages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: base
layout: post
title: README.md
menu: nav/home.html
toc: true
---
{% include nav/home.html %}

{% include_relative README.md %}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## README
## Introduction

Nighthawk Pages is a project designed to support students in their Computer Science and Software Engineering education. It offers a wide range of resources including tech talks, code examples, and educational blogs. This project was initially based on Fastpages but has since evolved into an independent entity, it is no longer following Fastpages' updates. The decision to separate from Fastpages was influenced by the deprecation of Fastpages in favor of Quarto, and the subsequent changes in development features that did not align with our goals.

Expand Down
5 changes: 1 addition & 4 deletions _layouts/schedule.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
---
layout: base
layout: post
---
{% include nav/home.html %}

{%comment%}
Setup course data
{%endcomment%}

{% assign course = site.data[page.course] %} <!-- Load YML data -->
{% assign units = page.units | split: ',' %}
<h1>{{page.title}}</h1>
<br>

{%comment%}
Load all posts
Expand Down
1 change: 1 addition & 0 deletions navigation/section/csa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: Computer Science "A"
units: "1,2,3,4,5,6,7,8,9"
search_exclude: true
course: csa
menu: nav/home.html
---
1 change: 1 addition & 0 deletions navigation/section/csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: Computer Science Principles
units: "1,2,3,4,5,6,7,8,9"
search_exclude: true
course: csp
menu: nav/home.html
---
1 change: 1 addition & 0 deletions navigation/section/csse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: Computer Science and Software Engineering
units: "1,2,3,4,5,6"
search_exclude: true
course: csse
menu: nav/home.html
---

0 comments on commit a8caa73

Please sign in to comment.