All Projects → cesarferreira → facelift

cesarferreira / facelift

Licence: MIT license
Quick github-pages generator

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to facelift

React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+509.09%)
Mutual labels:  gh-pages
kanjigrid
A web-app displaying the 2200 kanji characters taught in James Heisig's "Remembering the Kanji", 6th edition.
Stars: ✭ 37 (+68.18%)
Mutual labels:  gh-pages
react-ui-kit-boilerplate
A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest
Stars: ✭ 88 (+300%)
Mutual labels:  gh-pages
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (+531.82%)
Mutual labels:  gh-pages
Gallery shell
📷 Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+800%)
Mutual labels:  gh-pages
cpptemplate
A template project (library and executable) for C++ projects with cmake, ctest, vcpkg, circleci, and automated document deploymend via doxygen to gh-pages
Stars: ✭ 30 (+36.36%)
Mutual labels:  gh-pages
Brunch.github.io
The website
Stars: ✭ 117 (+431.82%)
Mutual labels:  gh-pages
website
Hack for LA's website
Stars: ✭ 133 (+504.55%)
Mutual labels:  gh-pages
Pat
PAT OJ exercises in C language 浙江大学PAT纯C语言题解,欢迎改进建议
Stars: ✭ 245 (+1013.64%)
Mutual labels:  gh-pages
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+895.45%)
Mutual labels:  gh-pages
Ember Cli Github Pages
Easily manage gh-pages of your ember-cli addon
Stars: ✭ 164 (+645.45%)
Mutual labels:  gh-pages
React Gh Pages
Deploying a React App (created using create-react-app) to GitHub Pages
Stars: ✭ 2,801 (+12631.82%)
Mutual labels:  gh-pages
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (+313.64%)
Mutual labels:  gh-pages
Picpic
A awesome image host service driven by github pages and github actions.
Stars: ✭ 135 (+513.64%)
Mutual labels:  gh-pages
covid-19-visualization
US Covid-19 Visualization. Github pages automatic build.
Stars: ✭ 2 (-90.91%)
Mutual labels:  gh-pages
Gatsby Advanced Blog
Gatsby starter for advanced blog
Stars: ✭ 121 (+450%)
Mutual labels:  gh-pages
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (+190.91%)
Mutual labels:  gh-pages
home
Personal portfolio site of Faraz Shaikh.
Stars: ✭ 18 (-18.18%)
Mutual labels:  gh-pages
anitab-org.github.io
AnitaB.org Open Source website has information about our community, including our open source projects, participation in programs, events, and a few contribution guidelines.
Stars: ✭ 141 (+540.91%)
Mutual labels:  gh-pages
GitHub-Pages-deploy
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 42 (+90.91%)
Mutual labels:  gh-pages

facelift

Quick github-pages generator

Build Status npm npm License

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 and push your code to your remote.

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

Cesar Ferreira

License

MIT © Cesar Ferreira

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].