Skip to content

AlexHedley/statiqweb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statiqweb-example

https://www.statiq.dev/web Example

🚀 Deploy to GitHub Pages pages-build-deployment

Statiq Web

Made With

Run

cd src

dotnet run

dotnet run -- preview

cd src && dotnet run -- preview

Plugins

  • Reading time

Setup

dotnet new console --name MySite

dotnet add package Statiq.Web --version 1.0.0-beta.60

Add a theme

git submodule add https://github.com/statiqdev/CleanBlog.git theme

Submodules

git submodule update --remote --recursive --merge