From 5488f1c22c4664b4b591ed35fea3d413becdb4dd Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 21 Sep 2013 13:44:07 -0500 Subject: fix css paths --- .gitignore | 2 +- _includes/header.html | 6 ++--- _site/index.html | 70 --------------------------------------------------- 3 files changed, 4 insertions(+), 74 deletions(-) delete mode 100644 _site/index.html diff --git a/.gitignore b/.gitignore index ca35be0..57510a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -_site +_site/ diff --git a/_includes/header.html b/_includes/header.html index 6aac5a2..27d298c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,9 +4,9 @@ - - - + + + diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index 1898c20..0000000 --- a/_site/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - Relx by erlware - - - -
-
- -
-

Relx

-

Release creation for Erlang

-
- -
- Download .zip - Download .tar.gz - View on GitHub -
- -
- -
- - -

Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory.

- -

Example Configuration

-
$ git clone https://github.com/tsloughter/erlangdc2013.git
-$ cd erlangdc2013
-$ cat relx.config
-{release, {erlangdc, "0.0.1"},
- [estatsd
- ,erlangdc]}.
-{extended_start_script, true}.
-
-$ ./relx
-...
-$ ls _rel/
-bin  erts-5.10.1  lib  log  releases
-
-

Documentation

- - - -
- - - - -
-
- - - -- cgit v1.2.3