Giter Site home page Giter Site logo

github-pages-template

Template for a Github Pages web site using GitHub API

Usage

You're done!! Now you have an automatically generated Github Page

Configuration

You can add some extra configuration in the file ./config.js

Featured repositories

You can add some featured repositories following this steps:

  • Edit the file ./featured.js, adding a github project name, and uploading a screenshot to the images/ folder.
'my-repository-name' : {
    image:"images/repository-screenshot.png"
},

In this example, two projects are added to the "Featured" section

var myRepos = 
{
    'my-repo1' : {
        image:"images/image1.png"
    },
    'my-repo2' : {
        image:"images/image2.png"
    },
    
}

If you want to use this page template outside the github.io domain, you can change this line in js/config.js to select the default 'github' user to your user name or any other:

if (!myUser){
    myUser = "github";
}  

Web preview

https://fraigo.github.io/github-pages-template/

Test this site with your user name

https://fraigo.github.io/github-pages-template/?username

Examples:

Contributing

Feel free to contribute to this project submitting bugs and new features.

Francisco Igor's Projects

androidmathcontest icon androidmathcontest

An native android game for two players built in Java. Inspired in the game "Two player Reactor"

arduino-sketches icon arduino-sketches

Some arduino sketches to illustrate basic functionalities with inputs, outputs.

code-practice icon code-practice

Code practice environment using canvas and drawing instructions, with examples.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.