Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
github

18 Articles
{
,

}
Direct link to the article Beautify GitHub Profile
github

Beautify GitHub Profile

Direct Link

It wasn’t long ago that Nick Sypteras showed us how to make custom badges for a GitHub repo. Well, Reza Shakeri put Beautify GitHub Profile together and it’s a huuuuuuge repo of different badges that pulls lots of examples …

Avatar of Geoff Graham
Shared by Geoff Graham on May 26, 2022
Direct link to the article Adding Custom GitHub Badges to Your Repo
github

Adding Custom GitHub Badges to Your Repo

If you’ve spent time looking at open-source repos on GitHub, you’ve probably noticed that most of them use badges in their README files. Take the official React repository, for instance. There are GitHub badges all over the README file that communicate important dynamic info, like the latest released …

Avatar of Nick Sypteras
Nick Sypteras on May 3, 2022
Direct link to the article Open Source & Sustainability
github maintenance open source

Open Source & Sustainability

It’s a god-damned miracle to me that open source is as robust as it is in tech. Consider the options. You could have a job (or be entrepreneurial) with your coding skills and likely be paid quite well. Or, you …

Avatar of Chris Coyier
Chris Coyier on Jan 12, 2022
Direct link to the article Generate a Pull Request of Static Content With a Simple HTML Form
github github and serverless static site generators

Generate a Pull Request of Static Content With a Simple HTML Form

Jamstack has been in the website world for years. Static Site Generators (SSGs) — which often have content that lives right within a GitHub repo itself — are a big part of that story. That opens up the idea of …

Avatar of Hilman Ramadhan
Hilman Ramadhan on Nov 16, 2021
Direct link to the article From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo
github github actions github workflow wordpress plugins

From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo

I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work …

Avatar of Leonardo Losoviz
Leonardo Losoviz on Aug 17, 2021
Direct link to the article GitHub Explains the Open Graph Images
github social media images

GitHub Explains the Open Graph Images

Direct Link

An explanation of those new GitHub social media images:

[…] our custom Open Graph image service is a little Node.js app that uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to 

…
Avatar of Chris Coyier
Shared by Chris Coyier on Jul 29, 2021
Direct link to the article Custom Styles in GitHub Readme Files
github

Custom Styles in GitHub Readme Files

Even though GitHub Readme files (typically ./readme.md) are Markdown, and although Markdown supports HTML, you can’t put <style> or <script> tags init. (Well, you can, they just get stripped.) So you can’t apply custom styles there. Or can you? …

Avatar of Chris Coyier
Chris Coyier on Dec 23, 2020
Direct link to the article Upptime
github

Upptime

Direct Link

GitHub Actions are like free computers.

Well, there is pricing, but even free plans get 2,000 minutes a month. You write configuration files for what you want these computers to do. Those configuration files go into a repo, so …

Avatar of Chris Coyier
Shared by Chris Coyier on Nov 18, 2020
Direct link to the article Optimize Images with a GitHub Action
github github actions

Optimize Images with a GitHub Action

I was playing with GitHub Actions the other day. Such a nice tool! Short story: you can have it run code for you, like run your build processes, tests, and deployments. But it’s just configuration files that can run whatever …

Avatar of Chris Coyier
Chris Coyier on Aug 20, 2020
Direct link to the article The GitHub Profile Trick
github

The GitHub Profile Trick

Monica Powell shared a really cool trick the other day:

The profile README is created by creating a new repository that’s the same name as your username. For example, my GitHub username is m0nica so I created a new repository

…
Avatar of Chris Coyier
Chris Coyier on Jul 27, 2020 (Updated on Jul 29, 2020)
Direct link to the article Using GitHub Template Repos to Jump-Start Static Site Projects
github github templates static sites

Using GitHub Template Repos to Jump-Start Static Site Projects

If you’re getting started with static site generators, did you know you can use GitHub template repositories to quickly start new projects and reduce your setup time?…

Avatar of Tyler Williams
Tyler Williams on Oct 4, 2019
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Agency Coaching
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top