Skip to content

Commit d23bdd8

Browse files
authored
Update AspNetStatic.md
1 parent 6dd25ed commit d23bdd8

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: AspNetStatic
33
repo: ZarehD/AspNetStatic
44
homepage: https://github.com/ZarehD/AspNetStatic
@@ -8,19 +8,24 @@ language:
88
license:
99
- Apache-2.0
1010
templates:
11-
- Razor
12-
description: Transform ASP.NET Core into a Static Site Generator
11+
- Razor (.cshtml, .razor)
12+
description: Transforms ASP.NET Core into a Static Site Generator
1313
---
1414

15-
## Transform ASP.NET Core into a Static Site Generator
16-
17-
If you're an ASP.NET developer who wants to create static web sites with ASP.NET instead of yet another tech stack (and/or way of constructing pages & sites) just for this task, then AspNetStatic is what you've been looking for.
15+
### Transform ASP.NET Core into a Static Site Generator
1816

19-
AspNetStatic lets you create a static website with the same ASP.NET Core tools you love and use every day. Just add the module and a bit of configuration, and BAM!, you have yourself a static site generator!
17+
Use AspNetStatic to create a static website with the same ASP.NET Core tools you love and use every day. Just add the module and tell it which routes (page, css, js, etc.) to process.
2018

19+
AspNetStatic works equally well with Blazor (SSR), Razor Pages, and MVC (conrollers + views).
2120

22-
## No Frameworks. No Engines. No Opinions!
21+
### No Frameworks. No Engines. No Opinions!
2322

24-
Build your ASP.NET site the way you've always done. AspNetStatic doesn't have any opinions about how you should construct your site. AspNetStatic is not a framework. It's not a CMS. There's no engine. AspNetStatic does just one thing, create optimized static pages for selected routes in your ASP.NET Core app. That means you can use whatever framework, component, package, or architectural style you like to produce content, and AspNetStatic will create a static page for it.
23+
Build your ASP.NET site the way you always have.
24+
AspNetStatic doesn't have any opinions about how you should structure your server-rendered site.
25+
AspNetStatic is not a framework. It's not a CMS. There's no blog engine. It has no templating system.
26+
AspNetStatic does just one thing; create static files for selected routes in your ASP.NET Core project.
27+
That means you can use whatever framework, component, package, or architectural style you like.
28+
Want to use a blog engine? No problem. Want to use a CMS? No problem. Want to create a documentation site using a markdown processor to render page content? No problem!
29+
AspNetStatic doesn't care; it will **create optimized static files no matter how the content is produced by the server**.
2530

26-
Visit the [Github repo](https://github.com/ZarehD/AspNetStatic) for more details.
31+
Visit the [Github repo](https://github.com/ZarehD/AspNetStatic) for more details.

0 commit comments

Comments
 (0)