Drupal 8 vs me
Showing posts with label drupal8. Show all posts
Showing posts with label drupal8. Show all posts
Thursday, March 2, 2017
Removing Drupal 8 meta Generator
One of the first thing I always like to do when implementing a CMS is to get rid of that annoying Meta tag that shows off what CMS I am running.
Point in case;
<meta name="Generator" content="Drupal 8 (https://www.drupal.org)" />
Monday, February 27, 2017
Drupal 8; Exclude the current node from a View
Okay, this is rather simple once I found out how.
PS most documentation out there is for Drupal 7 and mentions NID, now as a newbie I could not for the life of me find NID in Drupal 8.
Friday, February 20, 2015
Drupal 8 on Google Cloud Compute
This took me two whole days to figure out, adding Drupal 7 on Google Cloud Compute is as easy as clicking on "Click to Deploy" and selecting Drupal 7 as a new instance.
Adding Drupal 8 on the other hand was a whole new challenged in itself as I had to deal with SSH (myself and SSH have never been good friends).
LAMP, Drush 7 (installed via "composer"), Drupal 8 (Setting up DB, settings .php and files permissions).
So here is the walk-through/ tutorial that I created.
Adding Drupal 8 on the other hand was a whole new challenged in itself as I had to deal with SSH (myself and SSH have never been good friends).
LAMP, Drush 7 (installed via "composer"), Drupal 8 (Setting up DB, settings .php and files permissions).
So here is the walk-through/ tutorial that I created.
Subscribe to:
Posts (Atom)