anchor-zhang / anchor-blog

My Blog

Home Page:http://huangxuan.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

My Blog

http://huangxuan.me

License:Apache License 2.0


Languages

Language:HTML 30.0%Language:CSS 24.7%Language:Less 23.9%Language:JavaScript 20.1%Language:Ruby 1.2%