Delicious

Delicious

10532 bookmarks
Custom sorting
nextbigsoundinc/stylemark
nextbigsoundinc/stylemark
stylemark - Living style guide generator for everything—CSS, JS, React, Angular, Ember, and more.
·github.com·
nextbigsoundinc/stylemark
Pattern Library First: An Approach For Managing CSS
Pattern Library First: An Approach For Managing CSS
CSS can be hard to manage across a project, especially when you need to include media queries for various breakpoints and fallbacks for older browsers. In this article, we will take a look at using Fractal to manage components which use CSS Grid.
·smashingmagazine.com·
Pattern Library First: An Approach For Managing CSS
Physics-Based Background Scroll Effects
Physics-Based Background Scroll Effects
This article will show you how to create nifty physics-based background scroll effects for your web pages. We’ll be using Matter.js, an excellent open-source JavaScript framework, to handle the...
·codersblock.com·
Physics-Based Background Scroll Effects
Notes about migrating to Hugo
Notes about migrating to Hugo
I've moved my blog from Wordpress.com to Hugo. I wrote some of my thoughts on why I made the switch, ideas, improvements for the design and custom tooling for my editing workflow.
·arslan.io·
Notes about migrating to Hugo
Migrating a blog (yes, this one!) from Wordpress to Hugo
Migrating a blog (yes, this one!) from Wordpress to Hugo
I had been meaning to move this blog from Wordpress to a static site generator for a while. Why? Mostly, I like having control and access to my blog posts in a standard raw form; Wordpress (and most other CMSes) store posts in a database, but a static site generator lets you use a bunch of Markdown files. Also, I wanted an easier way to write posts offline. With a static site generator, I can just save everything locally and publish it all together, very easily, once I’m ready.
·justindunham.net·
Migrating a blog (yes, this one!) from Wordpress to Hugo
From Wordpress to Hugo
From Wordpress to Hugo
As mentioned in Going Static, I migrated my Wordpress blogs to a static site build with Hugo. Most articles on the subject convinced me that it would be easy. The truth is, it isn’t that straight forward.Content With help of a Wordpress plugin, exporting your posts and content is easy. The plugin adds the necessary front matter in Yaml format. But you still need to go through all your posts to update manually all image references.
·danielmuller.me·
From Wordpress to Hugo
Migrating From Wordpress to Hugo
Migrating From Wordpress to Hugo
A couple of weeks ago, I moved this site over from WordPress to Hugo, a static site generator. I’ve written a little bit about why I made the switch, how I automated deployment of my site, and how I’m able to automatically publish prescheduled posts at the right time. Today, I wanted to talk about something a bunch of people have asked me about: how to actually migrate content from WordPress into Hugo.
·gomakethings.com·
Migrating From Wordpress to Hugo
Moving from Wordpress to Hugo
Moving from Wordpress to Hugo
This post describes the drawbacks of Wordpress and why I moved to Hugo. It points out the benefits and tips for the migration.
·blog.philipphauer.de·
Moving from Wordpress to Hugo
Hugo .Scratch explained
Hugo .Scratch explained
Working variables in Hugo can be complicated when coming from classic languages. The only way to override variables or attach any kind of value to a .Page object is to use .Scratch.
·regisphilibert.com·
Hugo .Scratch explained
Building a production website with Hugo and GulpJS
Building a production website with Hugo and GulpJS
Hugo is a free and open-source static site generator (SSG) with a beautifully simple setup process, a command line interface and several killer features which I’ll cover in this tutorial. I am going t…
·danbahrami.io·
Building a production website with Hugo and GulpJS
PWABuilder
PWABuilder
All the tools you need to build and deploy your Progressive Web Apps.
·pwabuilder.com·
PWABuilder
Workbox | Google Developers
Workbox | Google Developers
Workbox is a set of service worker libraries that making build progressive web apps easy.
·developers.google.com·
Workbox | Google Developers
DNS leak test
DNS leak test
DNSleaktest.com offers a simple test to determine if you DNS requests are being leaked which may represent a critical privacy threat. The test takes only a few seconds and we show you how you can simp…
·dnsleaktest.com·
DNS leak test
Retrieve Google Calendar events using API v3 in javascript
Retrieve Google Calendar events using API v3 in javascript
last year I was using the code found here http://gdata-javascript-client.googlecode.com/svn/trunk/samples/calendar/simple_sample/simple_sample.html to retrieve all events from "now" of a public Goo...
·stackoverflow.com·
Retrieve Google Calendar events using API v3 in javascript