Template für middleman mit einigen Libararies, die ich immer benötige. nix-shell vorbereitet.
 
 
 
 
 
 
Go to file
Denis Knauf f3629f9796 init 2022-07-13 18:55:59 +02:00
assets/src/fonts init 2022-07-13 18:55:59 +02:00
lib init 2022-07-13 18:55:59 +02:00
locales init 2022-07-13 18:55:59 +02:00
source init 2022-07-13 18:55:59 +02:00
.gitignore init 2022-07-13 18:55:59 +02:00
Gemfile init 2022-07-13 18:55:59 +02:00
Gemfile.lock init 2022-07-13 18:55:59 +02:00
README.adoc init 2022-07-13 18:55:59 +02:00
Rakefile init 2022-07-13 18:55:59 +02:00
config.rb init 2022-07-13 18:55:59 +02:00
config.ru init 2022-07-13 18:55:59 +02:00
gemset.nix init 2022-07-13 18:55:59 +02:00
shell.nix init 2022-07-13 18:55:59 +02:00

README.adoc

= homepage

== init

  bundle update

== compile

  rake

== deploy

  rake deploy:test

or

	rake deploy:production

== run server (local)

	rake run

Will listen on port `:9290`