Go to file
LordMathis 03e63e1806 Fix date issues 2019-03-27 17:15:05 +01:00
src Fix date issues 2019-03-27 17:15:05 +01:00
.editorconfig Scanner can now promise things 2019-03-24 21:34:25 +01:00
.eslintrc.json Fix all eslint issues 2019-02-16 21:37:41 +01:00
.gitignore Fix some issues 2018-12-29 23:07:50 +01: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
babel.config.js Fix some scanner issues 2019-02-20 21:27:34 +01:00
config.json Fix data.json loading 2019-02-18 21:18:55 +01:00
package.json Fix date issues 2019-03-27 17:15:05 +01:00
postcss.config.js Fix wrong push 2019-03-26 19:30:00 +01:00
webpack.config.js Getting posts and about rendered 2019-03-26 20:24:39 +01:00
yarn.lock Fix date issues 2019-03-27 17:15:05 +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