Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder committed Dec 13, 2019
2 parents 4ed746f + 85513fc commit 3953b41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/customizing-using-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ title: Using Themes
What is a Theme? # What is a Theme?
Fundamentally, the Mixcore Theme system is a way to “skin” your Mixcore site. Yet, it is more than just a “skin”. Skinning your site implies that only the design is changed. Mixcore Themes can provide much more control over the visual presentation of your content and other data on your Mixcore site, as well as behavior of certain site’s elements while interacting with visitors.

A Mixcore Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a website. These files are called template files. A Theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (*.jpg, *.png, .gif), style sheets (.css), custom Pages, as well as any necessary code files (*.php). For an introduction to template files, see Template Files.
A Mixcore Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a website. These files are called template files. A Theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (*.jpg, *.png, .gif), style sheets (.css), custom Pages, as well as any necessary code files (*.php). For an introduction to template files, see Template Files.

## Using default theme

## Show nav..

## Show post/page/module data
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ dotnet restore
dotnet build
dotnet run
```
### Modify Portal
### Modify & Build Portal
````sh
cd mix.core/src/portal-app
gulp serve
gulp build
````

> Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".
Expand Down

0 comments on commit 3953b41

Please sign in to comment.