Skip to content

PoshlandPro/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV GitHub Pages

This repository hosts my professional CV as a GitHub Pages site.

Setup Instructions

  1. Clone this repository

    git clone <your-repo-url>
    cd CV-Github
  2. Enable GitHub Pages

    • Go to your repository on GitHub
    • Navigate to Settings → Pages
    • Set Source to "Deploy from a branch"
    • Select "main" branch and "/ (root)" folder
    • Click Save
  3. Customize your CV

    • Edit cv.md to add your personal information, experience, and skills
    • Modify _config.yml to update site settings
    • Customize the styling in assets/css/style.css
  4. Access your CV

    • Your CV will be available at: https://yourusername.github.io/repository-name

File Structure

  • index.md - Main page that includes your CV
  • cv.md - Your CV content in markdown format
  • _config.yml - Jekyll configuration
  • _layouts/cv.html - Custom layout for CV presentation
  • assets/css/style.css - Custom styling
  • .github/workflows/pages.yml - GitHub Actions workflow for deployment

Local Development

To run locally with Jekyll:

bundle install
bundle exec jekyll serve

Then visit http://localhost:4000

Customization

Updating CV Content

Edit the cv.md file to modify your CV content. The file uses standard markdown syntax.

Styling

Modify assets/css/style.css to change the appearance of your CV.

Layout

The CV layout is defined in _layouts/cv.html. You can customize the HTML structure here.

Features

  • ✅ Responsive design
  • ✅ Professional styling
  • ✅ Print-friendly layout
  • ✅ SEO optimized
  • ✅ Fast loading
  • ✅ Easy to maintain

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published