Metadata-Version: 2.0
Name: simplenote-jekyll
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/thelonelyghost/simplenote_jekyll
Author: David Alexander
Author-email: opensource@thelonelyghost.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: simplenote
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: better-exceptions; extra == 'dev'

SimpleNote -> Jekyll
====================

This is an integration script between Jekyll blog format and SimpleNote_ notes tagged with ``blog``.

Install
-------

- Install pipsi_
- Run ``pipsi install simplenote_jekyll``

Setup
-----

Set the following environment variables:

:``SIMPLENOTE_USER``: Username (email) for your SimpleNote_ account
:``SIMPLENOTE_PASSWD``: Password for your SimpleNote_ account

Use
---

Change directory to the base of your Jekyll blog, then run ``sn-export``. Running ``git status`` should show you what posts are newly imported from SimpleNote_.

.. _SimpleNote: https://www.simplenote.com/
.. _pipsi: https://github.com/mitsuhiko/pipsi


