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

Thanks for finally writing about > %blog_title% < Liked it!

I take pleasure in, lead to I discovered exactly what I used to be having a look for. You have ended my 4 day long hunt! God Bless you man. Have a nice day. Bye

Thanks for a marvelous posting! I quite enjoyed reading it, you will be a great author.I will be sure to bookmark your blog and may come back very soon. I want to encourage one to continue your great writing, have a nice weekend!

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

I think this is one of the most vital info for me. And i'm glad reading your article. But want to remark on few general things, The site style is ideal, the articles is really excellent : D. Good job, cheers

Somebody essentially help to make seriously articles I would state. That is the very first time I frequented your website page and so far? I surprised with the research you made to create this actual publish amazing. Wonderful job!

magnificent points altogether, you just received a new reader. What may you recommend about your post that you just made a few days ago? Any positive?

Pretty nice post. I just stumbled upon your weblog and wished to say that I've truly enjoyed browsing your blog posts. In any case I will be subscribing to your feed and I hope you write again very soon!

Hi! Someone in my Facebook group shared this site with us so I came to take a look. I'm definitely enjoying the information. I'm book-marking and will be tweeting this to my followers! Exceptional blog and brilliant style and design.

I do not even know how I ended up here, but I thought this post was great. I do not know who you are but certainly you're going to a famous blogger if you are not already ;) Cheers!

Everything published was very logical. However, think on this, what if you added a little information? I am not saying your content isn't good, however what if you added something to possibly get folk's attention? I mean %BLOG_TITLE% is kinda vanilla. You could glance at Yahoo's home page and see how they create news headlines to grab people interested. You might add a video or a picture or two to grab readers interested about what you've got to say. Just my opinion, it would bring your posts a little livelier.

I was able to find good information from your blog articles.

I am really impressed with your writing skills and also with the layout to your weblog. Is that this a paid topic or did you customize it yourself? Anyway keep up the nice quality writing, it is rare to look a great blog like this one these days..

Hello there, just became alert to your blog through Google, and found that it is truly informative. I am gonna watch out for brussels. I will be grateful if you continue this in future. Many people will be benefited from your writing. Cheers!

My brother recommended I might like this blog. He was entirely right. This post truly made my day. You cann't imagine just how much time I had spent for this info! Thanks!

I don't know if it's just me or if perhaps everyone else experiencing problems with your website. It appears as though some of the written text on your posts are running off the screen. Can somebody else please comment and let me know if this is happening to them too? This could be a problem with my browser because I've had this happen before. Many thanks

Great web site you have got here.. It's hard to find excellent writing like yours nowadays. I really appreciate people like you! Take care!!

I every time spent my half an hour to read this webpage's content daily along with a cup of coffee.

Hey there! Quick question that's entirely off topic. Do you know how to make your site mobile friendly? My blog looks weird when browsing from my iphone 4. I'm trying to find a template or plugin that might be able to correct this problem. If you have any suggestions, please share. Appreciate it!

Thanks for finally talking about > %blog_title% < Loved it!

Everything is very open with a very clear explanation of the challenges. It was really informative. Your site is useful. Many thanks for sharing!

Hello, i think that i noticed you visited my weblog thus i came to return the prefer?.I'm attempting to to find things to improve my website!I assume its ok to make use of some of your ideas!!

Hurrah, that's what I was seeking for, what a information! present here at this web site, thanks admin of this web page.

Normally I don't read article on blogs, but I wish to say that this write-up very compelled me to take a look at and do it! Your writing taste has been amazed me. Thanks, quite great article.

I got this web site from my buddy who informed me regarding this web site and at the moment this time I am browsing this web page and reading very informative content at this place.

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

I am not sure where you're getting your information, but good topic. I needs to spend some time learning more or understanding more. Thanks for wonderful info I was looking for this information for my mission.

I take pleasure in, lead to I discovered just what I was having a look for. You've ended my 4 day lengthy hunt! God Bless you man. Have a great day. Bye

I am sure this article has touched all the internet visitors, its really really pleasant article on building up new blog.

I get pleasure from, lead to I discovered just what I was having a look for. You have ended my four day lengthy hunt! God Bless you man. Have a nice day. Bye

I'm truly enjoying the design and layout of your website. It's a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often. Did you hire out a developer to create your theme? Outstanding work!

It's the best time to make some plans for the long run and it's time to be happy. I have learn this post and if I may I wish to suggest you some attention-grabbing things or suggestions. Maybe you can write subsequent articles referring to this article. I want to read even more things approximately it!

When someone writes an article he/she maintains the thought of a user in his/her brain that how a user can know it. Therefore that's why this article is outstdanding. Thanks!

Very quickly this site will be famous among all blog viewers, due to it's pleasant content

Hi there it's me, I am also visiting this web site on a regular basis, this web site is truly nice and the people are actually sharing pleasant thoughts.

That is very attention-grabbing, You're a very professional blogger. I have joined your feed and look ahead to in search of extra of your excellent post. Additionally, I have shared your website in my social networks

If some one wants to be updated with newest technologies therefore he must be pay a visit this web site and be up to date every day.

I blog quite often and I genuinely thank you for your information. This great article has really peaked my interest. I will bookmark your website and keep checking for new details about once per week. I opted in for your RSS feed too.

Good post however I was wanting to know if you could write a litte more on this subject? I'd be very thankful if you could elaborate a little bit more. Many thanks!

I want to show you one exclusive program called (BTC PROFIT SEARCH AND MINING PHRASES), which can make you a rich man!

This program searches for Bitcoin wallets with a balance, and tries to find a secret phrase for them to get full access to the lost wallet!

Run the program and wait, and in order to increase your chances, install the program on all computers available to you, at work, with your friends, with your relatives, you can also ask your classmates to use the program, so your chances will increase tenfold!
Remember the more computers you use, the higher your chances of getting the treasure!

DOWNLOAD FOR FREE

Telegram:
https://t.me/btc_profit_search

It's actually a cool and helpful piece of info. I'm satisfied that you simply shared this useful information with us. Please stay us up to date like this. Thank you for sharing.

It is appropriate time to make some plans for the future and it's time to be happy. I have learn this put up and if I may just I want to recommend you some fascinating issues or tips. Maybe you could write next articles referring to this article. I desire to learn more things approximately it!

Your way of telling the whole thing in this post is truly pleasant, every one can easily understand it, Thanks a lot.

you're in reality a good webmaster. The web site loading speed is amazing. It seems that you're doing any unique trick. Moreover, The contents are masterpiece. you've done a fantastic process in this subject!

Pages

Add new comment