Skip to content

Repository files navigation

FlameWM website

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

Deploy

  1. Create or use the GitHub repository that will host the website.
  2. Push this directory to the repository's main branch.
  3. In Settings → Pages, set Source to GitHub Actions if it is not already selected.
  4. The included .github/workflows/pages.yml publishes the static site automatically.
  5. Keep the repository-root CNAME file. It contains wm.arkflame.com.

DNS for wm.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.

Local preview

No build tool or package manager is required.

python3 -m http.server 8080

Then open http://127.0.0.1:8080/.

Structure

.
├── .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

Project links used by the site

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages