Skip to content

Commit 10bbff2

Browse files
committed
Add press-react video
1 parent c5d18f2 commit 10bbff2

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

src/_videos/react/autogen-locode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Database first development with Locode
33
url: https://youtu.be/NiTp5Z_5U2Y
44
tags: [autoquery,autogen,locode]
55
date: 16-05-2022
6-
order: 3
6+
order: 4
77
---
88

99
In this video we show a step by step process for start with an existing database and customizations without the need for code first models.

src/_videos/react/autoquery-bookings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Build a Bookings API with Auto Admin UI in minutes
33
url: https://youtu.be/rSFiikDjGos
44
tags: [autoquery]
55
date: 16-08-2022
6-
order: 2
6+
order: 4
77
---
88

99
From an empty web project, this video shows how to:

src/_videos/react/modern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Modern Razor Pages & MVC .NET Tailwind templates
33
url: https://youtu.be/SyppvQB7IPs
44
tags: [vue,razor]
55
date: 08-02-2023
6-
order: 4
6+
order: 5
77
---
88

99
ServiceStack templates provide a wide range of options when it comes to using Razor Pages in your .NET application

src/_videos/react/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Rapidly develop C# .NET Next.js JamStack Apps with Rider
33
url: https://youtu.be/3pPLRyPsO5A
44
tags: [nextjs,react,jamstack]
55
date: 08-02-2022
6-
order: 1
6+
order: 2
77
---
88

99
In this comprehensive walkthrough, we will guide you through the ServiceStack Next.js template, which offers an

src/_videos/react/press-react.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Vite React Markdown Websites with Vite Press Plugin
3+
url: https://youtu.be/S6O8QCaXDG0
4+
tags: [react,vite,markdown]
5+
date: 07-03-2024
6+
order: 1
7+
---
8+
9+
In this video, we will show how you can use the `press-react` template to create a beautiful React and Markdown
10+
static blog or content centric Websites that's easy to manage and add content. It utilizes the vite-plugin-press library
11+
whose Markdown feature folders give you a consistent way of using markdown pages to create blogging, marketing landing
12+
pages and other content heavy websites.

src/_videos/react/razor-ssg.md

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

src/pages/index.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import GettingStarted from "@/components/GettingStarted"
55
import Include from "@/components/Include"
66
import VideoGroup from "@/components/VideoGroup"
77
import SrcPage from "@/components/SrcPage"
8+
import LiteYouTube from "@/components/LiteYouTube"
89
import { generateSlug, dateLabel, dateTimestamp } from "@/utils"
910
import { PressContext } from "@/contexts"
1011
import { useContext } from "react"
@@ -62,6 +63,15 @@ const Index = () => {
6263
</div>
6364
</section>
6465

66+
<div className="relative">
67+
<div className="mt-8 max-w-6xl mx-auto">
68+
<div className="aspect-w-16 aspect-h-9 pb-0">
69+
<LiteYouTube id="WXLF0piz6G0" poster="maxresdefault"
70+
title="Vite React Markdown Websites with Vite Press Plugin"/>
71+
</div>
72+
</div>
73+
</div>
74+
6575
<div className="container mx-auto px-5 mt-24 mb-24">
6676
{!primaryPost ? null : <section>
6777
<div className="mb-8 md:mb-16">

0 commit comments

Comments
 (0)