Skip to content

Kit086/kit.blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kit.blog

Blog Address: https://blog.kitlau.dev

This project copied part of the code of tatwd/blog.

PowerShell:

dotnet run --project src\Kit.Blog.csproj --output-dir .\dist --posts-dir .\posts --templates-dir .\templates --staticfiles-dir .\staticfiles   

Bash:

dotnet run --project src/Kit.Blog.csproj --output-dir ./dist --posts-dir ./posts --templates-dir ./templates --staticfiles-dir ./staticfiles