1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

added markdown parsing - working on converting html posts

This commit is contained in:
2016-08-16 12:47:23 +00:00
parent db3e51b69a
commit 00f562dfb6
14 changed files with 841 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "My personal website built with React and Go",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"build": "webpack && babel-node metadata.js",
"c9": "webpack-dev-server --port $PORT --host $IP --hot --content-base dist --history-api-fallback",
"dev": "webpack-dev-server --content-base dist --inline --hot --history-api-fallback",
"prod-linux": "export NODE_ENV=production && webpack -p",
@@ -24,6 +24,7 @@
"homepage": "https://github.com/mgerb/mywebsite#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-react-html-attrs": "^2.0.0",
@@ -36,6 +37,7 @@
"exports-loader": "^0.6.3",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"highlight.js": "^9.6.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.8.0",
"react": "^15.3.0",