Skip to content

Commit

Permalink
Change GitHub repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Jul 6, 2014
1 parent b9e3da7 commit 9a00dcb
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"dependencies": {
"hexo-renderer-ejs": "^0.1.0",
Expand Down
2 changes: 2 additions & 0 deletions scaffolds/page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: {{ title }}
---
2 changes: 2 additions & 0 deletions scaffolds/post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: {{ title }}
---
2 changes: 1 addition & 1 deletion source/_posts/2014-06-14-hexo-2-7-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It can be used in header, footer, sidebar or static contents that won't be chang
``` js
<%- fragment_cache('header', function(){
return '<header></header>';
});
}); %>
```

By using `fragment_cache` helper, contents in the function will be cached.
Expand Down
2 changes: 1 addition & 1 deletion source/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The Hexo documentation is open source and you can find the source code on [hexoj
## Reporting Issues
When you encounter some problems when using Hexo, you can find the solutions in [Troubleshooting] or ask me on [GitHub](https://github.com/tommy351/hexo/issues) or [Google Group](https://groups.google.com/group/hexo). If you can't find the answer, please report it on GitHub.
When you encounter some problems when using Hexo, you can find the solutions in [Troubleshooting] or ask me on [GitHub](https://github.com/hexojs/hexo/issues) or [Google Group](https://groups.google.com/group/hexo). If you can't find the answer, please report it on GitHub.

1. Represent the problem in debug mode.

Expand Down
4 changes: 2 additions & 2 deletions source/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
title: Documentation
---
Welcome to the Hexo's documentation. This documentation will help you get started fast. If you get any problems when using Hexo, you can find the answer in [troubleshooting](troubleshooting.html) or you can ask me on [GitHub](https://github.com/tommy351/hexo/issues) or [Google Group](https://groups.google.com/group/hexo).
Welcome to the Hexo's documentation. This documentation will help you get started fast. If you get any problems when using Hexo, you can find the answer in [troubleshooting](troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues) or [Google Group](https://groups.google.com/group/hexo).

## What's Hexo?

Hexo is a fast, simple and powerful blog framework. It parses your posts with [Markdown](http://daringfireball.net/projects/markdown/) or other render engine and generates static files with the beautiful theme. All of these just take seconds.

## Installation

It only takes few minutes for you to get Hexo ready. If you encounter any problems on installation and you can't find the solution here. Please [submit an issue](https://github.com/tommy351/hexo/issues) and I'll try to solve your problems.
It only takes few minutes for you to get Hexo ready. If you encounter any problems on installation and you can't find the solution here. Please [submit an issue](https://github.com/hexojs/hexo/issues) and I'll try to solve your problems.

### Requirements

Expand Down
4 changes: 2 additions & 2 deletions source/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You should at least describe `name`, `version`, `main` in `package.json`. For ex

### Publishing

You can publish your plugin to the [plugin list](https://github.com/tommy351/hexo/wiki/Plugins) on wiki.
You can publish your plugin to the [plugin list](https://github.com/hexojs/hexo/wiki/Plugins) on wiki.

## Generator

Expand Down Expand Up @@ -81,7 +81,7 @@ hexo.extend.generator.register(function(locals, render, callback){

## Renderer

Renderers are used to render contents. You can find available renderers in [plugin list](https://github.com/tommy351/hexo/wiki/Plugins#renderer).
Renderers are used to render contents. You can find available renderers in [plugin list](https://github.com/hexojs/hexo/wiki/Plugins#renderer).

### Syntax

Expand Down
2 changes: 1 addition & 1 deletion source/docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ It would be easier if you use partial:
## Publishing
You can publish your theme to the [theme list](https://github.com/tommy351/hexo/wiki/Themes) on wiki. Before publishing, you should test it with [Theme Unit Test](https://github.com/hexojs/hexo-theme-unit-test).
You can publish your theme to the [theme list](https://github.com/hexojs/hexo/wiki/Themes) on wiki. Before publishing, you should test it with [Theme Unit Test](https://github.com/hexojs/hexo-theme-unit-test).
[IETF format]: http://www.w3.org/International/articles/language-tags/
[EJS]: https://github.com/visionmedia/ejs
Expand Down
2 changes: 1 addition & 1 deletion source/docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Troubleshooting
---
You may encounter some problems when using Hexo. The following are the solutions to the problems that people frequently asked. If you can't find the answer here, you can try to find the answer on [GitHub](https://github.com/tommy351/hexo/issues) or [Google Group](https://groups.google.com/group/hexo).
You may encounter some problems when using Hexo. The following are the solutions to the problems that people frequently asked. If you can't find the answer here, you can try to find the answer on [GitHub](https://github.com/hexojs/hexo/issues) or [Google Group](https://groups.google.com/group/hexo).

## YAML Parsing Error

Expand Down
2 changes: 1 addition & 1 deletion themes/hexo3/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ google_analytics: UA-4910098-10
fb_admins: 100000247608790
swiftype_key: DDvzs7LQ9kdKssQNQLcv
twitter: hexojs
github: tommy351/hexo
github: hexojs/hexo

0 comments on commit 9a00dcb

Please sign in to comment.