Skip to content

smashell/OrgNote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrgNote: A simple blog based on org-mode

Install

Install OrgNote by pip:

$ pip install orgnote

Install OrgNote by easy_install:

$ easy_install orgnote

Install OrgNote by source code:

$ git clone [email protected]:LeslieZhu/OrgNote.git
$ cd OrgNote
$ python setup.py install

Get Started

At first, you should crate a yourname.github.com.git on GitHub:

$ git clone [email protected]:yourname/yourname.github.com.git
$ cd yourname.github.com
$ orgnote init

Configure

update _config.ini ,sample:

[general]
title = OrgNote
subtitle = OrgNote
author = OrgNote
description = My information
keywords = My Blog keywords

Post Blog

$ orgnote new note-name

$ orgnote list

$ orgnote status

$ orgnote publish note-name

$ orgnote generate

$ orgnote server [port]

$ orgnote deploy

Usage

$ orgnote help

Usage: orgnote <command>

Commands:
init       Create a new OrgNote folder
new        Create a new .org post
list       List this blog notes
status     Status of those notes
publish    Auto Publish a note
generate   Generate static files
server     Start the server
deploy     Deploy your website
help       Get help on a command
version    Display version information

For more help, you can check the docs:  http://lesliezhu.github.io/OrgNote/

OrgNote Bash Completion

see https://github.com/LeslieZhu/orgnote-bash-completion

More

Enjoy it! :)

About

A simple org-mode blog, write blog by org-mode in Emacs

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%