Git Product home page Git Product logo

heart-soul-machine's Introduction

Heart Soul Machine.

Creating a Domain of Ones Own (DoOO) using 11ty.

Incorporated in the site:

  • eleventy-plugin-time-to-read - Adds the handy reading time estimate.
  • eleventy-plugin-rss - Added the default RSS plugin. I've previously made my own, but XML sucks, and this was a 5-minute job.
  • SVG Factory - borrowed this from Kevin Weber a while ago and I use it and SCSS to create all the icons you see around the site.
  • Eleventy.js Interlink Plugin - I'm an Obsidian user too and was keen to incorporate one of the best features of Obsidian - Wiki Links! Now I can use this in the site build without having to worry too much about 11ty's weird internal linking.
  • Social Previews - I adopted the Social Previews outlined by Bernard Nijenhuis. This created an SVG for each post, and then saves a JPG version of it and adds it to the HEAD of each page as an Open Graph element.
  • Flexoki - I've been really enjoying Steph Ango's work and stumbled across their Flexoki colour palette. It actually matched pretty closely with what I already had in mind with my initial sketches for this site. So I adopted Flexoki into my CSS and have been using HTML Variables throughout my CSS.
  • Timeline - I didn't scope this in the inital build but after I stumbled across Chris Coyiers site I wanted to include something similar.
  • Evergreen Notes - Another Steph Ango feature which really resonated. I plan on going through my back catalogue of posts and adding them to the site - but I'm keen to extract the little pearls of wisdom along the way.

Made chage to Eleventy.js Interlink Plugin index.js due to error being generated.

const aliases = ((page.data.aliases && Array.isArray(page.data.aliases)) ? page.data.aliases : []).reduce(function(set, alias){
set.add(opts.slugifyFn(alias));
return set;
}, new Set());

heart-soul-machine's People

Contributors

timklapdor avatar

Watchers

 avatar  avatar

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.