Skip to content

build and maintain your website right inside your evernote.

Notifications You must be signed in to change notification settings

tylerlong/eversite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eversite

Build and maintain your website right inside your evernote.


live demo

Actually eversite is not limited to building blogs. 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.

quick start

  1. git clone git://github.com/tylerlong/eversite.git && cd eversite
  2. bundle install --binstubs ./bundler_stubs && cd .. && cd -
  3. modify file config/application.yml
  4. rails s
  5. open your browser, navigate to http://localhost:3000

configuration

edit config/application.yml, change the following settings:

  • site_name: the name of your website
  • time_zone: your local time zone
  • page_size: maximun entries for a page
  • evernote username
  • evernote password
  • evernote consumer_key
  • evernote consumer_secret
  • disqus shortname
  • google analytics tracking id
  • header_links: links shown on the header
  • footer_links: links shown on the footer

how to find the guid of a note

  1. In you evernote desktop client, select the note.
  2. Right click, select "Copy Note link".
  3. Past the link to notepad, and you will see the guid.

todo list

  • search by tags
  • tags cloud
  • use separate request for image showing
  • highlight the content of embeded code files
  • searching functionality
  • add integration tests
  • submit to oschina.net
  • resolve font inconsistent problem
  • add my avatar to the banner

About

build and maintain your website right inside your evernote.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages