All Projects → everblogjs → Everblog

everblogjs / Everblog

Evernote + Blog = EverBlog

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Everblog

High
High一下,https://rocko.xyz
Stars: ✭ 46 (-14.81%)
Mutual labels:  blog
Blog
Too young, too simple. Sometimes, naive & stupid 🐌
Stars: ✭ 7,882 (+14496.3%)
Mutual labels:  blog
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-3.7%)
Mutual labels:  blog
Dbblog
基于SpringBoot2.x+Vue2.x+ElementUI+Iview+Elasticsearch+RabbitMQ+Redis+Shiro的多模块前后端分离的博客项目
Stars: ✭ 1,045 (+1835.19%)
Mutual labels:  blog
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+1844.44%)
Mutual labels:  blog
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog
Ghost Nginx Ssl Docker
Ghost blog with nginx proxy, lets encrypt ssl in a docker-compose (ready for production)
Stars: ✭ 45 (-16.67%)
Mutual labels:  blog
Vuepress Theme Seeker
🌈 一款五彩斑斓的简约 Vuepress 主题 | A wonderful vuepress theme
Stars: ✭ 54 (+0%)
Mutual labels:  blog
Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+15487.04%)
Mutual labels:  blog
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-5.56%)
Mutual labels:  blog
Zimo Article
📚博客——源于实践,乐于分享,欢迎Star~
Stars: ✭ 1,046 (+1837.04%)
Mutual labels:  blog
Laravel Blog
基于 Laravel 5.3 的个人博客系统
Stars: ✭ 49 (-9.26%)
Mutual labels:  blog
Dustedcodes
My personal website - an Open Source ASP.NET Core Blog built with Giraffe.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog
Csdnblog
Csdn unofficial blog client
Stars: ✭ 48 (-11.11%)
Mutual labels:  blog
Midu.dev
midu.dev blog 📝
Stars: ✭ 53 (-1.85%)
Mutual labels:  blog
No.lol
🍩 Lauren's personal blog
Stars: ✭ 46 (-14.81%)
Mutual labels:  blog
Buster
A responsive, clean card theme for the Ghost blogging platform.
Stars: ✭ 50 (-7.41%)
Mutual labels:  blog
Blog
Read and Write
Stars: ✭ 54 (+0%)
Mutual labels:  blog
Awesome Persian Blogs
📝 لیست وبلاگ‌های فارسی‌زبان در حوزه‌های مختلف
Stars: ✭ 54 (+0%)
Mutual labels:  blog
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-5.56%)
Mutual labels:  blog

EverBlog

Write blogs in your evernote.

NPM version Build status Dependency Status License Downloads

How to use

1. Install everblog:

$ npm i everblog -g
$ vim ~/.everblogrc

  token: xxx,
  noteStoreUrl: xxx,
  notebook: myblog

2. Clone theme, like `everblog-theme-spa`:

$ git clone https://github.com/everblogjs/everblog-theme-spa myblog
$ cd myblog && npm i

3. Open evernote:

- create a new notebook named `myblog`
- create a new note named `_config.yml`, add some configs, like: `title`, `description`
- create some notes

4. Start everblog:

$ DEBUG=* everblog start

Tips:

token and noteStoreUrl get from:

Clean Mode

$ DEBUG=* everblog start --clean

clean mode will remove inline style, only effective on evernote rich text.

Adaptors

Themes

Roadmap

  • Ghost adaptor
  • Jekyll adaptor
  • ...

Test

$ npm test

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].