mirror of
https://github.com/neocities/neocities.git
synced 2025-08-01 23:31:52 +02:00
DRY up flash display code, fix colors for success/error
This commit is contained in:
parent
019ceff01c
commit
ae1f3a81e3
11 changed files with 15 additions and 87 deletions
|
@ -1,12 +1,7 @@
|
|||
<h2>Custom Domain</h2>
|
||||
<h3 class="subtitle">Add your own domain name to your Neocities site</h3>
|
||||
|
||||
<p>
|
||||
Adding a custom domain allows you to have a domain name attached to your web site. So if you had a domain like <strong>catsknitting.com</strong>, you could have it point to your Neocities site.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You will have to purchase a domain name from a registrar like <a href="http://www.namecheap.com/?aff=87835" target="_blank">Namecheap</a> first. We are working on providing domain purchasing from Neocities in the future, but in general it is best if you own the domain, because then you control your site.
|
||||
Adding a custom domain allows you to have a domain name attached to your web site. So if you had a domain like <strong>catsknitting.com</strong>, you could have it point to your Neocities site. If you don't have the domain yet, you will have to purchase a domain name from a registrar like <a href="http://www.namecheap.com/?aff=87835" target="_blank">Namecheap</a> first.
|
||||
</p>
|
||||
|
||||
<% if current_site.custom_domain_available? %>
|
||||
|
@ -14,7 +9,6 @@
|
|||
We will be using <strong>catsknitting.com</strong> for the examples below.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Step 1</h3>
|
||||
<p>
|
||||
First, you need to add an "A record" to point your root domain (sometimes shown with an @ symbol) (catsknitting.com) to the following IP address:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue