logo

Paleta - Deixe colorido🎨

Palette — Construtor visual de páginas. Não precisa ser designer.

Demonstração ao vivo Baixar Palette

Scroll

Tema escuro Drupal.org

14/10/2019, by Ivan

I'm used to working with dark themes everywhere: PhpStorm, Ubuntu, Chrome, phone applications. It's pretty annoying when you switched from dark theme to fully white browser tab. I don't know when Drupal.org will have dark theme, so I added this CSS hack for yourself:

 https://gist.github.com/levmyshkin/c127f1ff539965923fdac6679c530a5b

You can use Chome extension User CSS and add CSS code separately for Drupal.org site:

Instalar LAMP no Ubuntu

27/06/2018, by Ivan

Install Apache

sudo apt-get update
sudo apt-get install apache2

Also update settings for apache:

sudo ufw app list
sudo ufw allow in "Apache Full"

You can use /var/www folder for one site, but it will be good to have another folder in your home ~/ directory. So let's add these settings in your apache configs:

sudo nano /etc/apache2/apache2.conf