Skip to content

emacs-china/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs China Blog

尝试搭建一个类似 Emacs中文网 的多人博客。

Getting Started

首先需要安装 Pandoc 以支持 Org mode,之后构建:

bundle install
bundle exec nanoc
bundle exec nanoc view

然后访问 http://localhost:3000/ 预览结果。

文章的格式

Markdown

---
title: 标题
author: 作者
created_at: 2017-08-21
---

文章内容 in Markdown

Org mode

#+TITLE: 标题
#+AUTHOR: 作者
#+DATE: <2017-08-21 Mon>

文章内容 in Org mode

TODO

Contributing

这个项目远未完成,任何方面的帮助都非常欢迎,尤其是 Web 设计。

About

Emacs China Blog (Beta & Working in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published