Github landing page is a theme for Hugo to create landing pages for github projects. This theme is based on landing-page-hugo
A demo can be find here Swiftline
Check config.toml for available configuration. Below is a description for each of them.
Project description appears after project name
description = "Amazing project."
author_url
a link of the project author.
project_url
link to project url
project_documentation
link to project documentation
author_url = "http://nsomar.com"
project_url = "http://github.com/swiftline/swiftline"
project_documentation = "http://swiftline.github.io/docs"
github_user_name
github author account name
github_project_name
github project name
github_project_name = "swiftline"
github_user_name = "swiftline"
Theme colors
first_color="#f8f8f8"
first_border_color="#e7e7e7"
first_text_color="#333"
second_color="white"
second_text_color="#333"
header_color="#f8f8f8"
header_text_color="rgb(51, 51, 51)"
header_link_color="#777"
header_link_hover_color="rgb(51, 51, 51)"