GithubHelp home page GithubHelp logo

alexshepard / aboutme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isurumosa/aboutme

0.0 2.0 0.0 1.37 MB

It creates aboutme page using a yourname.json

Home Page: http://my-aboutme.herokuapp.com/pasindu

License: MIT License

JavaScript 84.87% CSS 15.13%

aboutme's Introduction

#Aboutme

Creates a aboutme page in geek style using a .json file where all details servered from.

live demo - http://my-aboutme.herokuapp.com/pasindu

Continuous Deployment using https://drone.io

*To add to my-aboutme, create a yourname.json file like the following and commit.

Sample format for name.json

{
  "name" 		 : "Your Name",
  "location"     : "you location",
  "description"  : "about u",		
 
  "style":{
  	"content_style":"",  	// styling the container holding all your data
  	"custom": "",  			// all custom styles for your page
    "theme" : "default" 	// theme name		
  },

	
  // Social website links	
  "links": {
    "facebook"	: "your facebook username",
    "linkedin"	: "your linkedin id no",
    "twitter" 	: "you handle",
    "googleplus": "google+ id no",
    "github" 	: "github username"
  },

  // Other links can be personal sites , blogs etc.
  "other_links":[{
	  "url"		  : "your url",
	  "caption"	: "Subject of the url",
	  "icon"	  : "icon to be shown beside the url" 
	}
  ]
}


####Installation & Setup This assumes you already have node.js & npm installed.

git clone 
cd nodebb
npm install -d
node app

Hope to do more work on this.

License - MIT

aboutme's People

Contributors

pasindud avatar alexshepard avatar

Watchers

 avatar James Cloos avatar

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.