Go to file
LordMathis 7670ade223 Refactor routes 2018-12-27 12:01:10 +01:00
src Refactor routes 2018-12-27 12:01:10 +01:00
.babelrc Code Restructuring 2017-07-15 16:52:09 +02:00
.gitignore Add drafts to gitignore 2018-08-10 16:43:38 +02:00
LICENSE.txt Update year 2018-06-25 14:28:18 +02:00
README.md Add todos to README.md 2018-08-12 15:57:14 +02:00
config.json Move config to root folder 2018-09-16 11:43:44 +02:00
package.json Update react 2018-12-24 16:39:01 +01:00
postcss.config.js Move to CSS modules and Sass 2018-05-04 19:34:25 +02:00
webpack.config.js Remove webpack plugins 2018-08-12 15:52:27 +02:00
webpack.prod.config.js Update cache control 2018-07-25 21:04:10 +02:00
yarn.lock Update react 2018-12-24 16:39:01 +01:00

README.md

Personal Website

This is the source code for my website 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.

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