Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog committed Jan 27, 2024
1 parent 18a1f6d commit 2ba0262
Show file tree
Hide file tree
Showing 118 changed files with 29 additions and 26,010 deletions.
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintrc.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierrc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .sentryclirc

This file was deleted.

13 changes: 0 additions & 13 deletions .stylelintrc.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions LICENSE.md

This file was deleted.

45 changes: 0 additions & 45 deletions Makefile

This file was deleted.

36 changes: 1 addition & 35 deletions README.md
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.
25 changes: 25 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!doctype html>
<html lang="en-US">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">

<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>
108 changes: 0 additions & 108 deletions gatsby-config.js

This file was deleted.

64 changes: 0 additions & 64 deletions gatsby-node.js

This file was deleted.

12 changes: 0 additions & 12 deletions jest.config.js

This file was deleted.

3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
for = "/*"
[headers.values]
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"

[build]
publish = "dist/"
Loading

0 comments on commit 2ba0262

Please sign in to comment.