Skip to content

DarkBuffalo/org-easy-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy blogging with orgmode only (org-publish)

This package is in development. If some want to help, welcome.

Call M-x: org-easy-blog

img/accueil.png

img/search.gif

img/beta.gif

TASKS [4/11] [36%]

  • [ ] Draft
  • [ ] Manage many blog
  • [ ] Publish
  • [ ] Org syntax
  • [ ] Image importer or push-to-blog system
  • [-] Template site with org-publish
  • [-] New article with template
  • [X] Serv on local (Preview)
  • [X] edit and delete file
  • [X] Add to ‘org-publish-project-alist’
  • [X] Search with rg

INSTALLATION

DOOM

(package! org-easy-blog
  :recipe (:host github :repo "DarkBuffalo/org-easy-blog"))

STRAIGHT

(use-package org-easy-blog
  :straight (:host github :repo "DarkBuffalo/org-easy-blog")
		:init
	;; Main blog
	(setq org-easy-blog-url "https://yourblogdomain")
	(setq org-easy-blog-sshdomain "blogdomain")
	(setq org-easy-blog-root "/home/blog/")
	(setq org-easy-blog-basedir "~/Dropbox/00_SLIPBOX/site/test-oeb/"))

CONTRIBUTING

  1. Fork it (https://github.com/DarkBuffalo/org-easy-blog/fork)
  2. Create your feature branch (`git checkout -b feature/fooBar`)
  3. Commit your changes (`git commit -am ‘Add some fooBar’`)
  4. Push to the branch (`git push origin feature/fooBar`)
  5. Create a new Pull Request

About

easy blogging with orgmode

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project