在Docker中体验 / Run on docker
docker run -d -p 5000:80 zkeasoft/zkeacms
使用 Publish.cmd / Publish.sh 或者
./dotnet restore
./src/ZKEACMS.WebHost/dotnet publish-zkeacms
./src/ZKEACMS.WebHost/dotnet publish-zkeacms win7-x64
ZKEACMS For .Net Core
纸壳CMS 是基于 ZKEACMS 的 Asp.Net Core 版本。
- .Net Core 2.0
- Microsoft Sql Serverl 2008+
- MySql 5.6+
- SQLite 3
- Microsoft Visual Studio 2017 15.3+
- Visual Studio Code
- Microsoft Sql Server 2008+
http://www.zkea.net/zkeacms/createpage
ZKEACMS is featuring a modern responsive design that automatically adapts to different screen sizes and devices. From the PC, laptop, TV, tablet to the phone page will automatically adapt to adapt.
纸壳CMS采用了现代的响应式设计,可以自动适配不同大小的屏幕和设备。从PC,笔记本,电视,平板到手机页面都会自动响应适应。
Layout, used to make a page of the region, the user drag the "line", "column" way to layout design. Layout of the division, the use of rows, columns divided way, can be nested.
A layout inside, you can add any line, each line using 12 equally divided raster, can be divided into up to 12 columns. After the division is completed, to add "widget area" in the column, we can add widgets in the column.
布局,用于对页面做区域划分,用户使用拖拉“行”,“列”的方式进行布局的设计。布局的划分,采用行,列的方式进行划分,可嵌套。
一个布局里面,可以添加任意行,每一行使用12等分进行栅格,最多可划分为12列。行列划分完成以后,要在列中加入“组件区域”,才可以在该列中加入组件。
The overview page is a thumbnail display of the page. In this page, users can see the layout of the page and the widgets in the page directly.
In the overview page, users can add widgets to any area. You can sort widgets in any area or drag them to another area for display.
概览页面,是页面的缩略显示。在这个页面里面,用户可以直接看到页面的布局,和页面中的组件。
在概览页面中,用户可以添加组件到任意区域。可以对任意区域内的组件进行排序或者拖放到别的区域显示。
The preview page is the real display of the page. In this page, users can see the real situation of the page, and the real situation of the widgets in the page.
In the preview page, users can add widgets to any area. You can sort widgets in any area or drag them to another area for display.
预览页面,是页面的真实显示。在这个页面里面,用户可以直接看到页面的真实情况,和页面中组件的真实情况。
在预览页面中,用户可以添加组件到任意区域。可以对任意区域内的组件进行排序或者拖放到别的区域显示。
After you have added widget areas to your layout, these areas are available for adding widgets, and different widgets have different capabilities.
Widgets that is to enrich the site content widget. You can add a wide range of widgets to meet the needs of your site. Multiple widgets can be added to the same widget area and can be dragged and dropped.
在布局中添加了组件区域后,这些区域就可用于添加组件,不同的组件拥有不同的功能。
组件,就是于丰富网站内容的小插件。你可以添加各式各样的组件来满足你网站的需求。同一组件区域可以添加多个组件并且可以对其进行拖拉排序。
Template widget can be more easily extended. Directly replace the display template can achieve the effect you want.
纸壳CMS的模板组件可以更方便的进行扩展。直接更换显示模板就可以达到您想要的效果。
Using LESS to create a theme, by modifying the variables, you can easily create a theme.
纸壳CMS的主题使用了LESS,通过修改变量,就可以轻松的创建主题。