Skip to content

Commit b4ae9be

Browse files
authored
Add strippable comment tags around frontmatter (#106)
This will allow frontmatter to exist for hugo but not be displayed on GitHub
1 parent b72a56c commit b4ae9be

File tree

26 files changed

+81
-14
lines changed

26 files changed

+81
-14
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="Contributing"
34
+++
5+
forhugo-->
46

57
# Contributing to Code Your Future Immersive Go Course
68

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="Immersive Engineering Programme"
34
+++
5+
forhugo-->
46

57
![](./readme-assets/giphy.gif)
68

prep/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="Preparation"
34
+++
5+
forhugo-->
46

57
## Prerequisite learning
68

primers/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<!--forhugo
12
+++
23
title="Primers"
34
date="28 Dec 2022 12:22:11 BST"
45
+++
6+
forhugo-->
57

68
## Reading, Building, and Working
79

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="Distributed Software Systems Architecture"
34
+++
5+
forhugo-->
46

57
## About this primer {#about-this-document}
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="4. Asynchronous Work and Pipelines"
34
+++
5+
forhugo-->
46

57
# 4
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="5. Distributed Locking and Distributed Consensus"
34
+++
5+
forhugo-->
46

57
# 5
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="1. Reliable RPCs"
34
+++
5+
forhugo-->
46

57
# 1
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="3. Scaling Stateless Services"
34
+++
5+
forhugo-->
46

57
# 3
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--forhugo
12
+++
23
title="2. State"
34
+++
5+
forhugo-->
46

57
# 2
68

0 commit comments

Comments
 (0)