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