Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

polodev/gym-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym Workout List

A simple website that displays gym workout routines using markdown files for content.

Features

  • Clean, responsive design
  • Markdown content rendering with marked.js
  • Easy navigation between different workout routines
  • Mobile-friendly layout
  • Standalone markdown pages with automatic conversion to HTML

Structure

  • index.html - Main HTML structure
  • style.css - Styling for the website
  • script.js - JavaScript for loading and rendering markdown content
  • /markdowns/ - Directory containing markdown files for workout routines
  • /pages/ - Directory containing HTML files for standalone pages
  • /pages_markdown/ - Directory containing markdown files for standalone pages
  • create-page.js - Script to generate HTML pages from markdown files

Usage

Workout Routines

  1. Add your workout routines as markdown files in the /markdowns/ directory
  2. Update the workoutFiles array in script.js to include your new markdown files

Standalone Pages

  1. Add your markdown content to the /pages_markdown/ directory
  2. Use the create-page.js script to generate the corresponding HTML file:
# Using Node.js
node create-page.js your-file-name
  1. Add links to your new page in the navigation and sidebar sections of index.html

Running Locally

You can run this site locally using any simple web server. For example:

# Using Python 3
python3 -m http.server

# Using Node.js with http-server
npx http-server

Then open your browser to http://localhost:8000 (or the port specified by your server).

Technologies Used

  • HTML5, CSS3, JavaScript
  • marked.js - Markdown parser and compiler
  • highlight.js - Syntax highlighting for code blocks (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published