Skip to content

Publish static documents from umbraco and optionally use it as cache

License

Notifications You must be signed in to change notification settings

PetrSnobelt/UmbracoStaticPublish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UmbracoStaticPublish

Publish static documents from umbraco and optionally use it as cache

Puth both files into your umbraco App_Code directory then if you publish document it create corresponding index.html file in "published" directory

If you want to use this generated static file as cache of your umbraco site add following module into your web.config in modules section

<add name="StaticPublishCacheModule" type="StaticPublishCacheModule" />

About

Publish static documents from umbraco and optionally use it as cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages