I love meeting new people, please reach out;
- @ajaxdavis on twitter
- [email protected]
- @thomasdavis on github
I love meeting new people, please reach out;
dcwr (don't care, won't read) This project aims to make your entire blog contained in a single file (content sourced from where ever you want), of which you can do what ever you want via utilizing tools built in a community fashion.
mkdir myblog && cd myblog
npm i -g jsonblog-cli
dcwr (don't care, won't read) This project aims to make your entire blog contained in a single file, of which you can do what ever you want via utilizing tools built in a community fashion. But not excluded to anyone who thinks that their propertiry softare that imports the file to make a sustainable and commodity for those seeking to build blogs. Skip To Getting Started
I feel like I don't speak just for myself but over the years maintaining a blog has been rather arduous. I hate setting them up, I suck at keeping them alive, I dislike buying into platforms, I cannot seem to back them up and they are always way more than I actually needed.
Just recently I happened to stumble upon a Hacker News comment by Jedberg where he also listed his pain points with personal blogging which largely mirroed my own gripes. His comment and seeing the other trends wishing to relive personal blogging era compelled me to attempt something.
I've only just setup this blog, so not much to say here;
You can find my full resume at https://registry.jsonresume.org/thomasdavis
Do you like it
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
<html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Polymer Intelligence Engine</title><meta name="description" content="Carefully categorized and sorted, get the best advice for any need or stage."><meta name="msapplication-TileColor" content="#3fb777"><meta name="msapplication-config" content="assets/browserconfig.xml"><meta name="theme-color" content="#ff5122"><link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet"><link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png"><link rel="manifest" href="assets/site.webmanifest"><link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#3fb777"><link rel="icon" href="assets/favicon.ico"><link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png"><link href="assets/css/chunk-7e9586e4.61cc0 |
import { Component } from "react"; | |
import styled from "styled-components"; | |
const Layout = styled.div` | |
background: red; | |
width: 200px; | |
height: 200px; | |
`; | |
const Input = styled.input` |
import { Component } from "react"; | |
import styled from "styled-components"; | |
const Layout = styled.div` | |
background: red; | |
width: 200px; | |
height: 200px; | |
`; | |
const Input = styled.input` |