Code Monkey home page Code Monkey logo

alexcarpenter-11ty's People

Contributors

alexcarpenter avatar lokesh avatar nhoizey avatar niccai avatar zachleat 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alexcarpenter-11ty's Issues

PWA

  • Manifest short name
  • <meta name="theme-color">
  • manifest.json
  • Service Worker

Add HTML "prefix" attribute for Open Graph "og" CURIEs.

I saw your site via your Designer News post (nice site BTW, I like really like the design) and just wanted to make a suggestion. I noticed that you don't have the "prefix" attribute defined for your Open Graph CURIEs. You can fix this by adding it in like this: <head prefix="og: http://ogp.me/ns#">.

Issue comments

As a way to create conversations about posts, add a link to leave a comment which creates an issue with the title of the post and a comment label.

<a href="https://github.com/alexcarpenter/alexcarpenter.github.io/issues/new?title={{ title }}&labels=comment">Leave a comment</a>

Build systems not designs

Always finding myself coming back to this short statement with regards to building websites. Would love to expand on this idea a bit more.

Conditional template blocks

Make use of conditional template blocks to create flexible page layouts in Craft CMS.

{% extends '_layouts/default' %}

{% block content %}
  <div class="o-page">
    {% set _sidebar = block('sidebar') %}
    {% if _sidebar is not empty %}
      <section class="o-page__sidebar">
        {% block sidebar %}{% endblock %}
      </section>
    {% endif %}

    <main class="o-page__main">
      {% block main %}{% endblock %}
    </main>
  </div>
{% endblock %}

Inline CSS

I think the CSS is small enough that we can just inline it to remove the render block.

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.