Pilou

Results 28 comments of Pilou

This is a great idea and I actually rewrote the controller to make this work (in another way, see my code below). Customizing the transition is probably desirable, there's actually...

Hey @davorpa, your approach seems great :+1: Any ETA to merge this?

> :speech_balloon: It will be a good option use the properties of github pluging (variable `site.github.is_project_page`) like is used in other themes or with simple `site.show_repository_url` is enough :interrobang: My...

> One or another, values provided by plugins can always be overriden in `_config.yml`, so maybe will be redundant to have both. Absolutely, that's what I meant, just pick one....

Just noticed [this section](https://github.com/pages-themes/hacker#layouts) in the README. That's what I ended up doing by totally removing the line in the layout :+1:

I know this is a long shot, but adapting to an add-on sounds brilliant.

Hey Roman, thanks for the great tool! Same here, pasting into Google Slides and just like Wheest, Chromium works just fine on Linux. When pasting from Firefox, the whole formatting...

Does anyone know about an alternative trick or command to kill a process while this is not implemented?

@Aquaj are you fine with using your SSH key as well to get access to the instances?

@Aquaj FYI you should have access to the apps :) This is the alias I set up in my `.zshrc`: ```zsh alias aoc="ssh [email protected]" ``` Commands now look like: ```zsh...