Go to file
LordMathis 8cf973be70
Add possibility of custom head scripts
2019-10-13 13:49:30 +02:00
config Add possibility of custom head scripts 2019-10-13 13:49:30 +02:00
src Add possibility of custom head scripts 2019-10-13 13:49:30 +02:00
.dockerignore Dockerize everything 2019-04-06 20:22:46 +02: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 Add config example 2019-09-28 12:22:21 +02:00
Dockerfile Fix failing docker build 2019-09-25 22:20:31 +02:00
LICENSE.txt Update year 2018-06-25 14:28:18 +02:00
README.md Update README.md 2019-03-27 19:17:18 +01:00
babel.config.js Fix some scanner issues 2019-02-20 21:27:34 +01:00
package.json Change list of blog posts style 2019-10-12 16:54:03 +02:00
postcss.config.js Fix wrong push 2019-03-26 19:30:00 +01:00
webpack.client.js Make it work again 2019-09-22 20:01:43 +02:00
webpack.server.js Make it work again 2019-09-22 20:01:43 +02:00
yarn.lock Change list of blog posts style 2019-10-12 16:54:03 +02: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.

To do

  • implement draft support
  • add cv/resume section
  • support comments
  • live reload
  • eliminate most hardcoded things (move them to config file)
  • remove unnecessary code and overall code cleanup