Skip to content

faridfr/personal_website_with_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal_website_with_github

You can have a simple personal website based on your github api

How to use

  • just download this repository
  • open config.php file and change your info
define("GITHUB_USERNAME", "XXXXX");
define("INSTAGRAM_USERNAME", "XXXXX");
define("LINKEDIN_USERNAME", "XXXXX");
define("REPO_COUNT", 7);
define("MOBILE", 'XXXXX');
define("GITHUB_CLIENT_ID", 'XXXXX');
define("GITHUB_CLIENT_SECRET", 'XXXXX');
  • get GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET from : https://github.com/settings/developers
  • as you see , just need to write github username to get all of your data
  • upload it on your host ( even free )
  • enjoy your simple personal website

Demo

personal_website

Releases

No releases published

Packages

No packages published