blob: 9622006e1f236d6b71eb5018ee06d9c71baf9c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
== sublab web3
Versuch einer mobile-first sublab website mit middleman (http://middlemanapp.com/)
== Prerequisites
* ruby
* bundler ('gem install bundler')
== Installation
git clone git+ssh://git@git.sublab.org/web3
cd web3
bundle
== Developing
bundle exec middleman server
open http://localhost:4567
(edit files in the source/ directory, browser should autorefresh)
== Building
bundle exec middleman build
# needs to be served for images to work
ruby -run -e httpd ./build -p 5000
open http://localhost:5000
== Problems / Features
* No CSS yet
* img/ is currently checked in source control because I'm lazy
* Umlaute
== Roadmap
* implement a mobile-first grid using Bootstrap
* write a sensible API server for the status box
* add middleman blog extension and migrate old posts
|