AlphaRecon19 / website-template

A template to grab and start working on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website-template

A website template to grab and start working on, but still very much a work in progress.

Librarys used

Configuration

The main configuration file is located in the ~/config folder and should be called main.json. If you are creating a new configuration file, duplicate the default.json file and rename it main.json. It will then be read by the php script.

Compiling LESS files

To compile the less files into css file, run these two commands in the root of the project. It will then compile and minify the less files into the "assets/css" folder.

Note: that you will need to have both the node-less and yui-compressor packages installed to run them.

~ lessc assets/less/style.less > assets/css/style.css
~ yui-compressor -o assets/css/style.css assets/css/style.css

(More documentation soon)

About

A template to grab and start working on

License:Apache License 2.0


Languages

Language:PHP 86.4%Language:Smarty 13.4%Language:CSS 0.1%Language:Shell 0.1%Language:ApacheConf 0.0%