Skip to content

仓库 files navigation

关于

This repository contains the sources for CAF's Dev Blog.

Jekyll Setup for Local Testing

You will need to install ruby, nodejs, rdiscount, and jekyll:

$PKG_MGR install ruby nodejs
gem install jekyll rdiscount jekyll-paginate

To browse the blog locally on port 4000, run:

jekyll serve --watch

Create a 新建 Blog Post

To add a new blog post, you will need to create a new file with current date and post title as file name (all lowercase and using - instead of whitespaces). The new file must contain a Jekyll header followed by Markdown formatted text. To get the boilerplate code out of the way, you can use the file template.md:

cp template.md _posts/$(date +%F)-awesome-news.md
vim $(date +%F)-awesome-news.md

Fill out the title, author, and tags fields accordingly. In case you are not registered as author yet, add your author short name (as key), display name, email, and GitHub account name to the file _config.yml.

关于

Content for www.actor-framework.org.

Resources

Stars

1 star

关注者

11 watching

复刻s

发布

Used by

贡献者

Languages