diff --git a/index.html b/index.html index 5c02fea..c1969a2 100644 --- a/index.html +++ b/index.html @@ -1 +1,183 @@ -AHOJDA! + + + + + + + + + + + + NoLog Pages - static pages for your projects + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+ +
+
+ +
+

Host static websites with NoLog Pages!

+

It's quick, easy, free & fast - just put your open source project's homepage, developer blog or web experiment into a Git repository at git.nolog.cz, and we'll do the rest.

+
+
+
+ +
+
+
+
+

+ 1 + Set up your repository +

+

+ Create a public repository named pages to make the site available at the main subdomain. +

+

or
+

+ Create a branch pages in a public repository:
+ git switch --orphan pages
git rm --cached -r . +

+
+
+

+ 2 + Upload your files +

+

+ Push your static content, HTML, style, fonts, images or anything else. +

+ +
+
+

+ 3 + You're done! +

+

+ Access your new website using this link:
+ https://USERNAME.nolog.page[/REPOSITORY][/@BRANCH] +

+

or
+

+ To use a custom domain, create a file .domains in your repository with the domain name you wish to use. +

+ Then, add a DNS record for that domain:
+ CNAME [[branch.]repo.]user.nolog.page. +

+ Or for apex domains where CNAME doesn't work:
+ ALIAS nolog.page.
+ TXT [[branch.]repo.]user.nolog.page +

+ If ALIAS isn't supported, use A instead:
+ A 109.248.251.72
+ + TXT as above +

+
+
+
+
+
+
+ + +
+ + + +