Skip to content

Commit bff93d0

Browse files
committed
Initial realease.
1 parent cd19885 commit bff93d0

File tree

15 files changed

+789
-2
lines changed

15 files changed

+789
-2
lines changed

README.textile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ h1. Wait Me
44

55
!https://raw.githubusercontent.com/cara-tm/wait-me/master/screenshots/wait-me_textpattern-theme.png!
66

7-
p{text-align:right;font-size:small}. _Illustration: courtesy (C) Chu Son (@sonctw), Unsplash.com_.
7+
p{width:100%;text-align:right;font-size:small}. _Illustration: courtesy (C) Chu Son (@sonctw), Unsplash.com_.
88

99
p. Fine handcrafted theme for your maintenance mode during your website development. Includes specific headers to search engine bots in order to differ indexations in later revisits. Minimal design with extremly subtile colored shadows around the custom picture (extracted from the image itself); additional text, social network links and contact links governed by TXP variables for immediat use. No javascript, no dependencies, Responsive with Flexbox inside for modern browsers and IE7 minimum capable!
1010

11-
p. In development: this theme will be available in the next few days.
11+
h2. How to?
12+
13+
p. Unzip the distribution and place the theme folder into your @/root/themes@ directory.
14+
15+
p. Upload an image named 0.jpg in your @/root/images@ directory (dimensions: 350 × 500 px).
16+
17+
p. The theme use only 2 pages: "default" and "error_default" where you could find some TXP variables to set accordingly to your needs. Finaly, activate it.
1218

1319

dist/forms/article/default.txp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the article tag goes here. See https://docs.textpattern.com/tags/article. -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the comments_form tag goes here. See https://docs.textpattern.com/tags/comments_form. -->

dist/forms/comment/comments.txp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the comments tag goes here. See https://docs.textpattern.com/tags/comments. -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the popup_comments tag goes here. See https://docs.textpattern.com/tags/popup_comments. -->

dist/forms/file/files.txp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the file_download tag goes here. See https://docs.textpattern.com/tags/file_download. -->

dist/forms/link/plainlinks.txp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Default contents of the linklist tag goes here. See https://docs.textpattern.com/tags/linklist. -->

dist/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": "Wait Me: a maintenance theme for new fresh installations",
3+
"version": "1.0",
4+
"description": "A single page layout to prevent indexation from search engine bots; custom informations; with optional social links and a simple contact modal box for major online messaging solutions.",
5+
"author": "Patrick LEFEVRE",
6+
"author_uri": "https://github.com/cara-tm/wait-me",
7+
"txp-type": "textpattern-theme"
8+
}

0 commit comments

Comments
 (0)