Skip to content

simplyappdevs/guidehub-kingshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitHub Pages Documentation

This folder contains the documentation site for GuideHub KingShot mobile game.

Folder Structure

docs/
├── index.md           # Homepage
├── _config.yml        # Jekyll configuration
├── README.md          # This file
├── assets/
│   ├── css/          # Custom stylesheets
│   ├── js/           # Custom scripts
│   └── images/       # Images and media
└── pages/
    ├── getting-started.md
    ├── features.md
    └── faq.md

Setup Instructions

  1. Update _config.yml: Replace yourusername with your GitHub username
  2. Enable GitHub Pages:
    • Go to your repository Settings
    • Find Pages section
    • Set Source to "Deploy from a branch"
    • Select "main" branch and "/docs" folder
  3. Customize content: Edit markdown files to add your content
  4. Deploy: Push changes to trigger automatic deployment

Local Development

To preview changes locally:

# Install Jekyll (requires Ruby)
gem install bundler jekyll

# Navigate to docs folder
cd docs

# Build and serve
bundle exec jekyll serve

# Visit http://localhost:4000

Adding Content

  • Add new pages to the pages/ folder
  • Update _config.yml header_pages to add navigation links
  • Use Markdown for content
  • Add images to assets/images/

Resources

About

Guides related to mobile gaming Kingshot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors