Skip to content

Instantly share code, notes, and snippets.

View chiawase's full-sized avatar

Chi Señires chiawase

View GitHub Profile
@ChucKN0risK
ChucKN0risK / specifyrc.json
Created October 7, 2022 14:08
Generate measurements in rem for Tailwind
{
"repository": "YOUR_SPECIFY_REPO",
"personalAccessToken": "YOUR_PAT",
"rules": [
{
"name": "Design Tokens / Everything but measurements",
"path": "./output/theme.js",
"filter": {
"types": [
"color",
@CesarBMartinez
CesarBMartinez / How to Install Jekyll on Windows 10 (WSL)
Created February 6, 2018 20:14
How to Install Jekyll on Windows 10 (WSL)
# How to Install Jekyll on Windows 10 (WSL)
# Install Ubuntu for Windows 10
# On Ubuntu terminal
$ sudo apt-get update -y && sudo apt-get upgrade -y
$ sudo apt-get install ruby-full
$ sudo gem update --system
$ sudo apt-get install build-essential --no-install-recommends
$ sudo gem install jekyll bundler
@bradonomics
bradonomics / .gitignore
Last active May 6, 2022 20:25
.gitignore file for Jekyll projects
### Jekyll ###
_site
.jekyll-metadata
*-cache/
### NPM ###
/node_modules/
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #