Code Monkey home page Code Monkey logo

jbake-yinwang's Introduction

Jbake-yinwang thème

Build Status


Jbake-yinwang est un thème minimal, pour Jbake il est basé sur hugo-yinwang - un thème minimal, pour Hugo.

Copie d'écran

page d'acceuil Post de blog

Fonctionnalités

  • Clair
  • Coloration syntaxique
  • Liens sociaux
  • TravisCI integration
  • Support de la pagination (plus de bidouille :P)
  • Page 404 specifique
  • Liens pour passer d'un article à un autre
  • Partage des posts dans les reseaux sociaux

Installer

  • creer un repot git (eg: [email protected]:myGitName/website.git)
  • mkdir website;cd website;git init
  • git remote add upstream [email protected]:tisseurdetoile/Jbake-yinwang.git
  • git fetch upstream
  • git checkout -b upstream upstream/master
  • git remote add origin [email protected]:myGitName/website.git
  • git fetch origin
  • git push -u origin master
  • commencer a produire du contenu dans content
  • configurer le blog en éditant jbake.properties

Mise à jour

  • Récuperer une mise à jour
    • git checkout upstream
    • git fetch upstream
    • git pull
  • Rebaser votre travail au dessus
    • git checkout master
    • git rebase upstream
    • si besoin gerer les conflits
    • git push --force-with-lease
  • Continuer à travailler

Travis configuration

  • A faire

Demonstration

Une démonstration est disponible ici

Licence et Copyright

Sous licence the MIT license.


** For our english friend **

Jbake-yinwanga minimal, responsive theme for Jbake based on the hugo-yinwang - a minimal, theme for Hugo

Features

  • Clean layout
  • Syntax highlighting
  • Social links
  • Travis Integration
  • Pagination support (no more custom :P)
  • custom 404 page
  • Link for Next/previous Post
  • Social network share link in post

Install

  • create a git repo (eg: [email protected]:myGitName/website.git)
  • mkdir website;cd website;git init
  • git remote add upstream [email protected]:tisseurdetoile/Jbake-yinwang.git
  • git fetch upstream
  • git checkout -b upstream upstream/master
  • git remote add origin [email protected]:myGitName/website.git
  • git fetch origin
  • git push -u origin master
  • start writing content in the content folder
  • configure the blog by editing jbake.properties

Update

  • Fetch update
    • git checkout upstream
    • git fetch upstream
    • git pull
  • Rebase your work On
    • git checkout master
    • git rebase upstream
    • if you need deal with conflict
    • git push --force-with-lease
  • Keep going

Travis integration

  • to be done

Demo

The demo is here Demo


Copyright and license

It is under the MIT license.

jbake-yinwang's People

Contributors

tisseurdetoile avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.