Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbryikt/g0vphotos
https://github.com/zbryikt/g0vphotos
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zbryikt/g0vphotos
- Owner: zbryikt
- Created: 2014-06-20T05:20:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T03:14:21.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T22:37:49.500Z (3 months ago)
- Language: LiveScript
- Size: 9.34 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - g0vphotos - g0v.photos 自己的活動自己拍 (Infrastructure / g0v 基礎建設)
README
template
========a web template, for simple frontend. it contains a simple webserver, watch daemon, and a makefile for offline building. It uses jade, sass and livescript to build a web page.
Usage
========Simply edit index.jade, index.sass and index.ls, and type 'make' to build these into index.html, index.css and index.js.
You can also watch all your changes and build them automatically. To do so, run
npm i
once (for installing all dependencies), then run
npm start
It will start watching all sass, jade and livescript changes, and also run a simple web server listening on localhost:9999.
Configuration
========by default, some javascript libraries are included. Config to use them or cdn by editing following code in index.jade:
- var usecdn = false
- var lib = { jquery: true, d3js: true, angular: true, bootstrap: false, semantic: true }
- var assets = "/assets"