Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschach/postachio-dschach
Theme for dschach.com, visible at dschach.postach.io or dschach.com
https://github.com/dschach/postachio-dschach
Last synced: 2 days ago
JSON representation
Theme for dschach.com, visible at dschach.postach.io or dschach.com
- Host: GitHub
- URL: https://github.com/dschach/postachio-dschach
- Owner: dschach
- License: mit
- Created: 2014-11-05T18:48:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T23:23:47.000Z (about 10 years ago)
- Last Synced: 2024-12-28T12:26:10.707Z (about 2 months ago)
- Language: CSS
- Size: 805 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
postachio-dschach
=================Theme for dschach.com, visible at dschach.postach.io or dschach.com
## Getting Started
This theme uses LESS for CSS precompiling, and it uses Gulp for compiling the LESS into CSS, and also for concatenating and minifying JavaScript files.
_Note: You do not need LESS and Gulp to use this theme, you can just edit the CSS directly if you like. LESS and Gulp are for advanced users._
### 1) Install Node Modules
Run the following command in Terminal to install Gulp for LESS preprocessing.
```
npm install
```### 2) Run Gulp
Run gulp to make sure all CSS and JavaScript files are the latest versions.
```
gulp
```## Need More Info?
Check out our [help documentation](http://help.postach.io/tag/theme-code) for more information on theming Postach.io sites.