Framework: https://hexo.io/ URL: http://hungrybirds.toile-libre.org/
Once initialised, here’s what your project folder will look like:
.
├── _config.yml
├── package.json
├── scaffolds
├── source
| ├── _drafts
| └── _posts
└── themes
$ hexo new [layout] <title>
Creates a new article. If no layout
is provided, Hexo will use the default_layout
from _config.yml. If the title
contains spaces, surround it with quotation marks.
For the timezone, pick one here: http://php.net/manual/fr/timezones.php
$ hexo generate
Option | Description |
---|---|
-d , --deploy |
Deploy after generation finishes |
-w , --watch |
Watch file changes |
$ hexo server
By default, this is at http://localhost:4000/
.