thelia / frontoffice-default-template
Installs: 13 769
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Language:HTML
Type:thelia-frontoffice-template
Requires
- thelia/installer: ~1.1
- dev-master
- dev-main
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.5.0-alpha2
- 2.5.0-alpha1
- 2.4.x-dev
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.4.0-alpha1
- 2.3.x-dev
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-beta2
- 2.3.0-beta1
- 2.3.0-alpha2
- 2.3.0-alpha1
- 2.2.x-dev
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-beta3
- 2.2.0-beta2
- 2.2.0-beta1
- 2.2.0-alpha2
- 2.2.0-alpha1
- 2.1.x-dev
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-beta2
- 2.0.12
- 2.0.2
- 2.0.0-beta1
- dev-api
- dev-twig
- dev-dependabot/npm_and_yarn/templates/frontOffice/modern/async-2.6.4
- dev-dependabot/npm_and_yarn/templates/frontOffice/modern/minimist-1.2.6
This package is auto-updated.
Last update: 2024-11-02 20:05:27 UTC
README
This is the repository of Thelia default frontoffice template. All the pull requests on this repo will be ignored.
If you want to create a project, please take a look at thelia/thelia-project
If you want to contribute to Thelia, please take a look at thelia/thelia
Thelia
Thelia is an open source tool for creating e-business websites and managing online content. This software is published under LGPL.
This is the new major version of Thelia.
You can download this version and have a try or take a look at the source code (or anything you wish, respecting LGPL). See http://thelia.net/ web site for more information.
A repository containing all thelia modules is available at this address : https://github.com/thelia-modules
How to update this template
If you want to customize the default template of Thelia, there are two possible solutions :
Simple configuration
The simple process to update this template is to work into the assets/src
directory.
In fact, this folder contain the non minified version of assets.
You can change change css rules and js code easily.
Advanced configuration
This method is more oriented for frontend developers. You have to work with Less, Grunt and Bower.
So, after installing Grunt and Bower, do : bower init
and npm install
.
The Gruntfile include the watch component, so with grunt watch
, Grunt is always listening assets update and recompile theme automatically.
The less files are into assets/src/less
directory. After updating your less rules, do grunt
to recompile your assets.
The compiled assets are put into the assets/dist
directory.