- Make sure to have your github.io site
- Fork the repository
- Edit the config.json file
- Watch your site live at .github.io/Links/
name
: Your name (Used as variable in the title)desc
: A short description for you (Used as variable in the title)image
: A direct link to your profile image (Used in the site icon and the site links page)title
: The website title (You may use{Name}
and{Desc}
as variables)theme-settings
: Set of theme settingsbackground-color
: Theme color and site background colortext-color
: color of all texts on the site
links
: A list with the icons and links.repo
: If you want to use the projects feature fill in this setting, set tonone
ornull
to disable it.project-list-settings
: Set of settings for the project listbackground-color
: Background color of a single cardtitle
: Set of title settingscolor
: Color of the titlefont-size
: Font size of the titlebold
: true if the title should be bold, false otherwise
description
: Set of description settingscolor
: Color of the descriptionfont-size
: Font size of the description
{"url": "https://example.com/", "display": "fab fa-twitter"}
url
: The url of the sitedisplay
: The classes for the display icon. Use fontawesome.com to search for icons, then select the icon and grab the class of it.
Once you've linked the repo just create a new issue (must remain open) with the following format:
body:Body of the project card
icon:none|direct url
fontawesomeicon:classes
url:somerandomurl
title
: The title of the issue will be the title of the cardbody
: The body of the project cardicon
: The icon of the project card, set to none or remove at all to remove the icon. You must use the direct urlfontawesomeicon
: The fontawesome icon of the project card, set to none or remove at all to remove the icon. You may add as many fontawesome classes as you want.url
: The url of the project card, set to none or remove at all to remove the url. This url will be used when someone clicks the card
Remember to use only the icon OR the fontawesome icon, not both. By default the icon will have priority
Finally you need to add the label with name project-list
to add it to the list, this way we won't have unwanted issues on the list
You may check the issues for the project list to see how it works.
I would recommend you to download the zip of this code, modify the settings and then upload your data to github