Coder Social home page Coder Social logo

flydonkeyyj / crazepony.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crazepony/crazepony.github.io

0.0 1.0 0.0 105.87 MB

The web site of Crazepony.

Home Page: http://www.crazepony.com

Ruby 0.06% HTML 97.86% CSS 1.12% JavaScript 0.73% Python 0.23% GCC Machine Description 0.01%

crazepony.github.io's Introduction

Crazepony站点

这是Crazepony网站源码位置,包括了Crazepony主站Crazepony Wiki百科站点,Crazepony Blog博客站点。

Crazepony网站建设和部署使用了多种开源的技术和平台。

  • 站点部署在github上,使用了github page网站服务器功能,并且整个站点框架使用jekyll,这是github page支持的静态网站框架。
  • 前端框架使用bootstrap开源项目
  • 百科站点和博客站点内容全部使用markdown标志语言编辑

Crazepony站点源码结构

由于本站点使用了jekyll框架,所以其结构基本上符合jekyll框架结构。

├── assets              |网页相关的资源文件夹,例如图片,定制css,javascript文件等
├── dist                | bootstrap相关文件,包括css,字体,javascript
├── _layouts            | 网页模板文件,用于定义网页的header,footer等
├── wiki                | 存放wiki源文件,markdown格式
├── _posts              | 存放博客源文件,markdown格式
├── blog.html           | 博客首页
├── _config.yml         | jekyll配置文件
├── index-cn.html       | 站点首页(中文)
├── index.html          | 站点首页(英文)
├── README.md           | 本文件
└── wiki.html           | wiki首页

修改最多的就是wiki目录和posts目录下的源文件,并且都为markdown格式。在文件最开始加入了一个特定格式的头,用于jekyll生成静态网页。

如何参与其中

参与网站wiki,blog等的建设其实很简单。无论你时git/github资深玩家,还是从没有接触过git/github的小白,都能够快速参与网站建设。

具体方法,查看wiki如何参与站点建设

crazepony.github.io's People

Contributors

nieyong avatar camelgo avatar yuan0226 avatar chenzl001 avatar jannson avatar luyang00 avatar vivijie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.