Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myxof/myxof.github.io
myxof的个人网站
https://github.com/myxof/myxof.github.io
blog jekyll markdown ruby
Last synced: about 1 month ago
JSON representation
myxof的个人网站
- Host: GitHub
- URL: https://github.com/myxof/myxof.github.io
- Owner: MyXOF
- Created: 2014-06-30T08:38:52.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-06-26T16:06:44.000Z (over 4 years ago)
- Last Synced: 2024-10-15T23:21:11.565Z (3 months ago)
- Topics: blog, jekyll, markdown, ruby
- Language: HTML
- Homepage: http://myxof.github.io
- Size: 19.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Status
See http://myxof.github.io/
[![Build Status](http://47.93.242.153:8080/buildStatus/icon?job=myxof-website)](http://47.93.242.153:8080/job/myxof-website/)
[![buddy pipeline](https://app.buddy.works/myxof/myxof-github-io/pipelines/pipeline/165076/badge.svg?token=1c753ad5a15252645fce6cf131a6f75aef7e003bca78429bb04e0a893ca9b42f "buddy pipeline")](https://app.buddy.works/myxof/myxof-github-io/pipelines/pipeline/165076)
[![security](https://hakiri.io/github/MyXOF/MyXOF.github.io/master.svg)](https://hakiri.io/github/MyXOF/MyXOF.github.io/master)
[![CodeFactor](https://www.codefactor.io/repository/github/myxof/myxof.github.io/badge)](https://www.codefactor.io/repository/github/myxof/myxof.github.io)
[![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](http://myxof.github.io/)
![](https://img.shields.io/badge/ruby--language-2.5-blue.svg)
![](https://github-size-badge.herokuapp.com/MyXOF/MyXOF.github.io.svg)## Requirements
* Ruby >= 2.4
当Ruby安装完成之后,还需要安装jekyll
```$xslt
$ gem install jekyll
$ jekyll -version
```## Usage
```$xslt
$ git clone [email protected]:MyXOF/MyXOF.github.io.git
$ cd MyXOF.github.io
$ bundle install --without test
$ jekyll serve
```这时候可以去`http://127.0.0.1:4000/`看网站运行的结果。
## 参考
* jekyll教程,https://www.jekyll.com.cn/docs/home/
* 源码学习,https://github.com/github/teach.github.com/tree/content-overflow-fix