Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork609
Life - a timeline of important events in my life
cheeaun/life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is something that I've wanted to build for a long time. It's atimeline of important events in my life, visualized in a way my mind always imagine it. There was something calledLifepath.me but now it's gone. How about Facebook timeline? Meh.
So, this is it. Have a look atcheeaun.life.
- Super simple
- No fancy formatting
- No fancy setup
- No fancy effects
- Flexible datetimes because sometimes you don't remember the exact date of an event
- Fork this project.
- Write code.
- Make pull requests.
- Fork this project.
git checkout -b gh-pages
(or any branch name you like)- Make a copy of
life.example.md
, rename it tolife.md
. - Add your life events into
life.md
. - Preview it on a local server. Use
python -m http.server
orhttp-server
. - Commit
life.md
(not inmaster
branch). git push origin gh-pages -f
and publish toGitHub Pages.- Update the website link in your GitHub repo description.
- Tell the world about your Life.
- Add your Life to theLives page.
git checkout master
git remote add cheeaun https://github.com/cheeaun/life.git
git fetch cheeaun
andgit merge cheeaun/master
to upgrade to latest Life.git checkout gh-pages
andgit merge master
to sync changes back to GitHub Pages.
For those who forked the earlier version of Life, these are the steps that I would recommend (requires some Git-fu):
- Backup your
life.md
. - Reset (hard) your fork to this repo's
master
branch. - Clean up your
gh-pages
. - Re-commit your
life.md
there. - Make sure your
master
branch is untouched so that future updates work.
- Make a copy of
config.example.json
, rename it toconfig.json
. - Only commit it in
gh-pages
branch.
The configuration:
customStylesheetURL
- (string, default tonull
) Path to a custom stylesheet file, for those who doesn't like the defaulttheme.yearLength
- (number, default to120
) The width of the year grids, in pixels.hideAge
- (boolean, default tofalse
) Option to hide age from year axis.
2000
- event that happen in that year01/2000
- event that happen in that month/year01/01/2000
- event that happen exactly in that day/month/year2001-2005
,10/2001-02/03/2005
- event that happen within the two dates~2005
- event that happen around the time in that year2005-~
- event that happen from that year and beyond (now).
Here'sa compilation of Lives from the people who have forked Life.
About
Life - a timeline of important events in my life
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.