Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/series #125

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d67201b
feat(series): add series page
marcjulian Nov 25, 2020
e1d061a
feat(series): map chapter items and sort by weight
marcjulian Nov 26, 2020
b32c41a
feat(tailwind): optin to future changes
marcjulian Nov 26, 2020
a4dd3a5
Merge branch 'master' into feature/series
marcjulian Dec 15, 2020
ee2f90e
feat(series): add series to mobile menu
marcjulian Dec 18, 2020
143b262
Merge branch 'master' into feature/series
marcjulian Dec 18, 2020
1f7ba32
feat(series): update colors and add focus styles to chapter links
marcjulian Dec 18, 2020
20ce8b4
Merge branch 'master' into feature/series
marcjulian Dec 18, 2020
4f5bc14
feat(series): use tags icon as series cover
marcjulian Dec 18, 2020
39e765a
content: add todos to series
marcjulian Dec 18, 2020
546ef58
Merge branch 'master' into feature/series
marcjulian Dec 30, 2020
7e8ff22
fix(series): move chaperts into its own div
marcjulian Dec 30, 2020
7ad643b
series: add coming soon badge
marcjulian Dec 30, 2020
51b8413
refactor(scully): use ScullyRoutesService.getCurrent
marcjulian Dec 30, 2020
758a675
styles(series): move into one div for prose styles
marcjulian Dec 30, 2020
20df75c
refactor(scully): assign pages directly
marcjulian Dec 30, 2020
6a53917
feat(search): include series in search and add badge
marcjulian Dec 31, 2020
9a82931
feat(series): update series chapters and align chips
marcjulian Jan 5, 2021
c7b8a25
style(badge): align middle
marcjulian Jan 5, 2021
e8d342f
refactor(badge): create badge component styles
marcjulian Jan 7, 2021
0cb2f3f
feat(series): generate banner for series
marcjulian Jan 7, 2021
bf438d4
fix(series): lazyImage plugin cannot find banner for series
marcjulian Jan 7, 2021
c45da56
series: update series structure
garygrossgarten Jan 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/blog/analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Analytics'
description: 'Analytics'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
keywords:
- Analytics
series:
- slug: angular-jamstack
chapterSlug: basics
weight: 60
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

4 changes: 4 additions & 0 deletions content/blog/angular-10-with-tailwindcss.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ keywords:
- Utility-First CSS
authors:
- Marc Stammerjohann
series:
- slug: angular-jamstack
chapterSlug: getting-started
weight: 10
github: https://github.com/notiz-dev/angular-tailwindcss
---

Expand Down
21 changes: 21 additions & 0 deletions content/blog/angular-seo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Angular SEO'
description: 'Improve your SEO ranking'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
keywords:
- SEO
series:
- slug: angular-jamstack
chapterSlug: basics
weight: 50
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

20 changes: 20 additions & 0 deletions content/blog/banner-generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Banner Generator'
description: 'Banner Generator'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Scully
keywords:
- Plugins
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 60
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---
26 changes: 26 additions & 0 deletions content/blog/blog-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 'Blog Structure'
description: 'Blog Structure'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Scully
keywords:
- SEO
series:
- slug: angular-jamstack
chapterSlug: basics
weight: 10
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

* Concepts for building a blog
* related posts
* overview page
* tags
22 changes: 22 additions & 0 deletions content/blog/cms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'CMS'
description: 'CMS'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Scully
keywords:
- SEO
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 10
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
keywords:
- Custom Elements
authors:
- 'Gary Großgarten'
- Gary Großgarten
github: 'https://github.com/notiz-dev/design'
---

Expand Down
22 changes: 22 additions & 0 deletions content/blog/create-scully-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'Create a Scully Plugin'
description: 'Create a Scully Plugin'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Scully
keywords:
- SEO
series:
- slug: angular-jamstack
chapterSlug: basics
weight: 40
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

22 changes: 22 additions & 0 deletions content/blog/cross-posting-with-rss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'Cross Post your Content'
description: 'Cross Post your Content'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Scully
keywords:
- SEO
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 50
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

8 changes: 6 additions & 2 deletions content/blog/deploy-nestjs-with-prisma-to-heroku.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Deploy NestJS with Prisma to Heroku'
title: Deploy NestJS with Prisma to Heroku
description: 'Deploy a NestJS application with Prisma 2.0 to Heroku and connect to a PostgreSQL database.'
published: true
publishedAt: 2020-03-12T09:11:00.000Z
Expand All @@ -11,7 +11,11 @@ tags:
keywords:
- PostgreSQL
authors:
- 'Marc Stammerjohann'
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: deployment
weight: 10
github: 'https://github.com/notiz-dev/deploy-nestjs-prisma-heroku'
---

Expand Down
4 changes: 4 additions & 0 deletions content/blog/dockerizing-nestjs-with-prisma-and-postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ keywords:
- PostgreSQL
authors:
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: deployment
weight: 20
github: https://github.com/notiz-dev/nestjs-prisma-docker
---

Expand Down
4 changes: 4 additions & 0 deletions content/blog/firebase-hosting-preview-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ keywords:
- Tailwind CSS
authors:
- Marc Stammerjohann
series:
- slug: angular-jamstack
chapterSlug: deployment
weight: 20
github: https://github.com/notiz-dev/angular-scully-tailwindcss
---

Expand Down
4 changes: 4 additions & 0 deletions content/blog/graphql-code-first-with-nestjs-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ keywords:
- Code-First Approach
authors:
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: getting-started
weight: 30
github: https://github.com/notiz-dev/nest-graphql-code-first
---

Expand Down
6 changes: 5 additions & 1 deletion content/blog/how-to-connect-nestjs-with-prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ tags:
keywords:
- SQLite
authors:
- 'Marc Stammerjohann'
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: getting-started
weight: 10
github: 'https://github.com/notiz-dev/nestjs-prisma'
versions:
nestjs/cli: 7.1.2
Expand Down
4 changes: 4 additions & 0 deletions content/blog/jamstack-angular-scully-tailwind-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ keywords:
- Utility-First CSS
authors:
- Marc Stammerjohann
series:
- slug: angular-jamstack
chapterSlug: getting-started
weight: 20
github: https://github.com/notiz-dev/angular-scully-tailwindcss
---

Expand Down
4 changes: 4 additions & 0 deletions content/blog/nestjs-prisma-schematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ keywords:
- Schematics
authors:
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: getting-started
weight: 20
github: https://github.com/marcjulian/nestjs-prisma
---

Expand Down
23 changes: 23 additions & 0 deletions content/blog/newsletter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: 'Newsletter'
description: 'Newsletter'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Tailwind CSS
- Maizzle
keywords:
- Newsletter
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 30
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

4 changes: 4 additions & 0 deletions content/blog/prisma-dbml-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ keywords:
- Entity-Relationship Diagram
authors:
- Marc Stammerjohann
series:
- slug: nestjs-prisma
chapterSlug: prisma
weight: 10
github: https://github.com/notiz-dev/prisma-dbml-generator
---

Expand Down
20 changes: 20 additions & 0 deletions content/blog/rss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Rss'
description: 'Rss'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Scully
keywords:
- Plugins
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 40
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---
22 changes: 22 additions & 0 deletions content/blog/shortcodes-in-markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'Shortcodes in Markdown'
description: 'Shortcodes in Markdown'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Angular
- Scully
keywords:
- Markdown
series:
- slug: angular-jamstack
chapterSlug: advanced-concepts
weight: 20
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---

2 changes: 1 addition & 1 deletion content/blog/simple-rxjs-keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- Shortcuts
- Angular
authors:
- 'Gary Großgarten'
- Gary Großgarten
github: https://github.com/garygrossgarten/rxjs-shortcuts
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ tags:
keywords:
- CSS
- Utility-First CSS
series:
- slug: angular-jamstack
chapterSlug: deployment
weight: 10
authors:
- Marc Stammerjohann
github: https://github.com/notiz-dev/angular-scully-tailwindcss
Expand Down
20 changes: 20 additions & 0 deletions content/blog/toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Table of Content'
description: 'Table of Content'
published: false
publishedAt: 2021-01-01T09:00:00.000Z
updatedAt: 2021-01-01T09:00:00.000Z
tags:
- Scully
keywords:
- Plugins
series:
- slug: angular-jamstack
chapterSlug: basics
weight: 20
authors:
- '...'
github: 'https://github.com/notiz-dev/...'
slugs:
- ___UNPUBLISHED___kjptabv5_N4rM4wLbruHkAkdUrVbIu9bDlKOoAOSz
---
Loading