/anchor-blog

My Blog

Primary LanguageHTMLApache License 2.0Apache-2.0

Anchor Blog

Getting Started

  1. You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fulfill the environmental requirement. Also those websites maybe helpful when you try to build your website: Yey's Blog, install guide of homebrew

  2. Installed dependencies in the Gemfile:

bundle install 
  1. Serve the website (localhost:4000 by default):
bundle exec jekyll serve
  1. Use rake to generate post
rake post title="Hello World" subtitle="Hello World, Hello Blog"

PS: If there is any error about jekyll, this can help.

Latex

please insert those code on the head of each post

<script type="text/javascript" async
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>