Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 993 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 993 Bytes

Enjoy blogging with Markdown and Git. An open source personal blog based on Ruby on Rails 8.

Free theme 'DevBlog' installation

Download 'DevBlog' Theme

  • Option 1: Use Git to download.

    If your network is not good, you can try option 2.

    cd _themes
    git clone https://github.com/xriley/DevBlog-Theme.git
  • Option 2: Download zip file and unzip it to ./_themes folder.

    1. The zip file is at:
    2. Copy DevBlog-Theme-master.zip into ./_themes.
    3. Run cd ./_themes && unzip DevBlog-Theme-master.zip.
    4. Run mv DevBlog-Theme-master DevBlog-Theme to rename it.

Install 'DevBlog' Theme

Run:

cd ./_themes # if not in this folder
sh install-theme-devblog.sh