|
18 | 18 | h1 {margin-bottom:0;} |
19 | 19 | h2 {margin:0 auto 42px;font-style: italic;} |
20 | 20 | #content { padding: 0 50px; margin: 0 auto; text-align: left;} |
| 21 | +em { font-size:0.85em; } |
21 | 22 | </style> |
22 | 23 | </head> |
23 | 24 | <body> |
|
27 | 28 | <h1>Welcome Theme</h1> |
28 | 29 | <h2>Version 0.17.0</h2> |
29 | 30 | <div id="content"> |
30 | | - <p>Hello and welcome to WPLib Box. This theme should help you get started.</p> |
31 | | - <p>Things you will likely want to do, in order:</p> |
| 31 | + <p>To get started with WPLib Box:</p> |
32 | 32 | <ul> |
33 | | - <li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the admin</li> |
34 | | - <li><a href="#" target="_blank">See</a> this page in the admin</li> |
35 | | - <li><a href="<?php echo admin_url( '/themes.php' ); ?>" target="_blank">Switch</a> to a real WordPress theme</li> |
| 33 | + <li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the admin <em>(username and password will be provided)</em></li> |
| 34 | + <li><a href="<?php echo site_url( '/wp-admin/themes.php?theme=wplib-box-welcome' ); ?>" target="_blank">Manage</a> this theme in the admin</li> |
| 35 | + <li><a href="<?php echo admin_url( '/themes.php' ); ?>" target="_blank">Switch</a> to a different WordPress theme</li> |
36 | 36 | <li><a href="<?php echo admin_url( '/plugins.php' ); ?>" target="_blank">Install and activate</a> plugins</li> |
| 37 | + <!-- |
37 | 38 | <li><a href="#" target="_blank">Change</a> the <a href="http://wplib.box" target="_blank">wplib.box</a> domain name to one for your project.</li> |
38 | 39 | <li><a href="#" target="_blank">Disconnect</a> the <a href="https://github.com/wplib/wplib-box" target="_blank">WPLib Box GitHub repository</a> from your project</li> |
| 40 | + --> |
39 | 41 | </ul> |
40 | 42 |
|
41 | | - <p>You may also need to:</p> |
| 43 | + <p>You may also want to:</p> |
42 | 44 | <ul> |
| 45 | + <li><a href="http://wplib.org/box/" target="_blank">Read the docs</a> to configure WPLib Box for your needs</li> |
43 | 46 | <li><a href="http://adminer.wplib.box?server=172.18.0.1&username=wordpress&db=wordpress" target="_blank">Explore</a> the WordPress' MySQL database using Adminer</li> |
44 | | - <li><a href="http://mailhog.wplib.box" target="_blank">View</a> emails sent out by WPLib Box in MailHog <em>(if any)</em></li> |
45 | | - <li><a href="#" target="_blank">Enable</a> a different stack <em>(vs. Nginx/MySQL/PHP7/Redis)</em></li> |
46 | | - <li><a href="#" target="_blank">Manage</a> your project dependencies using <a href="https://getcomposer.org" target="_blank">Composer</a></li> |
47 | | - <li><a href="http://docs.wplib.box" target="_blank">See MkDocs</a> in action, for documenting your plugin or theme.</li> |
| 47 | + <li><a href="http://mailhog.wplib.box" target="_blank">View</a> password reset and other emails in MailHog <em>(if any)</em></li> |
| 48 | + <li><a href="http://docs.wplib.box" target="_blank">See MkDocs</a> in action, for documenting your plugin or theme</li> |
| 49 | + <!-- |
| 50 | + <li><a href="#" target="_blank">Enable</a> a different stack <em>(vs. Nginx/MySQL/PHP7/Redis)</em> <em>(NOT IMPLEMENTED YET)</em></li> |
| 51 | + <li><a href="#" target="_blank">Manage</a> your project dependencies using <a href="https://getcomposer.org" target="_blank">Composer</a> <em>(NOT IMPLEMENTED YET)</em></li> |
| 52 | + --> |
48 | 53 | </ul> |
49 | 54 |
|
50 | | - <p>And to give feedback or get help:</p> |
| 55 | + <p>To <strong>get help</strong> or give feedback:</p> |
51 | 56 | <ul> |
52 | | - <li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> feature requests and/or bug reports for WPLib Box</li> |
53 | | - <li><a href="https://launchpass.com/wplib" target="_blank">Join</a> the WPLib Box Slack community</li> |
54 | | - <li><a href="http://wplib.slack.com" target="_blank">Ask questions</a> about WPLib Box in Slack</li> |
| 57 | + <li>Get <strong>immediate help</strong> by <a href="https://launchpass.com/wplib" target="_blank">joining</a> our Slack community</li> |
| 58 | + <li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> <strong>bug reports</strong> so we can make WPLib Box better.</li> |
| 59 | + <li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> <strong>feature requests</strong> <em>(we really <strong>want</strong> to get these!)</em></li> |
| 60 | + <li>After you've joined our Slack <a href="http://wplib.slack.com" target="_blank"><strong>tell us about your needs!</strong></a></li> |
55 | 61 | </ul> |
56 | 62 |
|
57 | 63 | </div> |
|
0 commit comments