Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Command Line for Creatives, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:50
    Welcome to Command Line For Creatives
  2. Урок 2. 00:02:25
    What we'll be covering
  3. Урок 3. 00:02:47
    Installing Hyper
  4. Урок 4. 00:02:29
    Adding a theme to Hyper
  5. Урок 5. 00:07:43
    Installing VS Code
  6. Урок 6. 00:02:54
    VS Code Settings
  7. Урок 7. 00:05:21
    cd, ls and dir
  8. Урок 8. 00:05:42
    Our sites folder and touch command
  9. Урок 9. 00:02:36
    Atom and Code shell commands
  10. Урок 10. 00:05:12
    Adding oh-my-zsh (Mac)
  11. Урок 11. 00:02:23
    Editing our project
  12. Урок 12. 00:03:25
    Hyper plugins
  13. Урок 13. 00:02:38
    Introduction to Git
  14. Урок 14. 00:12:56
    Git setup on a project
  15. Урок 15. 00:05:02
    What is a git commit?
  16. Урок 16. 00:05:34
    What are command line flags?
  17. Урок 17. 00:05:39
    Setting up GitHub
  18. Урок 18. 00:05:23
    SSH key setup with GitHub
  19. Урок 19. 00:04:58
    GitHub Pages and git pull
  20. Урок 20. 00:05:08
    Getting a site online with Netlify
  21. Урок 21. 00:07:21
    Adding a new file and commiting
  22. Урок 22. 00:02:13
    Introduction to our project
  23. Урок 23. 00:07:57
    Git branching
  24. Урок 24. 00:05:41
    Merging a git branch
  25. Урок 25. 00:05:09
    How to solve a git merge conflict
  26. Урок 26. 00:04:55
    Adding our assets
  27. Урок 27. 00:05:01
    What is ngrok?
  28. Урок 28. 00:03:43
    Installing Sass
  29. Урок 29. 00:06:18
    Running Sass and using Sass variables
  30. Урок 30. 00:04:13
    Importing stylesheets
  31. Урок 31. 00:05:35
    Nesting styles in Sass
  32. Урок 32. 00:05:51
    What are Sass mixins?
  33. Урок 33. 00:04:11
    Cleaning up our code
  34. Урок 34. 00:08:20
    Making a pull request in GitHub
  35. Урок 35. 00:01:20
    Intro to Lesson 4
  36. Урок 36. 00:05:09
    Creating a development branch on git
  37. Урок 37. 00:09:06
    Using npm init and setting up Gulp
  38. Урок 38. 00:04:21
    What is a .gitignore file?
  39. Урок 39. 00:10:46
    How to work with Gulp and Sass
  40. Урок 40. 00:04:35
    Tasks in Gulp
  41. Урок 41. 00:05:05
    Watching for changes with Gulp
  42. Урок 42. 00:05:35
    Minifying CSS with Gulp
  43. Урок 43. 00:09:01
    Gulp options and Sourcemaps
  44. Урок 44. 00:06:28
    Updating our browser with Browsersync
  45. Урок 45. 00:08:14
    Adding src and dist folders, and fixing our HTML
  46. Урок 46. 00:05:29
    Adding a fonts and images task
  47. Урок 47. 00:04:57
    Making Gulp minify our images
  48. Урок 48. 00:11:12
    Deploying to Netlify and GitHub Pages
  49. Урок 49. 00:02:53
    What is PostCSS?
  50. Урок 50. 00:07:05
    Setting up PostCSS with Gulp
  51. Урок 51. 00:06:25
    Joining our files together with Gulp concat
  52. Урок 52. 00:09:00
    PostCSS :root variables
  53. Урок 53. 00:09:57
    Setting up HTML
  54. Урок 54. 00:08:33
    Typography with media queries
  55. Урок 55. 00:03:55
    Adding default typography
  56. Урок 56. 00:09:11
    Adding in header styles
  57. Урок 57. 00:09:04
    Hero sections on Tropicali
  58. Урок 58. 00:06:24
    Making our gridded sections
  59. Урок 59. 00:02:21
    Centering sections with PostCSS
  60. Урок 60. 00:06:22
    Media queries on mobile
  61. Урок 61. 00:06:20
    Deploying our live site
  62. Урок 62. 00:02:37
    Introduction to A Night In Japan
  63. Урок 63. 00:04:54
    Setting up Jekyll
  64. Урок 64. 00:05:06
    Jekyll configuration
  65. Урок 65. 00:04:17
    Default layouts in Jekyll
  66. Урок 66. 00:05:36
    Page site variables
  67. Урок 67. 00:03:35
    Making an about page
  68. Урок 68. 00:08:37
    Looping in Jekyll with Liquid tags
  69. Урок 69. 00:07:04
    Content for homepage
  70. Урок 70. 00:04:25
    What is front matter?
  71. Урок 71. 00:02:59
    Jekyll includes
  72. Урок 72. 00:03:05
    Setting up an assets folder
  73. Урок 73. 00:02:41
    Live reloading with Jekyll
  74. Урок 74. 00:08:17
    Styling up our site
  75. Урок 75. 00:07:19
    Extending our default layout
  76. Урок 76. 00:02:53
    Adding our project to GitHub
  77. Урок 77. 00:03:41
    Setting up Siteleaf
  78. Урок 78. 00:03:05
    Adding content to Siteleaf
  79. Урок 79. 00:03:17
    What is Markdown formatting, and adding images
  80. Урок 80. 00:04:42
    Git pull and push for Siteleaf
  81. Урок 81. 00:07:19
    Tweaks for Siteleaf
  82. Урок 82. 00:01:40
    Introduction to Webpack
  83. Урок 83. 00:05:47
    Setting up our project
  84. Урок 84. 00:07:56
    Adding our gulpfile.js
  85. Урок 85. 00:06:53
    Setting up Webpack
  86. Урок 86. 00:04:30
    Importing Javascript from our folder
  87. Урок 87. 00:05:37
    Setting up a 'cone'
  88. Урок 88. 00:04:38
    Adding our code from Three.js
  89. Урок 89. 00:03:19
    Cleaning up our code
  90. Урок 90. 00:01:40
    How Webpack can work with Vue, React and React Native
  91. Урок 91. 00:02:55
    Webpack extra settings
  92. Урок 92. 00:00:21
    Thank you!