Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,27 @@ eversite
========
Build and maintain your website right inside your evernote.

|

live demo
---------
| My blog: http://www.tylerlong.me
| Actually eversite is not limited to building blogs. It's a general purpose CMS system.
| Actually eversite is not limited to building blogs but It's a general purpose CMS system.

|

features
--------
- does NOT require database.
- manage EVERY thing in your evernote client: create pages, modify pages, delete pages...etc.
- HTML5 + bootstrap for UI, clean and clear.
- support atom feed automatically.
* does NOT require database.
* manage EVERY thing in your evernote client: create pages, modify pages, delete pages...etc.
* HTML5 + bootstrap for UI, clean and clear.
* support atom feed automatically.

|

quick start
-----------

1. git clone git://github.com/tylerlong/eversite.git && cd eversite
#. git clone git://github.com/tylerlong/eversite.git && cd eversite
#. bundle install --binstubs ./bundler_stubs && cd .. && cd -
#. modify file config/application.yml
#. rails s
Expand Down Expand Up @@ -53,7 +52,7 @@ edit `config/application.yml`_, change the following settings:

how to find the guid of a note
------------------------------
1. In you evernote desktop client, select the note.
#. In you evernote desktop client, select the note.
#. Right click, select "Copy Note link".
#. Past the link to notepad, and you will see the guid.

Expand All @@ -69,4 +68,4 @@ todo list
- add integration tests
- submit to oschina.net
- resolve font inconsistent problem
- add my avatar to the banner
- add my avatar to the banner