chxin / org-mode-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHxin Org-mode Blog

Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.

Backgroud

Emacs maintains all my projects, and Org Mode plays the core role in Personal Knowledge Management. In the future, Org Mode is regarded as the supervisor of my work whose plan, implementation, and result are poured into org files and then exported to website.

This repo aims to valid the feasibility of the org mode notes system exported to html blog.

motivation

As a heavy Emacs user, blogging with org mode is a natural choice. The blog layout can be customized. By default, The HTML exporter assigns some special CSS classes to appropriate parts of the document and your style specifications may change these, in addition to any of the standard classes like for headlines, tables, etc. Some other good styles for org-exported html can be found on http://orgmode.org/, http://doc.norang.ca/org-mode.html and etc. Source code of the borrowed stylesheet is available at https://github.com/gongzhitaao/orgcss. I will improve the layout according my preference.

Usage

  1. import the template file
  2. generate html file by “C-c C-e h o”
  3. update sitemap
  4. push to github repo

The usage of citation:

,#+BIBLIOGRAPHY: ref plain limit:t option:-nokeywords

prints out bibliograph, if any, with bibtex2html. if no, comment above statement. The first parameter is the bibliograph file name without .bib extension The second is the reference style The rest parameters are parsed to `bibtex2html’. Refer to the ox-bibtex document for further information.

Sitemap

Recent Update

<2020-02-04 Tue> CSS for Org-exported HTML

Mac Workflow

Org Mode

SCHEDULE Emacs

Latex

Hardware

Software

About


Languages

Language:CSS 99.6%Language:TeX 0.4%