ChrisCummins / chriscummins.cc

[DEPRECATED] See chriscummins.github.io repo
http://chriscummins.cc
MIT License
0 stars 0 forks source link

VERSION 2.0 MEGA-ISSUE #67

Open ChrisCummins opened 10 years ago

ChrisCummins commented 10 years ago

Ok so it's time for a grand overhal. Things to do:

ChrisCummins commented 10 years ago

Example JSON:

{
  "about": {
    "name": "Chris Cummins",
    "picture": "/img/me.jpg",
    "description": "Hello, I'm Chris. I'm a full time geek and student of "
    "email": "chrisc.101@gmail.com",
    "technical-skills" {
      "C / C++": {
         "description": "T"     
      }
    }
  },

  "blog": [
    {
      "title": "blog post",
      "body": "interesting text"
    },

  ]

  "projects": {
    "music": {}
    "software": {}
    "photographs": {}
  }
}