-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor HTTP subdomains and add textarea. Closes #320.
- Loading branch information
Showing
23 changed files
with
83 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: textarea | ||
layout: page | ||
favicon: gray | ||
background: gray | ||
--- | ||
|
||
<style> | ||
#content textarea { | ||
font-size: 4vw; | ||
} | ||
</style> | ||
|
||
<div id="content"> | ||
<h1 style="font-size: 5vw;"> | ||
textarea | ||
</h1> | ||
<br><br><br> | ||
<textarea placeholder="Type here." autofocus></textarea> | ||
</div> | ||
|
||
<div id="footer"> | ||
This page contains a <code><textarea></code> input. | ||
</div> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
--- | ||
server { | ||
listen 80; | ||
server_name http-textarea.{{ site.domain }}; | ||
|
||
include {{ site.serving-path }}/common/common.conf; | ||
|
||
root {{ site.serving-path }}/domains/input/http-textarea; | ||
} | ||
|
||
server { | ||
listen 443; | ||
server_name http-textarea.{{ site.domain }}; | ||
|
||
include {{ site.serving-path }}/nginx-includes/wildcard-normal.conf; | ||
include {{ site.serving-path }}/nginx-includes/tls-defaults.conf; | ||
|
||
return 301 http://$server_name$request_uri; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: textarea | ||
layout: page | ||
favicon: red | ||
background: red | ||
--- | ||
|
||
<style> | ||
#content textarea { | ||
font-size: 4vw; | ||
} | ||
</style> | ||
|
||
<div id="content"> | ||
<h1 style="font-size: 5vw;"> | ||
{{ page.subdomain }}.<br>{{ site.domain }} | ||
</h1> | ||
<br><br><br> | ||
<textarea placeholder="Type here." autofocus></textarea> | ||
</div> | ||
|
||
<div id="footer"> | ||
This page contains a <code><textarea></code> input. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
subdomain: http | ||
layout: page | ||
favicon: gray | ||
background: gray | ||
favicon: bad | ||
background: bad | ||
--- | ||
|
||
<div id="content"> | ||
<h1 style="font-size: 10vw;"> | ||
<h1 style="font-size: 8vw;"> | ||
{{ page.subdomain }}.{{ site.domain }} | ||
</h1> | ||
</div> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters