Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.53 KB

kgustave.me

Dear Reader,

This is my website's official source code.

This is public only as a resource to anyone looking to create a website using the following:

  • node.js with minimal commonjs (used only for pure-script and other specific files).
  • reactjs using react-dom, react-router, and other popular react libraries.
  • typescript, notably typescript in a create-react-app project.
  • sass/scss along with various bootstrap resources.

This website is hosted via gh-pages at https://shengaero.github.io/, or https://kgustave.me/

Acknowledgements

Special thanks to rafrex for his spa-github-pages workaround that made sure I could use BrowserRouter in a single page react app on gh-pages.

HashRouter is cursed, let it be damned, keep the #s out of my URLs!!!

Sincerely,
Kaidan Gustave

License

kgustave.me is licensed under the Apache 2.0 License

Copyright 2018 Kaidan Gustave

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.