Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
/ blog Public archive
forked from tatwd/blog

[WIP] Build my blog via dotnet stack

Notifications You must be signed in to change notification settings

Kit086/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained, please move to Kit086/kit.blog

Deploy blog

Dev (.net 6.0)

# Generate files to dist/
# or ./build.sh
dotnet run --project src/blog.csproj \
    --cwd ./ \
    --posts ./posts \
    --theme ./theme \
    --dist ./dist

# Preview by dotnet-serve or others
dotnet serve --directory dist

About

[WIP] Build my blog via dotnet stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 63.3%
  • HTML 20.3%
  • CSS 16.3%
  • Shell 0.1%