Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View frontalex's full-sized avatar
🚀
awesome

Alex Front frontalex

🚀
awesome
View GitHub Profile
@frontalex
frontalex / notion2blog.js
Created June 20, 2023 06:29 — forked from mayneyao/notion2blog.js
Notion.so > Personal Blog | custom domain + disqus comment
const MY_DOMAIN = "agodrich.com"
const START_PAGE = "https://www.notion.so/gatsby-starter-notion-2c5e3d685aa341088d4cd8daca52fcc2"
const DISQUS_SHORTNAME = "agodrich"
addEventListener('fetch', event => {
event.respondWith(fetchAndApply(event.request))
})
const corsHeaders = {
"Access-Control-Allow-Origin": "*",
@frontalex
frontalex / css-grid-animation-2-expanding-columns.markdown
Created May 22, 2023 10:38
CSS Grid animation #2: expanding columns

Keybase proof

I hereby claim:

  • I am frontalex on github.
  • I am frontalex (https://keybase.io/frontalex) on keybase.
  • I have a public key ASCvhIRHp_lQlMhAWE7CvGf6mGFXv3LCjsILnVQ27VmVugo

To claim this, I am signing this object:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
@frontalex
frontalex / react-terminology.md
Last active August 29, 2015 14:25 — forked from sebmarkbage/react-terminology.md
React (Virtual) DOM Terminology
.
├── actions
├── stores
├── views
│   ├── Anonymous
│   │   ├── __tests__
│   │   ├── views
│   │   │   ├── Home
│   │   │   │   ├── __tests__
│   │   │   │   └── Handler.js