Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbarlow authored Jan 7, 2020
1 parent 4339a32 commit b44d6b9
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Umbraco-8-Bulma-Starter-Kit
Starter Kit for Umbraco V8 based on the Bulma Css framework.
# Bulma Umbraco 8 starter kit / theme
A free starter kit / theme based on the Bulma CSS framework for Umbraco 8 from Matt Barlow of http://jacker.io. Contains homepage, products, product detail, blog, blog detail, generic and contact page templates. This theme will get you started easily and quickly with developing your own website using Umbraco 8.

It has the following content templates:

Expand All @@ -12,6 +12,28 @@ It has the following content templates:
* Blog detail page
* Contact page

## Important:

Change the ModelsMode in the web.config to Dll models and allow the site to work.

```
<add key="Umbraco.ModelsBuilder.Enable" value="true" />
<add key="Umbraco.ModelsBuilder.ModelsMode" value="Dll" />
```

Also don't forget to publish the content, the easiest way to do this is to publish the home node with descendants, then check the include drafts, so you don't have to go in and publish it all individually.

Umbraco-Package-Url:
https://our.umbraco.com/packages/starter-kits/bulma-starter-kit/

Demonstration:
http://bulma.jacker.io/

## Preview:

![https://raw.githubusercontent.com/mjbarlow/Umbraco-8-Bulma-Starter-Kit/master/free-umbraco-bulma-theme.jpg](https://raw.githubusercontent.com/mjbarlow/Umbraco-8-Bulma-Starter-Kit/master/free-umbraco-bulma-theme.jpg)


## Release Notes:

**v1.0.8** (07/01/2020)
Expand Down Expand Up @@ -57,10 +79,5 @@ It has the following content templates:
**v1.0.1** (22.03.2019):
* initial release

## Resources

Umbraco-Package-Url:
https://our.umbraco.com/packages/starter-kits/bulma-starter-kit/

Demonstration:
https://bulma-starter-kit.s1.umbraco.io/

0 comments on commit b44d6b9

Please sign in to comment.