Skip to content

pfritsch/hungrybirds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hungrybirds

Blog de voyage

Framework: https://hexo.io/ URL: http://hungrybirds.toile-libre.org/

Structure

Once initialised, here’s what your project folder will look like:

.
├── _config.yml
├── package.json
├── scaffolds
├── source
|   ├── _drafts
|   └── _posts
└── themes

New article

$ 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

Generate static files

$ hexo generate
Option Description
-d, --deploy Deploy after generation finishes
-w, --watch Watch file changes

Starts a local server

$ hexo server

By default, this is at http://localhost:4000/.

About

Blog de voyage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published