A site hoster similar to github pages and nekoweb
https://sites.pp.ua
- JavaScript 43.7%
- EJS 40.7%
- CSS 13.5%
- Dockerfile 2.1%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| views | ||
| .dockerignore | ||
| .env.schema | ||
| .gitignore | ||
| Dockerfile | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
TwintSites
A static site host similar to Github Pages with the design language of Nekoweb.
Features
- Private Repositories (invite Sites Bot to your repository)
- Public Repositories
- HTTPS Support
- Simple format (https://username.sites.pp.ua/repo)
- Personal pages (https://username.sites.pp.ua)
- Branch selection (https://username.sites.pp.ua/repo@branch/)
- Alternative format (https://[branch]--[repo]--[username].sites.pp.ua) (https://[repo]--[username].sites.pp.ua)
- Markdown Rendering
- Custom 404 Pages (404.html)
- Custom Branches
- Custom Domains
- Redirects
Setup
Personal Page
- Create a repository called
siteson ServerSMP GIT - Invite Sites Bot to your repository if its private
- Push/Create your website on the
mainbranch - Thats it. Your website is now live! (https://username.sites.pp.ua)
Repository Page
- Create a repository on ServerSMP GIT
- Invite Sites Bot to your repository if its private
- Push/Create your website on the
sitesbranch - Thats it. Your website is now live! (https://username.sites.pp.ua/repo)