https://github.com/bloycey/geometric-theme
Neto Theme #1
https://github.com/bloycey/geometric-theme
Last synced: about 2 months ago
JSON representation
Neto Theme #1
- Host: GitHub
- URL: https://github.com/bloycey/geometric-theme
- Owner: bloycey
- Created: 2017-04-21T08:34:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T23:52:49.000Z (about 8 years ago)
- Last Synced: 2025-01-14T14:29:14.556Z (3 months ago)
- Language: CSS
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Skeletal is the development theme for Neto. This theme contains all of our supported front-end features, so we build all new custom websites and themes with Skeletal as the starting point. Skeletal is built on Bootstrap 3.

## Installation
The safest way to install Skeletal is through Neto's theme store. Go to **Content** > **Website Themes** in your Neto control panel, hover over _Skeletal_ and click the green _Install_ button.
To install the latest version of Skeletal directly from this repository you simply need to upload the `src` directory from this repository into the `httpdocs/assets/themes` directory on your website. You should also rename this new `src` directory to whatever you would like your custom theme to be named.
For the above, you will need FTP access to your Neto website, which you can request [here](http://docs.neto.com.au/designer-documentati/tips-tricks/how-to-connect-to-neto-via-ftp/).
## Documentation
Documentation for designers and developers can be found [here](https://www.neto.com.au/designer-documentation/).
As Skeletal is built almost entirely upon Bootstrap 3, the [Bootstrap documentation](http://getbootstrap.com) is perhaps the most valuable source of documentation for a web designer who isn't looking to build complex functionality.
## Compiling .less files
If you are not comfortable working with [LESS](http://lesscss.org/), you are best off writing all CSS in your own custom CSS file. As our `.less` files are compiled into `app.css`, avoid modifying `app.css`. Otherwise, if for whatever reason you eventually do need to re-compile the less files, any changes to `app.css` would be lost.
If you are comfortable with Less, you're best off developing in you're own less file and adding it to the imports in ``src/css/app.less``, which needs to be compiled to ``src/css/app.css`` using Gulp.
If you are compiling `.less` files for the purpose of contributing to Skeletal, follow these steps:
_Note that steps 1 and 2 only need to be completed once per system, so no need to repeat them again._
1. Install [node.js](https://nodejs.org/)
2. Install Gulp globally with `npm install --global gulp` in your terminal, if you have not already
3. CD into your local folder for Skeletal and run the `npm install` command to install all relevant dependencies
4. Run `gulp`—this will now watch your `.less` files and compile them as they change## Testing
We have a simple testing guide located [here](/testing.md).
## Contribute
To contribute, simply start a branch, make your changes and submit a pull request.
## Support
The current version of Skeletal will only work on websites running Neto 6+. For older websites, you will need to install from a previous [release](https://github.com/NetoECommerce/Skeletal/releases/tag/2.4.0).
## Creators
Skeletal was created by the design team at [Neto E-commerce Solutions](http://neto.com.au).