-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
30 additions
and
26,010 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,3 @@ | ||
# [jiahao.codes](https://jiahao.codes) | ||
|
||
[![Build Status](https://travis-ci.org/jiahaog/jiahao.codes.svg?branch=master)](https://travis-ci.org/jiahaog/jiahao.codes) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/d38a9c1b83fd46ec56e7/maintainability)](https://codeclimate.com/github/jiahaog/jiahao.codes/maintainability) | ||
[![codecov](https://codecov.io/gh/jiahaog/jiahao.codes/branch/master/graph/badge.svg)](https://codecov.io/gh/jiahaog/jiahao.codes) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/jiahaog/jiahao.codes.svg)](https://greenkeeper.io/) | ||
[![dependencies Status](https://david-dm.org/jiahaog/jiahao.codes/status.svg)](https://david-dm.org/jiahaog/jiahao.codes) | ||
|
||
Personal ~~hype-driven~~ ~~over-engineered~~ awesome website. | ||
|
||
Built with [React](https://reactjs.org/), [Gatsby](https://www.gatsbyjs.org/) and other amazing tools. Content is hosted all over the world with [Netlify](https://www.netlify.com/). I write more about this [here](https://jiahao.codes/blog/why-i-upgraded-my-website/) and [here](https://jiahao.codes/blog/integrating-and-building-all-the-things/)! | ||
|
||
## Getting Started | ||
|
||
### Installation | ||
|
||
With [Node.js](https://nodejs.org/) > v8 installed, | ||
|
||
```bash | ||
git clone [email protected]:jiahaog/jiahao.codes.git | ||
|
||
make install | ||
``` | ||
|
||
### Development | ||
|
||
```bash | ||
make start | ||
``` | ||
|
||
### Build | ||
|
||
Static files will be built to `public/` | ||
|
||
```bash | ||
make build | ||
``` | ||
Personal website - WIP. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!doctype html> | ||
<html lang="en-US"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Jia Hao's website"> | ||
|
||
<title>Jia Hao</title> | ||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZYH0J1STSX"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-ZYH0J1STSX'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<p>Still a work in progress.</p> | ||
<p><a href="https://www.linkedin.com/in/jiahaog/">Contact</a></p> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.