All Top-level Files

Files in the top-level directory in any check-in

  • _build
  • config
  • deps
  • lib
  • test
  • www
  • contact-raw.css
  • contact.css
  • contact.html
  • flag.jpg
  • index-raw.css
  • index.css
  • index.html
  • LICENSE
  • logo.jpg
  • mix.exs
  • mix.lock
  • raw.css
  • README.md
  • rope.jpg
  • shelf.jpg
  • style.css

Antigone

Antigone is a simple static site server. All files located in the www directory are matched and served.

Installation

If available in Hex, the package can be installed as:

  1. Add antigone to your list of dependencies in mix.exs:

    def deps do
      [{:antigone, "~> 0.0.1"}]
    end
    
  2. Ensure antigone is started before your application:

    def application do
      [applications: [:antigone]]
    end