Skip to content

12bitvn/wordpress-timeline

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

WordPress Timeline

The brief history of WordPress.

Contribute

Install packages

yarn install

Start the server to serve static files.

yarn start

Add your milestones in public/timeline.json

An example of milestone in json format:

{
    "media": {
        "url": "/img/matt-first-post.png",
        "caption": "Matt's first post",
        "credit": "<a href='https://ma.tt/2002/02/testing-new-system/'>https://ma.tt/2002/02/testing-new-system/</a>"
    },
    "start_date": {
        "day": "06",
        "month": "02",
        "year": "2002"
    },
    "text": {
        "headline": "Matt Mullenweg's first post",
        "text": "<p>Matt Mullenweg published his <a href='https://ma.tt/2002/02/testing-new-system/' target='_blank'>first blog post</a> with Movable Type.</p>"
    }
}

About

The brief history of WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published