Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork44
This is a dummy Hexo site for theme unit test. You should test your theme before release.
License
hexojs/hexo-theme-unit-test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a dummy Hexo site for theme unit test. You should test your theme before release.
This test doesn't contain the default theme. You have to install the theme you want to test before starting.
Clone this repository
$ git clone https://github.com/hexojs/hexo-theme-unit-test.git
Install your own theme and modify
themesetting in_config.yml.Run server and start testing. Make sure all styles are displayed properly.
Once test is done, you cansubmit your theme!
Use the properDOCTYPE.If you don't know which doctype you should use,
<!DOCTYPE html>is recommended.UTF8 charset
<metacharset="utf-8">
Proper titles for different pages
Favicon support
<linkrel="icon"href="path/of/favicon">
- Only display excerpts. (Better with a "Read More" link)
- Pagination
- Display post categories and tags.
- Disqus comment support.
- Display the post date.
- Support
photosin front-matter. - Posts without title should be accessible.
- Usefragment_cacheIt caches render result across post/pages, see#1769 for the impact
- Responsive design
- i18n
- Post share
- SEO
- RSSAutodiscovery support
- Example:
<linkrel="alternate"href="path/of/rss"type="application/atom+xml">
- Some RSS plugins (e.g.hexo-generator-feed 2.1+) insert autodiscovery by default. There is a slight performance benefit if a theme inserts it, instead of the plugin. To take advantage of that, autodiscovery needs to be disabled in the plugin.
feed:autodiscovery:false
- hexo-generator-feed plugin could generate more than one type of RSS (e.g. Atom & RSS2). Here is an example EJS snippet for multi-format support by utilizing
feed_taghelper:<%-feed_tag()%>
- If you want to support other plugins, in addition to hexo-generator-feed:
<%if(config.feed){%><%-feed_tag()%><%}elseif(theme.rss){%><%-feed_tag(theme.rss)%><%}%>
- If you decide to support autodiscovery, we recommend checking the updates ofhexo-generator-feed (or any other RSS plugin that your theme prefers) from time to time. The configuration and functionality of an RSS plugin may change over time.
About
This is a dummy Hexo site for theme unit test. You should test your theme before release.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.