Skip to content

Commit

Permalink
This is a major refactor of the website
Browse files Browse the repository at this point in the history
Source files are now placed in src/ before building
This uses parcel to do the build
Timeline items are now split into separate JSON files
Cleaned up script files to have fewer
  • Loading branch information
Fleker committed Mar 21, 2019
1 parent e8f58f0 commit d6a2726
Show file tree
Hide file tree
Showing 56 changed files with 5,815 additions and 1,249 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
dist/
node_modules/
.cache/
.yarnclean
yarn-error.log
14 changes: 10 additions & 4 deletions README.md
@@ -1,4 +1,10 @@
# [felker.dev](https://felker.dev)

This is my personal website, which contains a variety of things that I've been involved with.

# [felker.dev](https://felker.dev)

This is my personal website, which contains a variety of things that I've been involved with.

## Setup
```
yarn
yarn serve # or yarn build
```

63 changes: 0 additions & 63 deletions contact.js

This file was deleted.

0 comments on commit d6a2726

Please sign in to comment.