Static GitHub Pages website for FlameWM, a lightweight Rust desktop and window manager by ArkFlame Studios inspired by IceWM and KDE Plasma.
Production domain: https://wm.arkflame.com
- Create or use the GitHub repository that will host the website.
- Push this directory to the repository's
mainbranch. - In Settings → Pages, set Source to GitHub Actions if it is not already selected.
- The included
.github/workflows/pages.ymlpublishes the static site automatically. - Keep the repository-root
CNAMEfile. It containswm.arkflame.com.
Because wm.arkflame.com is a custom subdomain, configure a DNS CNAME record at the domain provider:
Type: CNAME
Name: wm
Value: <YOUR-GITHUB-USER-OR-ORG>.github.io
Replace the value with the GitHub Pages host for the account/organization that owns the website repository. Do not point the DNS record at wm.arkflame.com itself.
After DNS resolves, GitHub Pages can provision HTTPS. GitHub recommends verifying the custom domain in the account/organization settings as an additional takeover-protection measure.
No build tool or package manager is required.
python3 -m http.server 8080Then open http://127.0.0.1:8080/.
.
├── .github/workflows/pages.yml
├── assets/
│ ├── css/site.css
│ ├── images/
│ └── js/site.js
├── .gitignore
├── .nojekyll
├── 404.html
├── CNAME
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── index.html
├── README.md
├── robots.txt
├── site.webmanifest
└── sitemap.xml
- Try Now: https://wm.arkflame.com/try/
- GitHub: https://github.com/ArkFlame/flamewm
- Donate: https://paypal.me/LinsaFTW
- IceWM Rust: https://github.com/ArkFlame/icewm-rust
- Website: https://wm.arkflame.com