All Projects → Karlheinzniebuhr → ghpages-fileserver

Karlheinzniebuhr / ghpages-fileserver

Licence: MIT License
A simple file-server which runs on top of Github pages

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ghpages-fileserver

impatient-jekyll
Build a website yourself. Easy to use, get a fast workflow and fast website. http://bdavidxyz.github.io/impatient-jekyll/
Stars: ✭ 22 (+57.14%)
Mutual labels:  jekyll
docshub
API Documentation Browser based Github Pages Service
Stars: ✭ 58 (+314.29%)
Mutual labels:  jekyll
blog
My Blog About Computers
Stars: ✭ 106 (+657.14%)
Mutual labels:  jekyll
pigfly.github.io
Tech blog - Alex Jiang
Stars: ✭ 19 (+35.71%)
Mutual labels:  jekyll
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (+92.86%)
Mutual labels:  jekyll
unifreak.github.io
FangHao's blog
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (+107.14%)
Mutual labels:  jekyll
jekyll-theme-hamilton
A minimal and beautiful Jekyll theme best for writing and note-taking.
Stars: ✭ 128 (+814.29%)
Mutual labels:  jekyll
s
__s, or dunders, is a simple Jekyll Starter Theme
Stars: ✭ 55 (+292.86%)
Mutual labels:  jekyll
rec.danmuji.org
B站录播姬网站 录播姬->> https://github.com/Bililive/BililiveRecorder <<
Stars: ✭ 19 (+35.71%)
Mutual labels:  jekyll
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (+92.86%)
Mutual labels:  jekyll
amphp.github.io
Main website repository.
Stars: ✭ 21 (+50%)
Mutual labels:  jekyll
junior-theme
⚫ A striking black and white theme for Jekyll. Built as a developer blog + portfolio.
Stars: ✭ 66 (+371.43%)
Mutual labels:  jekyll
doc42
Jekyll-Kissui bundle to create awesome documentations
Stars: ✭ 23 (+64.29%)
Mutual labels:  jekyll
harttle.github.io
Harttle Land 的源码和文章
Stars: ✭ 118 (+742.86%)
Mutual labels:  jekyll
google-sheet-to-github-website
This is a working project for operating a data driven website on Github Pages using Google Sheets as a data source.
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+1057.14%)
Mutual labels:  jekyll
jekyll-clean-dark
Dark clean theme for jekyll
Stars: ✭ 198 (+1314.29%)
Mutual labels:  jekyll
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (+42.86%)
Mutual labels:  jekyll
dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (+107.14%)
Mutual labels:  jekyll

Github Pages Fileserver

A simple fileserver which runs on top of Github pages

DEMO

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

Get started

git clone https://github.com/username/username.github.io
  • Clone ghpages-fileserver
git clone https://github.com/Karlheinzniebuhr/ghpages-fileserver
  • Move or copy content to username.github.io folder
cp -r ghpages-fileserver/ username.github.io/
  • Start Jekyll
cd username.github.io
jekyll serve

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].