Tips: 
- Read the documentation here:
(a) https://www.schlix.com/documentation/v2/web-development/exporting-variables-to-the-view-templates.html
(b) https://www.schlix.com/documentation/v2/web-development/how-to-create-a-schlix-theme.html
- If you'd like your CSS to be automatically loaded in the backend WYSIWYG editor, place them in the [css] folder within this theme with any of the following names: editor.css, style.css, custom.css. e.g css/style.css,  css/editor.css,  css/custom.css
- To override the default app/block/macro view template files, simply copy them from the directory and create the same structure inside this folder. This also applies to the CSS and Javascript files. e.g. if you want to override the login template from [users] application, copy /system/apps/users/view.login.template.php to /web/<yoursitename>/themes/companyprofile/apps/users/view.login.template.php. Do not copy the whole directory because by doing so will prevent the .class.php file to be upgraded (unless you want to override the class as well). 
- When your submit this site to the search engine, ensure that you submit the XML sitemap (Tools --> Sitemap) as well.