Skip to content

Sanj718/xapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xapps

Simple static site for xapps. Built with Jekyll. Deployable to GitHub Pages.

Local development

  1. Install Ruby (if not already installed).

  2. Install dependencies:

    bundle install
  3. Run the dev server:

    bundle exec jekyll serve

    Or with npm:

    npm run dev
  4. Open http://localhost:4000. The site will reload when you edit files.

Deploy with GitHub Pages

  1. Push this repository to GitHub.
  2. Go to Settings → Pages.
  3. Under "Source", select Deploy from a branch.
  4. Choose your default branch (usually main) and / (root) as the folder.
  5. Click Save. GitHub will build the site with Jekyll automatically.

The site will be live at https://<username>.github.io/<repo-name>/.

Project structure

├── _config.yml
├── _includes/
│   └── header.html
├── _layouts/
│   └── default.html
├── css/
│   └── style.css
├── index.html
├── docs.html
├── Gemfile
└── README.md
  • _includes/header.html — Shared header with logo and nav.
  • _layouts/default.html — Base layout wrapping all pages.
  • index.html, docs.html — Page content with front matter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors