An open API service indexing awesome lists of open source software.

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.

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