Go to file
dependabot[bot] 422d624a5c
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 13:39:28 +00:00
config Update config example 2020-05-23 16:39:33 +02:00
src Change config key for special files 2020-06-15 18:28:36 +02:00
.dockerignore Update Dockerfile 2019-11-02 11:45:59 +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 Add config example 2019-09-28 12:22:21 +02:00
Dockerfile Dont run as root in docker 2019-11-17 15:07:15 +01: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 type error exports is read only 2020-01-09 23:51:27 +01:00
package.json Implement config validation 2020-05-09 14:43:28 +02:00
postcss.config.js Update webpack config 2020-01-11 00:31:56 +01:00
webpack.client.js Update webpack config 2020-01-11 00:31:56 +01:00
webpack.server.js Update webpack config 2020-01-11 00:31:56 +01:00
yarn.lock Bump elliptic from 6.5.2 to 6.5.3 2020-07-30 13:39:28 +00: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