Skip to content

tonofshell/github-dev-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Developer Page

GitHub Developer Page is a theme for Hugo to create personal landing pages for developers to showcase their work. This theme is based on GitHub Project Landing Page, which this theme is forked from.

Demo

A demo can be found on my personal webpage

Customization

Include your tagline and links to your GitHub, LinkedIn, and some form of direct contact like Facebook Messenger, WhatsApp, or email (if you really like getting spam).

    description = "An amazing person doing amazing stuff"
    github = "https://github.com/tonofshell"
    linkedin = "http://linkedin.com/in/tonofshell"
    contact = "http://m.me/tonofshell"

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)"

About

An unoriginally named single-page Hugo theme for developers to showcase themselves and their projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.0%
  • CSS 42.0%