Mulliman / xStatic-for-Umbraco

This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xStatic-for-Umbraco

This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.

For more information on why it could be of use to you, please visit https://www.sammullins.co.uk/software/xstatic-for-umbraco/

xStatic can be extended to meet specific needs and documentation for this can be found at https://www.sammullins.co.uk/software/xstatic-for-umbraco/extending-xstatic/

Getting started

  1. Ensure that Umbraco is installed and working before running the site with xStatic installed.

  2. Add the following to the ConfigureServices method in your Startup.cs file

services.AddXStatic().Automatic().Build();

You will need to add using XStatic.Core.App; to the top of the file.

This will automatically register all the built in services as required for an out of the box solution.

  1. Ensure that the \App_Plugins\xStatic folder and files are included in your csproj. These need to be present in your website for the xStatic section to appear.

  2. In the users section, add 'xStatic Generated Sites' to the roles you want to have access.

  3. Create your site configs and build / deploy your static sites.

About

This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.


Languages

Language:JavaScript 62.4%Language:C# 20.4%Language:HTML 10.6%Language:CSS 6.4%Language:ASP.NET 0.2%