17 lines
No EOL
1,005 B
Markdown
17 lines
No EOL
1,005 B
Markdown
# Using 0011.LT pages
|
|
|
|
We support static pages hosting via our Forgejo service. The usage is straight-forward:
|
|
|
|
1. Create a public repository at <https://git.0011.lt/>.
|
|
- `.webpage` repository is special! It allows you to create your "lander" page at `https://pages.0011.lt/YOUR_USERNAME`.
|
|
- Any other repository name must be specified in the URL later on.
|
|
2. Upload HTML files to your repository (either your main branch (set in UI), `main` branch, or `pages` branch)
|
|
3. Visit your live website:
|
|
- `https://pages.0011.lt/YOUR_USERNAME` (for `.webpage`) (e.g., <https://git.0011.lt/ari/.webpage> maps to <https://pages.0011.lt/ari>)
|
|
- `https://pages.0011.lt/YOUR_USERNAME/YOUR_REPOSITORY` (e.g., <https://git.0011.lt/2m/lankytinos> maps to <https://pages.0011.lt/2m/lankytinos>)
|
|
|
|
Shrimple as that!
|
|
|
|
Our pages hosting source code: <https://git.0011.lt/0011/forgejo-pages-proxy>
|
|
|
|
P.S. if you are using our pages hosting, we would appreciate if you added the "pages" topic to your repository. |