need subcommand build
simply run the `jekyll` shows ``` A subcommand is required. jekyll 3.2.1 -- Jekyll is a blog-aware, static site generator in Ruby ``` need subcommand build
This commit is contained in:
parent
01c59004e9
commit
f084de7bc9
|
@ -8,7 +8,7 @@ Sites built using Jekyll can be deployed in a large number of ways due to the st
|
||||||
|
|
||||||
## Web hosting providers (FTP)
|
## Web hosting providers (FTP)
|
||||||
|
|
||||||
Just about any traditional web hosting provider will let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, simply run the `jekyll` command and copy the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers.
|
Just about any traditional web hosting provider will let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, simply run the `jekyll build` command and copy the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers.
|
||||||
|
|
||||||
### FTP using Glynn
|
### FTP using Glynn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue