Skip to content

Instantly share code, notes, and snippets.

@claudioluciano
claudioluciano / spoiler_obsidian.css
Created April 10, 2024 18:07
Obsidian - snippet to create spoilers on notes
.cm-active[data-task="#"] * {
display: initial;
}
.cm-active[data-task="#"]>label {
display: none
}
[data-task="#"]>* {
display: none;
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active June 24, 2024 00:16
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder