Author: jess
-
When the car cd explosion uncovers the mixcd I gave @caidy years ago
-
Drupal 8 notes – Transfer site to local system for development
These are procedures and notes to download source code and database content for development use on a local workstation server. The goal is create a mirror of the Drupal based website for local development and testing. Prerequisites You should have a local or alternate development system ready. This systems will require a web server running…
-
Drupal 8 – Composer: updating, module installs, & external library support notes
This is a set of configuration steps used to setup the requirements for the Tulane Library website using Drupal. PHP-Composer with Bower and NPM integration is used for updating and installing Drupal core, modules, and libraries. Included are procedures, configurations, and websites with information. Prerequisites – May be necessary on the composer system used for…
-
An artistic to-do list in visual form
At least the ideas are here. Just working on time.
-
Dog toy pile
The dog toy and dog toy carcasses start looking creepy.
-
Drupal 8 content type, view, block, twig notes
Large general tutorial video making a directory with content types and views:https://www.webwash.net/how-to-build-directory-using-drupal-8/ PathAuto module information. For helping to make more readable URLshttps://www.webwash.net/automatically-generate-url-aliases-using-pathauto-drupal-8/ Using Entity References in Views – Great overview of using entity references.https://www.ostraining.com/blog/drupal/drupal-8-entity-reference-view/ Drupal 8 theme twig template file reference. Includes various naming conventions for pages, views, blocks, nodes, etc.https://www.drupal.org/docs/8/theming/twig/twig-template-naming-conventions
-
Commute Pic #1
-
Is this thing on?
Hello. Let’s sart with this. A bordered box with tiny text.
-
NPM and Yeoman update/install notes for MacOS
Had to deal with some issues introduced by bad homebrew installations and possible old NPM installs. My guess is that I probably cheated/screwed up using a sudo install when I should have done something different. This all started playing with the WebDevStudions WordPress plugin generator for yeoman. Get a Plugin Kickstart with Yeoman & generator-plugin-wp!…