Built with Drupal 8: A Front-Ender's Tale of Danger and Suspense

Error message

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2405 of /home1/markspap/public_html/kathy/includes/menu.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/markspap/public_html/kathy/includes/common.inc).
May 3, 2015

UPDATE: In August 2015 I moved this site back to Drupal 7. Drupal 8 is still in beta, and though it's going to be fun, it's obviously not ready for prime time yet.

A few weeks ago I decided to rebuild this blog from scratch.  It had been literally years since I'd posted, so I figured I'd include just a few of the last entries.  Also, Drupal 8 was in beta and I'm impatient.  Why not build a brand new site in 8.0.0-beta9?, I thought.   How hard could it be?

So, okay.  It was a little bit hard.  But surprisingly, the experience wasn’t as hairy as you might expect.  Here’s a summary of my adventurous, experimental walk on the wild beta side. 

Installing Drupal 8

Before I go further, I should mention that I installed Drupal 8 on a previously set up local environment.  (If you don’t know what that means, you can find out more here.   For fellow Mac users, I’d recommend these instructions.)

Honestly, installation was a breeze.  The whole process took less than 5 minutes and was similar enough to Drupal 7 that I felt on solid ground.  I just downloaded and untarred core, added a new database in Mamp, went to the site in my browser and followed the instructions.  Easy peasy.

Playing with core was equally as uneventful and fun.  I added a new user, enabled and disabled core modules, added a new content type and a taxonomy vocabulary, tweaked permissions, etc.  All without a hitch.  The admin interface looks and acts almost the same as D7's. For someone who builds a lot of sites for non-technical admins, this is a big relief.

I decided this was easy.  Drupal 8 was a lot more stable than I’d expected.  I was feeling confident, so I decided to try creating a custom theme.

Custom Theming: Take One

Considering D8’s not even released yet, the documentation on drupal.org on Theming Drupal 8 is pretty extensive.  In fact it’s so extensive, it’s a bit overwhelming at first. 

If you're familiar with D7 theming and just wanted to get up and running quickly, you might prefer 27 Questions (and Answers) from My First Drupal 8 Site Build by Matt Korostoff.  His article was extremely helpful, although I was glad to be have the d.o documentation to refer to when I got stuck or wanted to delve into something more deeply.

Adding JS, CSS and Font Files and Libraries

I decided to keep a hand on the tow line and created a Classy subtheme, following Matt’s instructions for setting up the x.info.yml and and x.libraries.yml files.

You can see the .info.yml file looks a lot like the .info in Drupal 7.  The main difference is the way CSS and JS are added.  Instead of adding them directly to the .info.yml file, you include a reference to a .libaries.yml file, and that is where you add your scripts, stylesheets and dependencies. That was probably the biggest gotcha for me--figuring out how to include JS scripts, libraries and dependencies and font libraries.  There was conflicting information on the webs, but this is what worked for me:

Because I had a number of CSS and JS files, I followed the advice (from d.o. maybe?) to break them into two groups—global-styling and global-scripts,. These will now be available to every page.

My scripts.js is actually just a teeny few lines to handle the navigation bar, but surprisingly, Drupal 8 doesn’t load JQuery on every page automatically like D7 did. You have to add it as a dependency, as well as any other js you want to run on every page.

One thing I never figured out was how to add my custom fonts. I use Google's PT Serif and Inconsolata in this theme, and the only way I could get the fonts to load was by adding an @import to my main CSS file:

@import url(http://fonts.googleapis.com/css?family=Inconsolata|PT+Serif:400,400italic,700,700italic);

It works, and that'll have to do for now.

Twig Templates

I find Twig to be easier and more intuitive than the PHP of previous .tpl.php files. If you don't agree, some of the documentation on d.o might be helpful, especially Twig Coding Standards.

The Classy theme was a godsend for me when it came to creating custom templates. Whether you create a subtheme of Classy or not, you can look at the slew of templates it includes to get an idea of how to create your own.

For this theme, I needed a custom block--search-form-block.html.twig and changes to page.html.twig and node.html.twig. For instance, like Matt Korostoff, I don't much like the default "submitted by" line. To tweak it, I copied the node.html.twig from Classy, plopped it in my theme's template folder, and changed the line:

I still haven't figured out how to get my custom date/time format to print, but I'll keep working on it. :)

Custom Modules and More

I enabled a few contrib modules (Prepopulate, Youtube Field, Captcha and Recaptcha) that were absolutely required before going live. All worked beautifully out-of-the-box. However, the other contrib modules I tried gave me either a WSOD or that ghastly pink error message.  

At this time I'd recommend enabling contrib modules cautiously, if at all.  Most are still in dev for a reason.  Maybe try them on a test install first and see what blows up.

Luckily this is a simple site that can run without many contrib modules. If you have a complex site that requires a number of them, you may have to wait a bit before they're all ported to 8. Bluespark publishes a helpful live list of the current status of the top 100 Drupal modules. Check it out to see if your modules are listed.

I'm know you're waiting on tenterhooks for your favorite modules, but remember that most of the people who create and maintain contrib modules do so on their own time and without pay.  That's pretty darn generous of them, and I'm grateful for all the vacation time and off hours they spend creating modules that make my life easier. Unless I'm able to jump in alongside and start slinging code, I'm happy to wait patiently for contrib modules to be ported.

(Note to self: Patience you must have, my young padawan.)

Conclusion

The (sort of) bad news: Not everyone is crazy enough to spend two days and nights building a D8 site. It still isn't easy. You may get discouraged.  You will lose sleep. I still can't get drush 7 (required for D8) to rebuild caches. Importing and exporting a database between dev and live without at least a few WSODs is nigh on impossible. I encountered a number of alien requirements and strange error messages that took time to track down and debug.

The good news: Smarter people than me are working on those problems. Yay!

More good news: I'm no longer afraid of WSODs or error screens that fill three screens. Also, I busted my local dev site and had to rebuild it so many times, I now know a great deal about installing, enabling and configuring Drupal 8.

Was it worth it? You betcha! I'm no programmer, so I was nervous about Drupal 8 coming down the pike. I'm not nervous anymore. In fact, I'm looking forward eagerly to a release candidate.

Thanks to all the people who put so much time and effort into Drupal 8. It's really spectacular, and we thank you for generously sharing your code with us.

Comments

I believe what you posted made a bunch of sense. However, consider this, what if you were to create a killer headline? I ain't saying your information isn't good, but what if you added a title that makes people desire more? I mean %BLOG_TITLE% is a little vanilla. You could glance at Yahoo's home page and see how they create news titles to get people interested. You might add a related video or a picture or two to grab readers interested about everything've written. In my opinion, it would bring your posts a little bit more interesting.

Hi there, this weekend is pleasant designed for me, since this occasion i am reading this fantastic informative paragraph here at my residence.

Hi are using Wordpress for your blog platform? I'm new to the blog world but I'm trying to get started and create my own. Do you require any html coding knowledge to make your own blog? Any help would be greatly appreciated!

That is a very good tip particularly to those new to the blogosphere. Simple but very accurate info… Thank you for sharing this one. A must read post!

Hi! Would you mind if I share your blog with my myspace group? There's a lot of people that I think would really appreciate your content. Please let me know. Thank you

What's Taking place i am new to this, I stumbled upon this I have discovered It positively useful and it has helped me out loads. I am hoping to give a contribution & help other users like its aided me. Great job.

It's going to be finish of mine day, but before end I am reading this great article to increase my experience.

Hello my family member! I wish to say that this article is awesome, nice written and include approximately all vital infos. I'd like to see extra posts like this .

Hello, I wish for to subscribe for this website to take most recent updates, so where can i do it please help out.

We stumbled over here from a different website and thought I should check things out. I like what I see so now i am following you. Look forward to looking into your web page for a second time.

Very descriptive blog, I liked that a lot. Will there be a part 2?

Way cool! Some extremely valid points! I appreciate you penning this post plus the rest of the website is very good.

<a href=https://clinika-med.ru/besplatnoe-medicinskoe-obsledovanie>Бесплатное медицинское обследование</a> или <a href=https://klinika-med163.ru/news/28-spravki-v-moskve-ot-medico-poluchite-d...сделать справку о болезни</a>

<a href=https://med-klinika163.ru/index.php?newsid=30>Женская консультация</a>

https://med-klinika163.ru/index.php?newsid=37

Ещё можно узнать: <a href=http://yourdesires.ru/beauty-and-health/lifestyle/169-srochnye-analizy-i... что значит</a>

прием гинеколога

You're so interesting! I do not suppose I have read through something like that before. So good to discover another person with a few original thoughts on this subject. Seriously.. thank you for starting this up. This site is something that's needed on the internet, someone with a little originality!

I have been browsing on-line greater than three hours these days, but I never discovered any fascinating article like yours. It's lovely worth sufficient for me. Personally, if all web owners and bloggers made just right content as you probably did, the net will likely be a lot more helpful than ever before.

Hi there! I understand this is somewhat off-topic however I needed to ask. Does running a well-established website like yours take a massive amount work? I am completely new to running a blog but I do write in my journal daily. I'd like to start a blog so I can share my experience and views online. Please let me know if you have any ideas or tips for brand new aspiring blog owners. Thankyou!

Hello There. I found your blog using msn. This is a really well written article. I'll be sure to bookmark it and return to read more of your useful information. Thanks for the post. I will certainly return.

Ridiculous story there. What happened after? Take care!

I love reading through an article that will make people think. Also, thank you for allowing me to comment!

If you want to grow your knowledge only keep visiting this site and be updated with the hottest news posted here.

Howdy would you mind stating which blog platform you're working with? I'm going to start my own blog soon but I'm having a difficult time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I'm looking for something unique. P.S My apologies for getting off-topic but I had to ask!

Thanks designed for sharing such a good opinion, article is pleasant, thats why i have read it entirely

Greetings! Very helpful advice within this post! It's the little changes that will make the most important changes. Many thanks for sharing!

Escape into the untold world of combat with our Telegram channel. Immerse yourself in exclusive footage showcasing tank mayhem, helicopter ballet, infantry mastery, and kamikaze drones. Join us for an adrenaline-fueled journey beyond the expected.
This is unique content that won't be shown on TV.

Link to Channel: HOT INSIDE UNCENSORED
https://t.me/+PhiArK2oSvU4N2Iy

Hi there! Would you mind if I share your blog with my twitter group? There's a lot of people that I think would really enjoy your content. Please let me know. Cheers

I absolutely love your blog and find a lot of your post's to be just what I'm looking for. Does one offer guest writers to write content for you? I wouldn't mind publishing a post or elaborating on many of the subjects you write about here. Again, awesome website!

Hurrah, that's what I was looking for, what a information! existing here at this website, thanks admin of this web page.

At this time it seems like BlogEngine is the preferred blogging platform available right now. (from what I've read) Is that what you are using on your blog?

Great web site. A lot of useful information here. I am sending it to a few friends ans additionally sharing in delicious. And of course, thanks in your effort!

Hello, just wanted to tell you, I liked this blog post. It was funny. Keep on posting!

I visited various blogs except the audio quality for audio songs existing at this web site is really excellent.

Thanks for sharing your thoughts on %meta_keyword%. Regards

Thanks on your marvelous posting! I actually enjoyed reading it, you may be a great author.I will be sure to bookmark your blog and definitely will come back later on. I want to encourage yourself to continue your great work, have a nice afternoon!

Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

Right here is the perfect website for anybody who wishes to find out about this topic. You realize a whole lot its almost hard to argue with you (not that I personally would want to…HaHa). You definitely put a brand new spin on a subject which has been discussed for a long time. Great stuff, just great!

Way cool! Some extremely valid points! I appreciate you writing this write-up and the rest of the site is extremely good.

Very shortly this web page will be famous among all blog visitors, due to it's pleasant articles

I was recommended this blog by my cousin. I am not sure whether this post is written by him as no one else know such detailed about my problem. You are amazing! Thanks!

I have been browsing online more than 3 hours lately, but I by no means discovered any attention-grabbing article like yours. It's lovely price sufficient for me. In my view, if all site owners and bloggers made just right content as you probably did, the net can be a lot more helpful than ever before.

Simply want to say your article is as astounding. The clarity in your post is simply nice and i can assume you are an expert on this subject. Well with your permission let me to grab your RSS feed to keep up to date with forthcoming post. Thanks a million and please continue the rewarding work.

Great site you have here but I was curious if you knew of any message boards that cover the same topics talked about in this article? I'd really love to be a part of online community where I can get feedback from other knowledgeable individuals that share the same interest. If you have any recommendations, please let me know. Many thanks!

Article writing is also a fun, if you be acquainted with after that you can write if not it is complicated to write.

I need to to thank you for this good read!! I certainly enjoyed every little bit of it. I've got you book marked to look at new stuff you post…

Hi! Do you know if they make any plugins to safeguard against hackers? I'm kinda paranoid about losing everything I've worked hard on. Any tips?

Excellent items from you, man. I've be mindful your stuff previous to and you are just extremely wonderful. I actually like what you've bought right here, really like what you are saying and the way by which you assert it. You make it entertaining and you still care for to keep it wise. I cant wait to learn much more from you. This is actually a great website.

I have to thank you for the efforts you have put in penning this blog. I really hope to see the same high-grade content from you later on as well. In fact, your creative writing abilities has encouraged me to get my very own website now ;)

Pages

Add new comment