hexojs / site

The website for Hexo. https://hexo.io/

Home Page:https://hexo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update installation docs: currently installation docs create errors and do NOT work

cekvenich opened this issue · comments

commented

I recently recommended Hexo to a client. Sadly the installation docs don't work.
yarn (old version) is required and not mentioned in the docs:
https://hexo.io/docs

See hexojs/hexo-cli#176

The docs need to be updated to mention the need for yarn (old version) else hexo init fails.

I think it is important for hexo community to grow, and one factor is how easy it is to adopt hexo. The first hexo command you run is 'init' and it fails. So please update docs to mention an old version of yarn.

(aside: yarn used to be cool years back, but npm works. On my other project, I use a download script to get a zip example file hosted in /doc folder publically. I'm happy to write up an example. This way yarn or git install is not needed - for designers and clients to make it easy to use hexo)