Skip to content

Commit 360c761

Browse files
Snagging after restructure in #101 (#103)
* remove author from page header single TODO : will replace this edit link with one direct to file when projects are in final position * space card view now there are no authors * remove frontmatter config * create lastmod from gh api We don't want to set dates in front matter * take authors off cards and also fm set images We don't want them anyway * rm all front matter except title we might want to hide the title fm as well with comments later * pull project order from remote leave primers to be ordered as they are for now * change authors line for edit line in page header and footer on single remove unused styles add missing class on footer update class names to edit from author * rename projects index to _index The top level file in this folder needs to be_index to signal this as a section https://gohugo.io/content-management/organization/#index-pages-_indexmd * cache static page regions * suppress page footer on about and versions * create a netlify redirects file for contributing contributing page is a one off that we move to the about section on the website. Internal readme links will break then so I've added a redirect file to netlify https://harrycresswell.com/writing/hugo-netlify-redirects/ * add 301 to redirect * Update website/build.sh Daniel's much better bashing Co-authored-by: Daniel Wagner-Hall <[email protected]> * Update website/static/_redirects Co-authored-by: Daniel Wagner-Hall <[email protected]> * remove api call to github for projects order - copy it to hugo - query hugo data - pop a readme to explain in data folder * rm readme and replace with example metadata Hugo dislikes my readme * create fallback lastmod 1970 it's set to 1970 so it's obvious it's a default value * rm readme again ... Co-authored-by: Daniel Wagner-Hall <[email protected]>
1 parent ea99468 commit 360c761

File tree

34 files changed

+193
-213
lines changed

34 files changed

+193
-213
lines changed

prep/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
22
title="Preparation"
3-
author="Daniel Wagner Hall"
4-
weight="1"
53
+++
64

75
## Prerequisite learning

primers/distributed-software-systems-architecture/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
22
title="Distributed Software Systems Architecture"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
53
+++
64

75
## About this primer {#about-this-document}

primers/distributed-software-systems-architecture/asynchronous-work-and-pipelines.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
2-
title="4. Asynchronous Work and Pipelines"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
2+
title="4. Asynchronous Work and Pipelines"
53
+++
64

75
# 4

primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
22
title="5. Distributed Locking and Distributed Consensus"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
53
+++
64

75
# 5

primers/distributed-software-systems-architecture/reliable-rpcs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
2-
title="1. Reliable RPCs"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
2+
title="1. Reliable RPCs"
53
+++
64

75
# 1

primers/distributed-software-systems-architecture/scaling-stateless-services.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
22
title="3. Scaling Stateless Services"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
53
+++
64

75
# 3

primers/distributed-software-systems-architecture/state.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
2-
title="2. State"
3-
author="Laura Nolan"
4-
date="28 Dec 2022 12:22:11 BST"
2+
title="2. State"
53
+++
64

75
# 2

primers/troubleshooting/primer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
+++
2-
title="Troubleshooting Primer"
3-
author="Laura Nolan and Radha Kumari"
4-
date="28 Dec 2022 12:22:11 BST"
2+
title="Troubleshooting Primer"
53
+++
64

75
# Troubleshooting Primer

projects/batch-processing/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title="Batch Processing"
3-
author="Tom Ashworth"
43
+++
54

65
In this project, you'll build a simple image processing pipeline: reading a list of image URLs from a CSV file, downloading each image, processing it, and uploading it to cloud storage.

projects/buggy-app/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
title="Buggy App"
3-
author="Tom Ashworth"
43
+++
54

65
In this project, you're going to run, debug, and fix a buggy application. This code here is a "notes" application with users and notes. It simulates a real-world application that has grown and developed over time: the code isn't perfect, there are tests missing and it contains bugs. The task is to find and fix these bugs. There are _at least_ 5 distinct and important bugs for you to find a fix.

0 commit comments

Comments
 (0)