Skip to content

Commit 0e7ef77

Browse files
committed
Removed sepate /resources page
Created two placeholder articles Placeholder
1 parent 8a2b580 commit 0e7ef77

7 files changed

Lines changed: 37 additions & 92 deletions

File tree

hugo_site/config/_default/menus.en.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ url = "/authors"
2323

2424
[[main]]
2525
weight = 4
26-
name = "Resources"
27-
url = "/resources"
28-
29-
[[main]]
30-
weight = 5
3126
name = "Hugoplate Examples"
3227

3328
# ---------
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Incremental Engineering Examples"
3+
meta_title: ""
4+
description: ""
5+
date: 2026-02-20T21:00:00Z
6+
image: "/images/image-placeholder.png"
7+
categories: ["GCSE", "A-Level", "University"]
8+
author: "Allan Callaghan"
9+
tags: ["school", "resource", "python", "csharp", "java", "javascript", "php"]
10+
draft: false
11+
---
12+
13+
Projects in small chunks
14+
15+
## Things
16+
17+
* [projects](/static/projects.html)
18+
* [github.com/calaldees/TeachProgramming/.../projects](https://github.com/calaldees/TeachProgramming/tree/master/teachprogramming/static/projects)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Language Reference"
3+
meta_title: ""
4+
description: "Foundation reference tool to free learners from the single language rut"
5+
date: 2026-02-20T21:00:00Z
6+
image: "/images/image-placeholder.png"
7+
categories: ["GCSE", "A-Level", "University", "Professional"]
8+
author: "Allan Callaghan"
9+
tags: ["school", "resource", "reference", "professional", "python", "csharp", "java", "php", "rust", "javascript"]
10+
draft: false
11+
---
12+
13+
The most powerful universal resource I use with leaner's of all levels
14+
15+
## Things
16+
17+
* [language_reference](/static/langauge_reference.html#py,cs)
18+
* [computingteachers.github.io/language_reference/](https://computingteachers.github.io/language_reference/)
19+
* [github.com/ComputingTeachers/language_reference](https://github.com/ComputingTeachers/language_reference)

hugo_site/content/english/blog/post-2.md

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

hugo_site/content/english/blog/post-3.md

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

hugo_site/content/english/blog/post-4.md

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

hugo_site/content/english/pages/resources.md

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

0 commit comments

Comments
 (0)