Git Product home page Git Product logo

boom's Introduction

Jonathan Meyer

Jekyll-Uno - a minimal, responsive theme for Jekyll based on the Uno theme for Ghost.

⚠️ This theme requires ruby and rubygems installed

Features

  • Clean layout
  • Resposive layout
  • Pagination
  • Syntax highlighting
  • Social links
  • Tags listing page
  • Categories listing page
  • Google Analytics integration
  • Disqus integration

Install and Test

  1. Download or clone repo git clone [email protected]:joshgerdes/jekyll-uno.git
  2. Enter the folder: cd jekyll-uno/
  3. If you don't have bundler installed: gem install bundler
  4. Install Ruby gems: bundle install
  5. Start Jekyll server: jekyll serve

Access via: http://localhost:4000/jekyll-uno


Demo and Download

Demo Download

jekyll-uno - free Jekyll theme


Copyright and license

It is under the MIT license.

boom's People

Contributors

gisjedi avatar

Watchers

 avatar  avatar

Forkers

zagrev mheppner

boom's Issues

Prechunk downloads

Stream out contents as a zipped up package of multiple chunked zips. This will require adding the ability to specify an arbitrary chunk size, temporary storage of chunks, the zipping of the chunks, and finally the cleanup of all chunks and streamed content.

Base64 encode of single non-chunked file failing

Remote: http://i.imgur.com/bSzhuWN.mp4
File name: my.mp4
Chunk size: 0
Retrieve: URL
Base64: true

Response:

Traceback (most recent call last): File "/usr/src/app/api/views.py", line 60, in view_file_retrieve output_file = file_retrieve(remote, file_name, do_base64_encode, chunk_size) File "/usr/src/app/api/operations.py", line 90, in file_retrieve output_file = chunk_data(file_name, target_name, base64, chunk_size) File "/usr/src/app/api/operations.py", line 46, in chunk_data base64_encode(file) File "/usr/src/app/api/operations.py", line 22, in base64_encode with open(file_name, 'rb') as in_file: IOError: [Errno 2] No such file or directory: 'b54014a6-3c6b-4dbe-bff0-c98e43300d34'

Add support for Git cloning / packing

It would be handy to have a streamed packaging of git repositories, specifically any repo that supports HTTPS. The goal is to stream out a zip or tarball that has the entire cloned repository (all branches and tags).

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.