Update content in README and projects page about this site

This commit is contained in:
Mitchell Simon 2019-09-02 22:11:54 -04:00
parent 356b95579e
commit b8068f4b58
2 changed files with 8 additions and 7 deletions

View File

@ -3,11 +3,12 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability)](https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability) [![Maintainability](https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability)](https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
This is my personal site and it has taken the form of a plain HTML site and a Ruby This is the project repository for my personal website. I've build and rebuilt my personal website
app, but it currently takes the form of a React.js app. It was in many technologies, but these days it is a simple TypeScript React SPA. Before using TS, I put
developed using Eslint, Prettier and Flow. It is hosted in multiple Flow up to the same task and was pleasantly surprised, but ultimately won over in other projects by
locations around the world, using AWS S3 and Cloudfront. It is also TS.
continously deployed using Travis CI.
The site is currently hosted on S3 and cached/distributed around the US by Cloudfront. The site is
also continuously deployed using TravisCI.
You can read more about my websites history and my other projects [here](https://mjfs.us/projects). You can read more about my other projects [here](https://mjfs.us/projects).

View File

@ -37,7 +37,7 @@
"alt": "Maintainability" "alt": "Maintainability"
} }
], ],
"description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront." "description": "This repository for this site. I've built and rebuilt my personal website in many technologies, but these days it is a simple TypeScript React SPA. Before using TS, I put Flow up to the same task and was pleasantly surprised, but ultimately won over in other projects by TS. This site is currently hosted on S3 and cached/distributed around the US by Cloudfront. This site is also continuously deployed using TravisCI."
}, },
{ {