vorg / ideas

Collection of ideas for projects I would like to build at some point
0 stars 0 forks source link

Metadata driven website #8

Open vorg opened 9 years ago

vorg commented 9 years ago

New website combining marcinignac.com and variable.io templates.

Current State

Currently http://variable.io is using static php/html files and http://marcinignac.com is using Markdown files with custom metadata system that get compiled into html on demand.

@name:cindermedusae
@title:Cindermedusae
@categories:featured
@tags:generative
@technologies:c++,cinder,glsl,opengl
@date:20100715
@thumb:cindermedusae_01_thumb.jpg

Markdown content here

Ideas

1 . Use front-matter


---
title: Just hack'n
description: Nothing to see here
author: 
  - 
    name: "marcinignac"
    url: "http://twitter.com/marcinignac"

---

This would allow us ot use list like thegrid.io is doing

2 . Build it on top of Project Graph