Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 524 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 524 Bytes

lockdown

A static website generator written in C#

My first blog?

  1. Run the new command: lockdown new my-blog
  2. Change directory: cd my-blog
  3. Run the run command: lockdown run
  4. Navigate to http://localhost:5000

Requirements

  • dotnet core 5.0 SDK

Installation

dotnet tool install --global Lockdown

Examples

These pages are built with lockdown:

  • That C# Guy - It is still under construction, though.