Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Full introduction to Drupal 8 theming in easy steps, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:32
    Introduction to me
  2. Урок 2. 00:02:02
    Introduction to the course
  3. Урок 3. 00:07:29
    Preparing our working environment
  4. Урок 4. 00:00:48
    What is a theme
  5. Урок 5. 00:04:41
    Themes inside of Drupal
  6. Урок 6. 00:03:38
    Development settings and cache clearing
  7. Урок 7. 00:02:27
    Base themes
  8. Урок 8. 00:03:31
    Start with our theme
  9. Урок 9. 00:01:16
    Asset libraries
  10. Урок 10. 00:03:27
    Adding our CSS files
  11. Урок 11. 00:03:01
    Add our JS
  12. Урок 12. 00:03:06
    Template files - where they are and how to overwrite them
  13. Урок 13. 00:05:04
    Adding our markup in the template files
  14. Урок 14. 00:07:33
    Debugging templates with kint
  15. Урок 15. 00:06:23
    Drupal view modes
  16. Урок 16. 00:12:45
    Node templates
  17. Урок 17. 00:06:00
    Page and html templates
  18. Урок 18. 00:06:07
    Regions
  19. Урок 19. 00:12:54
    Views and overwriting views templates
  20. Урок 20. 00:07:54
    Add and change variables with preprocess functions
  21. Урок 21. 00:04:09
    Render API
  22. Урок 22. 00:00:42
    Why Twig
  23. Урок 23. 00:01:21
    Quick twig
  24. Урок 24. 00:02:03
    Twig Print variable
  25. Урок 25. 00:03:39
    Twig for loop
  26. Урок 26. 00:02:55
    Twig if
  27. Урок 27. 00:02:15
    Twig filters and functions
  28. Урок 28. 00:01:55
    Twig attributes in drupal
  29. Урок 29. 00:06:43
    Extending templates
  30. Урок 30. 00:03:15
    Links to other pages in the site
  31. Урок 31. 00:01:31
    Translatable strings
  32. Урок 32. 00:03:24
    Simple website example overview
  33. Урок 33. 00:07:27
    Preparing the new theme
  34. Урок 34. 00:11:02
    Implementing the html and page wrapper
  35. Урок 35. 00:08:41
    Subproject - Fixing the branding of the site
  36. Урок 36. 00:10:13
    Implementing the main menu
  37. Урок 37. 00:10:13
    Implementing the main content at frontpage
  38. Урок 38. 00:05:59
    How you may continue to improve in Drupal 8 theming
  39. Урок 39. 00:04:25
    Chrome twig extention
  40. Урок 40. 00:10:03
    Removing and overwriting CSS files
  41. Урок 41. 00:02:46
    1. Getting Started And Overview
  42. Урок 42. 00:04:16
    2. Install Acquia Dev Desktop - Our Working Environment
  43. Урок 43. 00:04:47
    3. Installing Drupal 8 with Acquia Dev Desktop
  44. Урок 44. 00:05:22
    4. Declaring our Theme - Adding a Screenshot
  45. Урок 45. 00:05:11
    5. Declaring our library - adding CSS and JS files to our theme
  46. Урок 46. 00:10:57
    6. Activating some debugging settings
  47. Урок 47. 00:06:46
    7. Overwriting template files in our theme
  48. Урок 48. 00:31:41
    8. Implementing the main menu region
  49. Урок 49. 00:12:43
    9. Theming our footer
  50. Урок 50. 00:13:51
    10. Creating the fields in the Node and the Paragraph
  51. Урок 51. 00:19:06
    11. Theming the node - top area and fields
  52. Урок 52. 00:09:01
    12. Theming the first paragraph
  53. Урок 53. 00:08:01
    13. Image paragraph
  54. Урок 54. 00:05:17
    14. Text paragraph
  55. Урок 55. 00:07:41
    15. Creating some example pages and wrapping up