Closed jonocosa closed 10 years ago
Hi, In the blog config file, _config.yml, try to set the web property: title: xxx subtitle: xxx description: xx the 'description' property cannot be null, i think so
git clone git://github.com/someus/huno.git themes/modernist
should be
git clone git://github.com/someus/huno.git themes/huno
modernist
is the name of another theme...This is my negligence.
As opjlmi said, page.title
and page.description
are defined in hexo config file _config.yml
Hi, I love the template you made, but there are some small problems I run into while installing it.
First of in your installation guide you say to
and then to alter the theme setting in the _config.yml file to huno.
This doesn't work because we named the theme directory to /modernist. So we have to either change the theme setting to modernist, or change the theme directory name tu huno. Is a small issue but it can lead to confusion for people who unfamiliar with hexo.
The other isio I ran into is the one who has been already closed. I got the error message because my site description was empty.
I recommend making note in the readme file so that people know the problem.