项目作者: Karlheinzniebuhr

项目描述 :
A simple file-server which runs on top of Github pages
高级语言: HTML
项目地址: git://github.com/Karlheinzniebuhr/ghpages-fileserver.git
创建时间: 2016-07-25T19:14:12Z
项目社区:https://github.com/Karlheinzniebuhr/ghpages-fileserver

开源协议:MIT License

下载


Github Pages Fileserver

A simple fileserver which runs on top of Github pages

DEMO

http://karlheinzniebuhr.github.io/resources.html

Get started

  • Setup your Github page here https://pages.github.com/
  • Clone it:
    1. git clone https://github.com/username/username.github.io
  • Clone ghpages-fileserver
    1. git clone https://github.com/Karlheinzniebuhr/ghpages-fileserver
  • Move or copy content to username.github.io folder
    1. cp -r ghpages-fileserver/ username.github.io/
  • Start Jekyll
    1. cd username.github.io
    2. jekyll serve
  • Open Webbrowser at http://localhost:4000/

Add content to your server

Important

Github will complain if you host binaries and/or very large files. If you upload Binaries compress (Zip) them first and try to not abuse with file size.