commit - fdcb8e759fb91dafbafcb3d609ca61fa9f2e1137
commit + b1ef0152e3e069213ff50e28293f58f5597688ea
blob - 16e023d2654361ca19672161f6d58a74a618f621
blob + 9046ed8da0aa57ed4aa4e883347d2e0d287714dd
--- index.html
+++ index.html
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Game of Trees Hub | Demo Website</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
- </head>
- <body>
- <h1>Website Demo</h1>
- <h2>Game of Trees Hub</h2>
- <p>
- This is a website demo served by
- <a href="https://gameoftrees.org/gotwebd.8.html">gotwebd(8)</a>
- from a repository hosted in the
- <a href="https://gothub.org">Game of Trees Hub</a>.
- You can configure one (or more) for your account by adding the
- following snippet to your
- <a href="https://gameoftrees.org/gotsys.conf.5.html">gotsys.conf(5)</a>:
- </p>
- <pre>
- repositories url path "/repos"
- website "/" {
- repository "www"
- }
- </pre>
- <p>
- This will serve web site content from the <b>www</b>
- repository and let you browse the website at your
- user/organization's main domain, e.g.,
- <a href="/">demo.gothub.org</a>.
- Don't worry, your repositories will still be browsable under
- the <b>/repos</b> url path, i.e.,
- <a href="/repos">demo.gothub.org/repos</a>.
- </p>
- <p>
- Once configured, you can conveniently manage the website by
- committing changes to the <b>www</b> repository. For
- additional configuration options, see
- <a href="https://gameoftrees.org/gotsys.conf.5.html">gotsys.conf(5)</a>.
- </p>
- </body>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Game of Trees Hub | Demo Website</title>
+ <link rel="stylesheet" type="text/css" href="style.css" />
+ </head>
+ <body>
+ <h1>Website Demo</h1>
+ <h2>Game of Trees Hub</h2>
+ <p>
+ This is a website demo served by
+ <a href="https://gameoftrees.org/gotwebd.8.html">gotwebd(8)</a>
+ from a repository hosted in the
+ <a href="https://gothub.org">Game of Trees Hub</a>.
+ You can configure one (or more) for your account by including the
+ following snippet under the <b>web server</b> directive in your
+ <a href="https://gameoftrees.org/gotsys.conf.5.html">gotsys.conf(5)</a>:
+ </p>
+ <pre>
+ repositories url path "/repos"
+ website "/" {
+ repository "www"
+ }
+ </pre>
+ <p>
+ This will serve web site content from the <b>www</b>
+ repository and let you browse the website at your
+ user/organization's main domain, e.g.,
+ <a href="/">demo.gothub.org</a>.
+ Don't worry, your repositories will still be browsable under
+ the <b>/repos</b> url path, i.e.,
+ <a href="/repos">demo.gothub.org/repos</a>.
+ </p>
+ <p>
+ Once configured, you can conveniently manage the website by
+ committing changes to the <b>www</b> repository. For
+ additional configuration options, see
+ <a href="https://gameoftrees.org/gotsys.conf.5.html">gotsys.conf(5)</a>.
+ </p>
+ </body>
</html>