https://github.com/mvxt/hexo-theme-studio
[!!! WORK IN PROGRESS ] Simple Hexo blog theme for individuals to showcase their portfolio and blog.
https://github.com/mvxt/hexo-theme-studio
css3 ejs ejs-templates hexo hexo-blog hexo-theme html5 javascript theme
Last synced: 2 months ago
JSON representation
[!!! WORK IN PROGRESS ] Simple Hexo blog theme for individuals to showcase their portfolio and blog.
- Host: GitHub
- URL: https://github.com/mvxt/hexo-theme-studio
- Owner: mvxt
- License: mit
- Created: 2018-08-15T04:13:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T06:00:54.000Z (over 5 years ago)
- Last Synced: 2025-08-12T02:48:09.968Z (10 months ago)
- Topics: css3, ejs, ejs-templates, hexo, hexo-blog, hexo-theme, html5, javascript, theme
- Language: HTML
- Homepage: https://www.mvxt.me/
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Hexo Theme Studio
A simple [Hexo](https://hexo.io) theme for individuals to showcase their portfolio and blog.
## Install
1. Clone this repository from GitHub. The below command assumes you're in the main directory of your blog.
```shell
$ git clone https://github.com/mvxt/hexo-theme-studio themes/studio
```
2. Enable in config. You'll need to modify the `theme` setting in your `_config.yml`:
```yaml
# ... other config
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: studio
```
3. Remember to occasionally pull the latest updates for the theme.
```shell
$ cd themes/studio && git pull
```
## Contributions
All contributions are welcome.
### Development & Testing
// TODO