Skip to content

Instantly share code, notes, and snippets.

View lucafalasco's full-sized avatar

Luca Falasco lucafalasco

View GitHub Profile
@lucafalasco
lucafalasco / refined-paprika.user.css
Last active September 4, 2020 15:19
Refined Paprika
/* ==UserStyle==
@name Refined Paprika
@namespace https://gist.github.com/lucafalasco/9cae1deb7077f2965b1c7ac7f1c61ff7
@homepageURL https://gist.github.com/lucafalasco/9cae1deb7077f2965b1c7ac7f1c61ff7
@version 1.0.1
@description Refined Paprika
@author Luca Falasco
==/UserStyle== */
@-moz-document domain("paprika-worldwide.com"), domain("paprika-worldwide2.com") {
/**
@lucafalasco
lucafalasco / frontend-ranking.md
Last active August 3, 2018 11:53
Frontend Ranking

Front End Ranking

  • Tell us what was your approach with the project, i.e from the inspiration to the very first steps (sketches, tasks planning, design prototype, code prototype). Don't worry if the process was more "freestyle", if this is the case just describe how you wouly approach to a new project given an appropriate timeline.

  • Tell us about an interesting nontrivial bug/issue you encountered in your code and how you solved it, or if it's not solved yet, try to come up with a set of steps to fix it. It can be something related to external APIs, UI elements interactions, data visualization, build tooling etc..

  • Tell us about the library you used for the data visualizations and why you chose that one instead of others.

@lucafalasco
lucafalasco / gh-pages-deploy.md
Created May 28, 2018 10:25 — forked from cobyism/gh-pages-deploy.md
Deploy to `gh-pages` from a `dist` folder on the master branch. Useful for use with [yeoman](http://yeoman.io).

Deploying a subfolder to GitHub Pages

Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.

For the sake of this example, let’s pretend the subfolder containing your site is named dist.

Step 1

Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).

module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: '"Operator Mono", Consolas, monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: '#72C2DD',