Skip to content

Commit

Permalink
docs: update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Jul 1, 2019
1 parent d921d3f commit cd0c401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

## Installation

1. Download the latest version built and ready for production here : [releases](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/releases)
1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/master.zip)
2. Rename the folder in `tranquilpeak` and place it in the `themes` folder of your Hexo blog
3. Modify the theme in Hexo configuration file (`_config.yml`) by setting `theme` variable to `tranquilpeak`
4. Go to the `tranquilpeak` folder and run `npm install && npm run prod`

## Hexo configuration

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tranquilpeak

[![Build Status](https://img.shields.io/travis/LouisBarranqueiro/hexo-theme-tranquilpeak/master.svg?style=flat-square)](https://travis-ci.org/LouisBarranqueiro/hexo-theme-tranquilpeak)
[![Build Status](https://img.shields.io/travis/LouisBarranqueiro/hexo-theme-tranquilpeak/master.svg?style=flat-square)](https://travis-ci.com/LouisBarranqueiro/hexo-theme-tranquilpeak)
[![Slack](https://img.shields.io/badge/slack-join-cf0e5b.svg?style=flat-square)](https://now-examples-slackin-stlpermtzi.now.sh)

A gorgeous responsive theme for Hexo blog framework
Expand Down Expand Up @@ -56,8 +56,11 @@ A gorgeous responsive theme for Hexo blog framework

## Quick start

1. Download the latest version built and ready for production here : [releases](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/releases)
2. Read [documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/DOCUMENTATION.md) to install and configure the theme.
1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/master.zip)
2. Rename the folder in `tranquilpeak` and place it in the `themes` folder of your Hexo blog
3. Modify the theme in Hexo configuration file (`_config.yml`) by setting `theme` variable to `tranquilpeak`
4. Go to the `tranquilpeak` folder and run `npm install && npm run prod`
5. Read [documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/DOCUMENTATION.md) to configure the theme.

## Demo

Expand Down

0 comments on commit cd0c401

Please sign in to comment.