GithubHelp home page GithubHelp logo

iyrwis / alway5.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from statixite/minhhuy150894.github.io

0.0 1.0 0.0 1.89 MB

License: Other

Ruby 3.15% JavaScript 43.58% HTML 15.72% CSS 37.55%

alway5.github.io's Introduction

How to use your own domain for github page?

View my tutorials video here!


How to use this template?

You can fork this project to your own project.
Ex: fork and rename this repository to "yourname", you'll get the following address: yourusername.github.io/yourname
Or clone it to your local (by using gitGUI or from cmd line), modify something and push from local to your account.

How to change my title and something else?

Go to _config.yml file and change to what you want, you can add some social account to your profile view.

How to create new posts ?

create new file in _posts folder, the name of the file should be begin with "yyyy-mm-dd" and separated by "-" (dash) and end with ".md" (markdown format). Ex: "2015-05-12-documents.md"
In the beginning of the content, copy and paste following:
--- 
layout: post
title:
description: "abcd"
modified: 2014-12-23
tags: [abc, def]
---

change your title, tag, modified date time...

How to post code?

use:
{% highlight css %}
{% endhighlight %}

you can change "css" to some other languages such as cpp, java, html...

How to add or change menu on the left side?

Go to _includes/navigation.html

How to change color or anything else in the fixed navigation bar at the top?

Go to _includes/head.html

How about the background color?

Go to _sass/_page.scss

alway5.github.io's People

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.