https://github.com/zongren/hexo-theme-nojs
Hexo theme without any javascript codes or files.See:https://zongren.gitlab.io/
https://github.com/zongren/hexo-theme-nojs
hexo hexo-theme hexo-theme-nojs
Last synced: 6 months ago
JSON representation
Hexo theme without any javascript codes or files.See:https://zongren.gitlab.io/
- Host: GitHub
- URL: https://github.com/zongren/hexo-theme-nojs
- Owner: zongren
- License: mit
- Created: 2016-08-18T08:23:08.000Z (almost 10 years ago)
- Default Branch: v2
- Last Pushed: 2017-06-29T07:05:18.000Z (about 9 years ago)
- Last Synced: 2025-08-12T17:18:55.812Z (12 months ago)
- Topics: hexo, hexo-theme, hexo-theme-nojs
- Language: HTML
- Homepage:
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NoJS
Hexo theme without any javascript codes or files.
## Add tag page
Execjte `hexo new page tags`,and set layout to `tags`,and uncomment the following code in `theme config`.
```
menu
...
# - tag:
# url: 'tags'
# title: 'tag'
```
## Add category page
Execjte `hexo new page categories`,and set layout to `categories`,and uncomment the following code in `theme config`.
```
menu
...
# - category:
# url: 'categories'
# title: 'category'
```
## Add date page
Date page shows all dates monthly.Execjte `hexo new page date`,and set layout to `date`,and uncomment the following code in `theme config`.
```
menu
...
# - date:
# url: 'date'
# title: 'date'
```
## Add archives page
Archives page show all posts.Uncomment the following code in `theme config`.
```
menu
...
# - archive:
# url: 'list'
# title: 'archive'
```
## Add search page
Search page requires [`Algolia`](https://www.algolia.com).Execute `hexo new page search` and set layout to `search`.Uncomment following code to `theme.config` file
```
# algolia:
# appId: "{replace with your Application ID}"
# apiKey: "{replace with your Search-Only API Key}"
# indexName: "{replace with your index name}"
```
## Enable comment
NoJS supports staticman,first uncomment `# staticman:` in `theme config`.