2018-08-11 14:15:49 +00:00
|
|
|
# Personal Website
|
2017-05-17 19:42:08 +00:00
|
|
|
|
2018-08-11 14:15:49 +00:00
|
|
|
This is the source code for my website [namesny.com](https://namesny.com).
|
|
|
|
|
|
|
|
This website is built with React and is open source. It is universally rendered both on server and in browser. The content is served through an API.
|
2018-08-12 13:57:14 +00:00
|
|
|
|
|
|
|
## To do
|
|
|
|
|
|
|
|
* ~~implement draft support~~
|
|
|
|
* fix webpack dev server
|
|
|
|
* add cv/resume section
|
|
|
|
* support comments
|
|
|
|
* live reload
|
|
|
|
* eliminate most hardcoded things (move them to config file)
|
|
|
|
* remove unnecessary code and overall code cleanup
|