modify README
This commit is contained in:
parent
7c4bf30381
commit
23bf60e4f0
|
@ -3,9 +3,11 @@ Freelancer theme
|
||||||
|
|
||||||
Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/templates/freelancer/)
|
Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/templates/freelancer/)
|
||||||
|
|
||||||
|
After [downloading](https://github.com/jeromelachaud/freelancer-theme/archive/master.zip), use the normal process of serving a jekyll site. Navigate to the directory in terminal and type `jekyll build` followed by `jekyll serve`
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
1. Place a image in `/img/portoflio/`
|
1. Place a image in `/img/portoflio/`
|
||||||
2. Construction a post to display your project. Use the follow as an example:
|
2. Create posts to display your projects. Use the follow as an example:
|
||||||
```txt
|
```txt
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
|
@ -20,7 +22,7 @@ description: The description of the project
|
||||||
|
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
4. And finally, serve Jekyll source as you would normally.
|
3. And finally, serve Jekyll source as you would normally.
|
||||||
|
|
||||||
## [Demo](https://jeromelachaud.github.io/freelancer-theme)
|
## [Demo](https://jeromelachaud.github.io/freelancer-theme)
|
||||||
|
|
||||||
|
@ -29,8 +31,5 @@ View this jekyll theme in action [here](https://jeromelachaud.github.io/freelanc
|
||||||
## Screenshot
|
## Screenshot
|
||||||

|

|
||||||
|
|
||||||
Localhost deployment
|
|
||||||
=========
|
=========
|
||||||
After [downloading](https://github.com/jeromelachaud/freelancer-theme/archive/master.zip), use the normal process of serving a jekyll site. Navigate to the directory in terminal and type `jekyll build` followed by `jekyll serve`
|
|
||||||
|
|
||||||
For more details, read [documentation](http://jekyllrb.com/)
|
For more details, read [documentation](http://jekyllrb.com/)
|
||||||
|
|
Loading…
Reference in New Issue