facelift
v1.0.2
Published
Quick github-pages generator
Downloads
16
Readme
facelift
Quick github-pages generator
Install
npm install -g facelift
Usage
Usage
$ facelift
This will use the facelift.json
file to generate the docs/
folder with the website content.
Example of a facelift.json
for drone
{
"title": "drone",
"subtitle": "The missing library manager for Android Developers",
"installation": "npm i -g drone",
"url": "https://github.com/cesarferreira/drone",
"screenshot": "http://cesarferreira.com/drone/res/add4.gif",
"author": {
"name": "cesar ferreira",
"thumbnail": "https://pbs.twimg.com/profile_images/884351017097322496/2mmpORsM_400x400.jpg",
"homepage": "http://cesarferreira.com"
},
"highlights": [
{
"title": "Features",
"items": [
"Blazing fast way to add libraries",
"No need to search the web for that library",
"Add multiple dependencies with a one liner",
"Automated dependency and package management",
"Automatic import custom urls (e.g. jitpack)",
"Intuitive, easy-to-learn tool"
]
},
{
"title": "Links",
"items": [
"GitHub: <a href='https://github.com/cesarferreira/drone'>https://github.com/cesarferreira/drone</a>",
"npm: <a href='https://www.npmjs.com/package/drone'>https://www.npmjs.com/package/drone</a>"
]
}
]
}
git add
andpush
your code to yourremote
.
now...
Head to your https://github.com/USERNAME/REPO/settings, scroll down to Github Pages and change the source to master branch /docs folder.
This will generate this website
Created by
License
MIT © Cesar Ferreira