Skip to content

AwesomeAlexey/AwesomeAlexey.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume (CV) site. Example

Launch your resume site without server on github pages! Only need a domain.

Configuration

  • Fork this repo as <you_nickname>.github.io
  • Create CNAME subdomain record on your DNS provider:
    • cv -> <you_nickname>.github.io
  • Open fork repository settings
    • Go to Pages/Custom domain enter you cv.<example.com> (And enforce HTTPS)
  • Make sure that CNAME file in repo contain your subdomain and domain cv.<example.com>
  • Change left side with your information via _config.yml like this:
      fullname: Alexey Konstantinov
      favicon: /assets/images/favicon.svg
      logo: /assets/images/photo.png
    
      show_info: true
      age: 21 y.o.
      location: Sirius, Russia
      language: Russian, English
    
      show_contacts: true
      mailto: mailto:konstantinov.py@gmail.com
      cv_pdf_link: https://raw.githubusercontent.com/AwesomeAlexey/AwesomeAlexey.github.io/main/pdf/Awesome_Alexey.pdf
    
      remote_theme: annndruha/minimal-resume
      plugins:
      - jekyll-remote-theme
  • Change index.md with you information
  • Wait for actions auto build and enjoy your site 😋!

Additional

This site required pages theme minimal-resume which is in the _config.yml as remote_theme.

Site hasn't got a pdf converter, hand update file *.pdf and assets/images/photo.jpg

About

Resume (CV) site on github pages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors