Skip to content

Commit 4f7e2d7

Browse files
committed
Fixed rendering issues.
1 parent 393816e commit 4f7e2d7

File tree

6 files changed

+29
-7
lines changed

6 files changed

+29
-7
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ sass:
2525
sourcemap: always
2626
silence_deprecations: ["import", "slash-div"]
2727

28-
2928
defaults:
3029
- scope:
3130
path: "metalama-email-course"

metalama-awareness-campaign/01_more_effective_way.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
subject: 'Discover Metalama: A New Code Generation Toolkit for C#'
2+
subject: 'Discover Metalama: A New Code Generation Framework for C#'
3+
layout: instantly
34
---
45

6+
{% raw %}
7+
58
Hi {{firstName}},
69

710
I'm **{{sendingAccountFirstName}}**, reaching out on behalf of our founder to gather feedback from experienced .NET engineers like you about [Metalama](https://metalama.net?mtm_campaign=awareness&mtm_source=instantly&mtm_kwd=email1), an open source meta-programming framework for code generation, architecture validation, and aspect-oriented programming in C#.
@@ -72,4 +75,6 @@ Best regards,
7275
**{{sendingAccountFirstName}}**
7376
Community Manager
7477

75-
*P.S. We will send you four more emails about Metalama and then stop. You can unsubscribe at any time.*
78+
*P.S. We will send you four more emails about Metalama and then stop. You can unsubscribe at any time.*
79+
80+
{% endraw %}

metalama-awareness-campaign/02_caching.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
subject: 'Here is How to Save Time on Caching'
3+
layout: instantly
34
---
4-
5+
{% raw %}
56
Hi {{firstName}},
67

78
This is **{{sendingAccountFirstName}}** from Metalama. In my previous emails, I introduced Metalama as the open-source meta-programming framework that helps you generate code during compilation, keeping your source code clean and concise.
@@ -79,4 +80,5 @@ All the best,
7980
**{{sendingAccountFirstName}}**
8081
Community Manager
8182

82-
*P.S. We will send you three more emails about Metalama and then stop. You can unsubscribe at any time.*
83+
*P.S. We will send you three more emails about Metalama and then stop. You can unsubscribe at any time.*
84+
{% endraw %}

metalama-awareness-campaign/03_ui.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
subject: 'Building UIs with .NET Without Boilerplate'
3+
layout: instantly
34
---
45

6+
{% raw %}
7+
58
Hi {{firstName}},
69

710
This is **{{sendingAccountFirstName}}** from Metalama. In my previous emails, I showed how Metalama can help you reduce boilerplate code for DevOps concerns like logging and caching. Today, I’d like to show you how Metalama can simplify common front-end challenges: think observability (`INotifyPropertyChanged`), undo/redo, change tracking, and WPF dependency properties and commands.
@@ -136,4 +139,6 @@ All the best,
136139
**{{sendingAccountFirstName}}**
137140
Community Manager
138141

139-
*P.S. We will send you two more emails about Metalama and then stop. You can unsubscribe at any time.*
142+
*P.S. We will send you two more emails about Metalama and then stop. You can unsubscribe at any time.*
143+
144+
{% endraw %}

metalama-awareness-campaign/04_patterns.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
subject: 'Classic Design Patterns Without Boilerplate: Builder, Proxy, and More with Metalama'
3+
layout: instantly
34
---
45

6+
{% raw %}
7+
58
Hi {{firstName}},
69

710
This is **{{sendingAccountFirstName}}** from Metalama, the open-source meta-programming framework for .NET. In my previous emails, I showed how Metalama can help you eliminate boilerplate in DevOps and UI scenarios. Today, I’d like to show you how Metalama can simplify classic design patterns. You’ve already seen the Memento pattern. Let’s look at a few more: Builder, Decorator, and Proxy.
@@ -182,4 +185,6 @@ All the best,
182185
**{{sendingAccountFirstName}}**
183186
Community Manager
184187

185-
*P.S. We will send you two one email about Metalama and then stop. You can unsubscribe at any time.*
188+
*P.S. We will send you two one email about Metalama and then stop. You can unsubscribe at any time.*
189+
190+
{% endraw %}

metalama-awareness-campaign/05_validating_architecture.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
subject: 'Get your development team to adhere to architecture'
3+
layout: instantly
34
---
45

6+
{% raw %}
7+
58
Hi {{firstName}},
69

710
This is **{{sendingAccountFirstName}}** from Metalama. This is my final email in this series. In previous messages, I introduced Metalama's first pillar: code generation, using aspect-oriented programming. Today, I’m excited to introduce Metalama’s second pillar: architecture verification.
@@ -118,3 +121,6 @@ All the best,
118121
Community Manager
119122

120123
*P.S. This was the last email in our series.*
124+
125+
126+
{% endraw %}

0 commit comments

Comments
 (0)