Skip to content

Donaldhan/Donaldhan.github.io

Repository files navigation

Build Status Gem Version

Thumbnail of architect

Introduction

The repository is used to record my study, it is a static blog site based on the jekyll-theme-architect, if you don't want to waste much time on create blog step by step, you can use it today.

Quick start

To create blog base the repository :

  1. you can pull the repository, and modify repository name to yours, such as: Donaldhan.github.io -> jamel.github.io
  2. modify some site constants in _config.yml under the root, profile.yml and gitalk.yml under the _data dir. the _config.yml the global config of site, the laters are private. Being care for the gitalk.yml, it is a comment plugin of article base the gitalk.
  3. install Jekyll, Runnig Jekyll on Linux,Running Jekyll on Windows.
  4. Clone down your repository
  5. cd into your local repository directory
  6. Run bundle exec jekyll serve to start the preview server
  7. Visit localhost:4000 in your browser to preview your blog.

Step by step

If you want to create blog by yourself from zero, or you are stirring guy, you can reference the notes on my gitee repository.

Before you start to create blog, you must realize that what jekyll is? Simplely ,it is a blog tool drives by ruby, use your blog repository to produce a static site. Then yaml and markdown, yaml is a human friendly data serialization standard for all programming languages, likes xml, but simplely, describle properties use some special symbols , instead of 'xml' use the complicate label, and you have to anlysize. markdown is an easy-to-read and easy-to-write plain text marked language, and it is feasible, compatible with html. Of course, you need learn Liuqid. If you want to edit markdown file, some software can help you , such as Atom , MarkdownPad, atom is A github offical hackable text editor for markdown, has linux and windows two version. markdownPas is for windows, suggest to atom.

After above, you can create a simple static blog site, if you want some especial function ,such as fulltext search (Jekyll Tipue Search) and article comment(gitalk).

Further more, see wiki