Giter Site home page Giter Site logo

christopherbiscardi.github.com's Introduction

Chris Biscardi's Blog

My blog is a Gatsby site that uses a personal design system called Sens8.

Running the Site

Since I added Webmentions you probably can't run this site on your own unless you want to use your own API token.

yarn
WEBMENTION_TOKEN=a-token yarn develop

christopherbiscardi.github.com's People

Contributors

christopherbiscardi avatar ehowey avatar horacioh avatar jgierer12 avatar lannonbr avatar leerob avatar m-allanson avatar mundry avatar nickymeuleman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

christopherbiscardi.github.com's Issues

Date on blog posts

So I see that each of your blog posts do have a date field in the frontmatter. I would love to see the date displayed in the article on your site.

About Page

  • GitHub Stats LEO Plugin

    What can we get from the GitHub API? Can we use the new GraphQL endpoint?

"Social Profiles"

  • GitHub
  • Twitter
  • Lobsters?

/uses

Similar to webos.com/uses. A page that lists a bunch of "what font are you using", etc questions.

  • Editor/Terminal
  • Desktop Apps
  • Desk

Mobile header background on homepage

Time to start actually designing stuff now that the core generator is in a place where it can be extended to fit the needs easily. "Large" and "medium" sizes are looking decent layout wise. Mobile is having background image issues.

screen shot 2016-08-01 at 8 26 42 am

screen shot 2016-08-01 at 8 26 28 am

screen shot 2016-08-01 at 8 28 05 am

[bug]: theme toggler not working?

I was going to DM you on Twitter but figured this would probably be better.

Went to find this blog post on Styles and Naming to share with a coworker and noticed the theme toggler wasn't working 😢 Thought you'd want to know.

2019-12-12 10 47 45

How to get Video embeds?

Hey Chris,

How do you implement this:

globalScope: `import Player from 'react-player';
export default {
Video: props => <Player {...props} css={{
margin: 'auto',
paddingBottom: '1.5rem'
}}/>
}`,

Trying something similar (copypasta actually) and getting errors because React is not in scope??

AMPify

Try to make AMP versions of all blogposts.

There will be two versions of any given page. One at the normal URI, and another at $URI.amp

Production Build is broken

Needs an ExtractText for the postcss/css-modules/normalize.css stuff to get pulled out and placed in the distribution. Otherwise styles don't show up ala:

screenshot 2015-09-27 00 10 12

when it should look more like:
screenshot 2015-09-27 00 10 58

Automatically Resize Images

Images are optimized, but I want to define a set of max-widths with which to resize header images into preview sizes as well as constrain the size of actual header images.

The image ratio is 2x5 right now.

Two swiper-mc candidates on the same line

In chaining-emacs-commands-without-elisp, I mention the following problem with swiper-mc.

This seems to be related to how swiper shows multiple matches on a single line.

If we look at the definition of swiper-mc, we see some indication that it
could be the way swiper handles candidates itself, since we create a cursor for
every candidate.

(defun swiper-mc ()
  "Create a fake cursor for each `swiper' candidate."
  (interactive)
  (unless (require 'multiple-cursors nil t)
    (error "Multiple-cursors isn't installed"))
  (unless (window-minibuffer-p)
    (error "Call me only from `swiper'"))
  (let ((cands (nreverse ivy--old-cands)))
    (unless (string= ivy-text "")
      (ivy-exit-with-action
       (lambda (_)
         (let (cand)
           (while (setq cand (pop cands))
             (swiper--action cand)
             (when cands
               (mc/create-fake-cursor-at-point))))
         (multiple-cursors-mode 1))))))

I'll probably dig into that at some point.

Optimal flow is having two matches on the same line means two cursors.

No title in RSS feed

Every post in your RSS feed has "No title" hardcoded as their title, instead of their actual titles.

For example, your latest post "Creating MDX Nodes from Raw Strings and Nodes":

<item>
  <title><![CDATA[No title]]></title>
  <description>
    <![CDATA[Raw Strings If you have a string and you want to create an MDX node from it (for example if you're querying the github API which doesn't…]]>
  </description>
  ...

This causes all your posts to show up as "No title" in feed readers, which is quite annoying.

image

Projects Page

AKA "Open Source" page. Should this information come from github?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.