|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn946054923 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
160406s2016 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d TEFOD
|d OCLCF
|d N$T
|d YDXCP
|d IDEBK
|d COO
|d KSU
|d DEBSZ
|d DEBBG
|d OCLCQ
|d CEF
|d NLE
|d UKMGB
|d OCLCQ
|d OCLCO
|d AGLDB
|d IGB
|d RDF
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005456
|2 Uk
|
019 |
|
|
|a 945752026
|a 945783589
|
020 |
|
|
|a 9781782168744
|q (electronic bk.)
|
020 |
|
|
|a 1782168745
|q (electronic bk.)
|
020 |
|
|
|z 9781782168737
|
020 |
|
|
|z 1782168737
|
029 |
1 |
|
|a DEBBG
|b BV043969168
|
029 |
1 |
|
|a DEBSZ
|b 480365040
|
029 |
1 |
|
|a DEBSZ
|b 485796813
|
029 |
1 |
|
|a GBVCP
|b 882849263
|
029 |
1 |
|
|a UKMGB
|b 018005456
|
035 |
|
|
|a (OCoLC)946054923
|z (OCoLC)945752026
|z (OCoLC)945783589
|
037 |
|
|
|a CL0500000730
|b Safari Books Online
|
037 |
|
|
|a 5057EC66-B05A-42FC-941E-3C2ED078CD83
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.8885.D78
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.76
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chumley, Chaz,
|e author.
|
245 |
1 |
0 |
|a Drupal 8 theming with Twig :
|b master Drupal's 8's new Twig templating engine to create fun and fast websites with simple steps to help you move from concept to completion /
|c Chaz Chumley.
|
246 |
3 |
|
|a Drupal eight theming with Twig
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed April 4, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
|
|
|a "Drupal 8 is an open source content management system and powerful framework that helps deliver great websites to individuals and organizations, including non-profits, commercial, and government around the globe. This new release has been built on top of object-oriented PHP and includes more than a handful of improvements such as a better user experience, cleaner HTML5 markup, a new templating engine called Twig, multilingual capabilities, new configuration management, and effortless content authoring. Drupal 8 will quickly become the new standard for deploying content to both the web and mobile applications. However, with so many new changes, it can quickly become overwhelming knowing where to start and how to quickly."--
|c amazon.com.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Our Development Environment; Installing an AMP (Apache, MySQL, PHP) stack; Introducing MAMP; Downloading MAMP; Installing MAMP; A quick tour of MAMP PRO; General settings for MAMP PRO; Host settings; Installing Drupal 8; Downloading Drupal 8; Creating our document root; Creating our host entry; Creating a new database for Drupal; Using phpMyAdmin; Completing Drupal 8 installation; Choosing a language; Choosing a profile; Verifying requirements
|
505 |
8 |
|
|a Database configurationConfiguring the site; Site maintenance account; Regional settings; Update notifications; Reviewing the new admin interface; Exploring the admin menu; Previewing the interface; Exploring Drupal 8 folder structure; The core folder; The modules folder; The sites folder; The themes folder; Using the project files; Downloading and extracting the exercise files; Database backup; Export settings; Database restore; Using Google Chrome to inspect elements; Summary; Chapter 2: Theme Administration; What is a theme?; Exploring the Appearance interface; Drupal's core themes; Bartik
|
505 |
8 |
|
|a SevenStark; Classy; Theme states; Installed themes; Uninstalled themes; Default theme; Installing and uninstalling themes; Step one -- installing a theme; Step two -- uninstalling a theme; Theme settings; Toggling the display of page elements; Logo image settings; Shortcut icon settings; Theme-specific settings; Using prebuilt themes; Installing a new theme; Installing from a URL; Uploading a module or theme archive to install; Manually installing a theme; Cleaning up our themes folder; Managing content with blocks; Exploring the Block layout; Blocks and regions; Demonstrating block regions
|
505 |
8 |
|
|a Placing blocks into regionsConfiguring a block; Managing the title; Managing visibility settings; Content types restriction; Page restriction; Role restriction; Creating a custom block; Managing custom blocks; Exploring the custom block library; Exploring block types; Managing fields; Managing display; Summary; Chapter 3: Dissecting a Theme; Setting up a local development environment; Managing sites/default folder permissions; Configuring settings.local.php; Disabling CSS and JS aggregation; Disabling render and page cache; Disabling test modules and themes
|
505 |
8 |
|
|a Default themes versus custom themesFolder structure and naming conventions; Managing configuration in Drupal 8; Reviewing the new info.yml file; Metadata; Libraries; Defining a library; Attaching a library; Regions; The role of templates in Drupal; How templates work; Where to find templates; Creating our first basic theme; Step One -- creating a new folder; Step two -- create an info file; Step three -- copy core templates; Step four -- include a screenshot; Step five -- installing our theme; Step six -- Welcome to Twig; Introducing Twig; Enabling Twig debug; Twig fundamentals
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Drupal (Computer file)
|
630 |
0 |
7 |
|a Drupal (Computer file)
|2 fast
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781782168737/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1213508
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis34312264
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12908286
|
994 |
|
|
|a 92
|b IZTAP
|