Giter Site home page Giter Site logo

joeywen.github.io's Introduction

My personal website , the framework where I forked from zenorocha.com.

How it works?

I use Jekyll, a static generator in Ruby, to create this blog.

First steps

  1. Install Git and Ruby, in case you don't have them yet.

  2. Once installed these dependencies, open up the terminal and install Jekyll with the following command:

$ gem install jekyll
  1. Now clone the project:
$ git clone https://github.com/joeywen/joeywen.github.io.git
  1. Navigate to the project folder:
$ cd joeywen.github.io
  1. And finally run:
$ jekyll server --watch

You'll have access to the website at localhost:4000 :D

Browser Support

IE Chrome Firefox Opera Safari
IE 8+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

File structure

The basic file structure for the project is organized in the following way:

.
|-- _includes
|-- _layouts
|-- _plugins
|-- _posts
|-- _site
|-- assets
|-- _config.yml
`-- index.html

They're blocks of code used to generate the main page of the site (index.html).

Here you'll find all plugins used.

Here you'll find a list of files for each post.

Here you'll find the default template of the application.

_site

Here you'll find all the static files generated by Jekyll after it's execution. However, this directory is unnecessary in our model, that's why it's ignored (.gitignore).

Here you'll find all images, CSS and JS files.

It stores most of the settings of the application.

It's the file responsible for all application sections.

More information about Jekyll's file structure here.

Credits

Inspired by Andy Taylor.

License

MIT License © Zeno Rocha

joeywen.github.io's People

Contributors

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