37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="welcome">
|
|
<head>
|
|
<title>Welcome to Duct</title>
|
|
<link rel="stylesheet" href="/assets/normalize.css/normalize.css">
|
|
<link rel="stylesheet" href="/css/site.css">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to <span class="outer"><span class="inner">Duct</span></span></h1>
|
|
<div class="intro">
|
|
<p>Congratulations! Your project <span class="project-name">asciinema</span> is
|
|
ready and running.</p>
|
|
<p>This is a static welcome page located at <code>resources/asciinema/public/index.html</code>
|
|
in the project directory. Remove or replace it when you start developing.
|
|
If you remove the index page entirely, be sure to change the
|
|
<code>:route-aliases</code> map in <code>resources/asciinema/system.edn</code>.
|
|
</div>
|
|
<div class="profiles">
|
|
<h2>Template profiles used:</h2>
|
|
<dl>
|
|
<dt>+example</dt>
|
|
<dd>Adds an example endpoint at <a href="/example">/example</a>.</dd>
|
|
<dt>+postgres</dt>
|
|
<dd>Adds a PostgreSQL dependency and database component. The database used for
|
|
development defaults to <code>postgres</code> on <code>localhost</code>.</dd>
|
|
<dt>+ragtime</dt>
|
|
<dd>Adds Ragtime migrations. Use <code>(migrate)</code> and <code>(rollback)</code>
|
|
in the REPL. Migrations are stored in <code>resources/asciinema/migrations</code>.
|
|
</dd>
|
|
<dt>+site</dt>
|
|
<dd>Adds middleware and configuration suited for a user-facing website.</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|