Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:01:13
    Hugo to the Rescue!
  2. Урок 2. 00:08:03
    Hugo - The Origin Story
  3. Урок 3. 00:02:51
    Is Hugo the best fit for your site?
  4. Урок 4. 00:01:09
    Course prerequisites
  5. Урок 5. 00:01:25
    Recap and what's next
  6. Урок 6. 00:01:08
    Section introduction
  7. Урок 7. 00:01:42
    Install Chocolatey package manager (Windows only)
  8. Урок 8. 00:04:49
    Install Hugo
  9. Урок 9. 00:08:27
    Install Visual Studio Code and extensions
  10. Урок 10. 00:01:43
    Installing Git
  11. Урок 11. 00:05:56
    Learning Git
  12. Урок 12. 00:03:07
    Install posh-git (Windows, optional)
  13. Урок 13. 00:02:25
    Install Node.js
  14. Урок 14. 00:01:13
    Install 7-zip (Windows only)
  15. Урок 15. 00:00:34
    Recap and what's next
  16. Урок 16. 00:00:39
    Section introduction
  17. Урок 17. 00:00:47
    Meet GitLab
  18. Урок 18. 00:00:55
    Create a GitLab account
  19. Урок 19. 00:01:45
    Create a new private repo on Gitlab
  20. Урок 20. 00:03:42
    Setup your SSH keys
  21. Урок 21. 00:02:07
    Clone the repo on your machine
  22. Урок 22. 00:04:28
    Sidebar: Hey, what about GitHub?
  23. Урок 23. 00:00:43
    Recap and what's next
  24. Урок 24. 00:00:46
    Section introduction
  25. Урок 25. 00:03:23
    Create a new Hugo site with "hugo new site"
  26. Урок 26. 00:02:44
    Baby Steps: save your work with git commit
  27. Урок 27. 00:02:35
    Add .editorconfig for consistent file formatting
  28. Урок 28. 00:03:28
    .gitignore: telling files to "talk to the hand"
  29. Урок 29. 00:00:51
    Recap and what's next
  30. Урок 30. 00:00:47
    Section introduction
  31. Урок 31. 00:00:43
    Why do I need a new theme?
  32. Урок 32. 00:05:40
    Choosing a Hugo theme
  33. Урок 33. 00:06:19
    Install your new Hugo theme
  34. Урок 34. 00:04:34
    Configure the theme using the config.toml file
  35. Урок 35. 00:01:59
    Discovering "front matter"
  36. Урок 36. 00:01:07
    Recap and what's next
  37. Урок 37. 00:00:41
    Section introduction
  38. Урок 38. 00:03:33
    Meet "markdown", the easiest way to format text
  39. Урок 39. 00:04:14
    Create a new post with Hugo
  40. Урок 40. 00:02:26
    Live site preview with the Hugo server
  41. Урок 41. 00:02:27
    Add a picture with {{ figure }}
  42. Урок 42. 00:00:56
    Unleash your draft post
  43. Урок 43. 00:03:15
    Alternative: Create a new post as a "page bundle"
  44. Урок 44. 00:00:58
    Recap and what's next
  45. Урок 45. 00:01:28
    Section introduction
  46. Урок 46. 00:03:21
    Migrate a single post
  47. Урок 47. 00:05:13
    Preserve your post metadata
  48. Урок 48. 00:07:33
    Migrate post images
  49. Урок 49. 00:04:59
    Alternative: Migrate post images as a page bundle
  50. Урок 50. 00:06:47
    Clean up your markdown
  51. Урок 51. 00:03:40
    Migrate the About page
  52. Урок 52. 00:00:49
    Recap and what's next
  53. Урок 53. 00:01:27
    Section introduction
  54. Урок 54. 00:04:51
    Configure CI/CD with a .gitlab-ci.yml file
  55. Урок 55. 00:02:46
    Watch your site build in the "CI pipeline"
  56. Урок 56. 00:09:19
    Viewing your deployed site (404 not found?)
  57. Урок 57. 00:04:28
    My site has no style! Troubleshoot locally with http-server
  58. Урок 58. 00:10:22
    Configure a custom domain name
  59. Урок 59. 00:00:58
    Recap and what's next
  60. Урок 60. 00:00:57
    Section introduction
  61. Урок 61. 00:02:11
    Meet Netlify
  62. Урок 62. 00:01:17
    A note about security
  63. Урок 63. 00:03:57
    How much will Netlify cost?
  64. Урок 64. 00:02:51
    Create a Netlify account and explore
  65. Урок 65. 00:02:19
    Link GitLab repo to Netlify
  66. Урок 66. 00:02:48
    Deploy the site to Netlify!
  67. Урок 67. 00:06:29
    Configure a custom domain name with Netlify
  68. Урок 68. 00:10:17
    Make use of automatic deploy previews for merge requests
  69. Урок 69. 00:05:13
    Get more control with netlify.toml
  70. Урок 70. 00:06:42
    Configure branch-specific deploy settings
  71. Урок 71. 00:03:02
    Get notified of deployment events and Netlify outages
  72. Урок 72. 00:01:34
    Section recap
  73. Урок 73. 00:00:43
    Section introduction
  74. Урок 74. 00:01:51
    What’s so great about a CMS?
  75. Урок 75. 00:03:34
    Meet Netlify CMS
  76. Урок 76. 00:09:23
    Add Netlify CMS to your site
  77. Урок 77. 00:07:38
    Configuring "Collections"
  78. Урок 78. 00:06:55
    Enable "Identity" and "Git-Gateway"
  79. Урок 79. 00:04:39
    Add a new post with Netlify CMS
  80. Урок 80. 00:05:58
    Customize Netlify CMS (a little bit)
  81. Урок 81. 00:02:40
    Hey, what about Forestry.io?
  82. Урок 82. 00:01:38
    Section recap
  83. Урок 83. 00:05:35
    Templates - Part 1
  84. Урок 84. 00:04:45
    Aside: Hugo Variables
  85. Урок 85. 00:06:51
    Templates - Part 2
  86. Урок 86. 00:07:43
    hugo new theme
  87. Урок 87. 00:04:00
    Understanding baseof.html
  88. Урок 88. 00:09:24
    Using blocks (without dropping them on your foot!)
  89. Урок 89. 00:01:41
    Controlling generated whitespace
  90. Урок 90. 00:14:11
    Listing and filtering stuff - Part 1
  91. Урок 91. 00:11:11
    Listing Stuff - Part 2 (Links, meta, and more!)
  92. Урок 92. 00:07:07
    The single page template
  93. Урок 93. 00:09:03
    Site navigation with menus - Header
  94. Урок 94. 00:07:11
    Site navigation with menus - Footer