mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 01:01:30 +02:00
Basic creation of initial site
This commit is contained in:
parent
0aaf894fa3
commit
5deb20e264
5 changed files with 54 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
.row
|
||||
.span6
|
||||
p First, enter a username. This will also be used as your site path.<br><b>Do not forget this, it will be used to sign in to and manage your home page.</b><br>It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 . _ -
|
||||
p First, enter a username. This will also be used as your site path.<br><b>Do not forget this, it will be used to sign in to and manage your home page.</b><br>It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
||||
|
||||
.row
|
||||
.span1
|
||||
|
|
5
views/templates/index.slim
Normal file
5
views/templates/index.slim
Normal file
|
@ -0,0 +1,5 @@
|
|||
html
|
||||
head
|
||||
title #{template_site_title @site.username} - Front Page
|
||||
body
|
||||
p This is a new page! Coming soon.
|
5
views/templates/not_found.slim
Normal file
5
views/templates/not_found.slim
Normal file
|
@ -0,0 +1,5 @@
|
|||
html
|
||||
head
|
||||
title #{template_site_title @site.username} - Not Found
|
||||
body
|
||||
p The requested page was not found.
|
Loading…
Add table
Add a link
Reference in a new issue