Giter VIP home page Giter VIP logo

gemino's Introduction

Particle Jekyll Theme

This is a simple and minimalist template for Jekyll designed for developers that want to show of their portfolio.

The Theme features:

  • Gulp
  • SASS
  • Sweet Scroll
  • Particle.js
  • BrowserSync
  • Font Awesome and Devicon icons
  • Google Analytics
  • Info Customization

Basic Setup

  1. Install Jekyll
  2. Fork the Particle Theme
  3. Clone the repo you just forked.
  4. Edit _config.yml to personalize your site.

Site and User Settings

You have to fill some informations on _config.yml to customize your site.

# Site settings
description: A blog about lorem ipsum dolor sit amet
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:3000" # the base hostname & protocol for your site

# User settings
username: Lorem Ipsum
user_description: Anon Developer at Lorem Ipsum Dolor
user_title: Anon Developer
email: [email protected]
twitter_username: lorem_ipsum
github_username:  lorem_ipsum
gplus_username:  lorem_ipsum

Don't forget to change your url before you deploy your site!

Color and Particle Customization

  • Color Customization
    • Edit the sass variables
  • Particle Customization
    • Edit the json data in particle function in app.js
    • Refer to Particle.js for help

Running the blog in local

In order to compile the assets and run Jekyll on local you need to follow those steps:

  • Install NodeJS
  • Run npm install
  • Run gulp

Questions

Having any issues file a GitHub Issue.

License

This theme is free and open source software, distributed under the The MIT License. So feel free to use this Jekyll theme anyway you want.

Credits

This theme was partially designed with the inspiration from these fine folks

gemino's People

Contributors

fservida avatar

Watchers

 avatar

gemino's Issues

Root Folder

When selecting as source a root folder (/ on macos or linux but more frequently a drive letter in windows, eg. D:) no folder is created in the destination resulting in the top folders being spread alongside the log files and the log files have an empty name.

Shall create a folder named [root] and name the logfiles as [root].md5, [root]_copy_report.txt...

Solved by f9cb053

UX improvement when loading

When loading containers/files from containers, or exporting a file, run in separate thread with progress indicator or at least spinner instead of hanging the interface.

Toggle creation of files on source device

Add option to toggle creation of hash files on source device/folder.
Disable option by default in order not to modify the source device in any way if a write blocker is not present.

Solved by 7faf7c1

Modularize

Remove the mess that is the single flatfile.
Will improve readability and debugging.

Crash on Invalid data for container

If an AFF4 container presents invalid data in compressed file areas, it seems AFF4 snappy decompresser fails not gracefully.

TODO - Reproduce, and check whether:

  • To be fixed here, with error catching
  • To be fixed in AFF4 code, raising a "Container Corrupted" error or similar, maybe skipping the file and reading the others.
  • Both

Windows Settings

On Windows (tested on W10) the preferences about the last selected hashes are not preserved between runs of the software.

Solved by f8d5ec8

xattr to SMB

Trying to copy directories with xattr fails when directed to SMB mounts (and possibly filesystems not supporting xattr).
shutil.copystat() tries to copy the xattr but errors out.

MAX_PATH limit on Windows

<3 Windows and the MAX_PATH limit.
Software errors with file not found if path is more than 260 chars.

Crash on Cancel for AFF4

Software hangs when canceling during a copy with AFF4 destination.
(Possibly in some cases also in normal duplication mode)

TODO -> Implement correct canceling using thread.quit() to signal exit to thread, instead of thread.terminate().

AFF4-L compressed

Allow creation of compressed AFF4-L containers, with related performance loss

Open reference containers

Ensure opening of reference containers works, currently broken as they do not have objects for folders (ie no top level object in tree)

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.