Git Product home page Git Product logo

wykydtronik.github.io-source's Introduction

kaichi.github.io

This is the source for kaichi.github.io - nothing special, just based on Hexo - an OctoPress alternative.

Installed packages

hexo-soundcloud hexo-deployer-git hexo-tag-bootstrap hexo-tag-fontawesome

Join the #Hexo IRC channel!

hexo irc channel

Find us on Freenode! Try a native client like Hexchat (Windows/OSX/Linux) or Textual (OSX) or register up for IRCCloud.com!

/server irc.freenode.net
/join #hexo

Redeploying Hexo via Github Redeploying

This is a basic overview on how to redeploy the Hexo environment from source placed on Github. Assuming you've backed up your Hexo source.

.gitignore

Before anything, remember packages.json should be added to your .gitignore - this can conflict with your other working environments. Example of my .gitignore is below.

.DS_Store
Thumbs.db
db.json
*.log
node_modules/
public/
.deploy*/
package.json

Clone A Local Copy

$ cd ~/github/
$ git clone [email protected]:wykydtronik/wykydtronik.github.io-source.git

Backup .git and _config.yml to Desktop

Cut and paste both .git and _config.yml to a safe place, because hexo init will removing / overwriting these critical assets.

Initiate Hexo

Assuming that git, node.js, and hexo are installed on your new workstation, proceed.

$ cd wykydtronik.github.io-source
$ hexo init

Install Dependencies / Plugins

Below is examples of my setup.

$ npm install hexo-deployer-git --save
$ npm install hexo-soundcloud --save

Copy .git and _config.yml to Hexo environment

Once the hexo environment is setup, copy the .git and _config.yml to your working enviroment. You can now use hexo generate and deploy, git add, commit, push, and pull.

wykydtronik.github.io-source's People

Contributors

wykydtronik avatar

Watchers

 avatar  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.