Begin implementing new website

This commit is contained in:
Niklas von Hertzen
2017-12-09 17:47:25 +08:00
parent b239937e00
commit 13e80cc635
18 changed files with 13017 additions and 1 deletions

View File

@ -0,0 +1,6 @@
import Typography from 'typography';
import githubTheme from 'typography-theme-github';
const typography = new Typography(githubTheme);
export default typography;