Changing to self hosting, restructure, logo and color changes

This commit is contained in:
Moris Zen
2018-08-29 14:05:56 +02:00
parent cb2e52dbf9
commit 9e16924bfb
14 changed files with 829 additions and 35 deletions

View File

@@ -1,6 +1,13 @@
import React, { Component } from 'react'
import Helmet from 'react-helmet'
import Prism from 'prismjs'
require('prismjs/themes/prism-solarizedlight.css')
class PostDefault extends Component {
componentDidMount() {
Prism.highlightAll()
}
render() {
const { data } = this.props
return (