PreparationSetup and Installation
Blazor CMS is a bundle of standard open-source components. Getting started requires these steps:
- Get latest Oqtane from Github
- Install on your Dev PC or on Server using this checklist
todo steps
Design the LayoutCreate Your Theme
You can start with any given theme, but if you want to make it look good, you need something better.
- Download the 2shine Template from github to start creating your design
- Run the initial script to rename it to your needs
- Build it to make sure it works
- Start adjusting the design
- We suggest you work with VS Code and run the webpack watcher
- Most of your work will be in the theme-configuration.json and SASS
- Continously review the result till you're happy
Design the ContentContent Management
2sxc provides everything you need to manage content, and to make sure it looks amazing.
- Start by adding a "Content" module to the page, then follow the instructions to install the default content bundle
- Experiment a bit with editing content until you feel comfortable with it
- Then start modifying the SASS and Razor files to make perfect for your needs
Standard AppsBlog, News and more...
todo