Skip to content

Instantly share code, notes, and snippets.

View vifeng's full-sized avatar

ViFeng vifeng

  • Paris
View GitHub Profile
@oodavid
oodavid / README.md
Last active June 12, 2024 00:28 — forked from aronwoost/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
@danielkellyio
danielkellyio / settings.json
Last active September 21, 2023 13:36
VS Code Settings (for Recording)
{
"css.validate": false,
"tailwindCSS.emmetCompletions": true,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"git.autofetch": true,
"editor.fontSize": 14,
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
// "eslint.format.enable": true,
// "editor.formatOnSaveMode": "modifications",
@danielkellyio
danielkellyio / vs-code-extensions.txt
Last active May 12, 2023 08:16
My VS Code Extensions
amiralizadeh9480.laravel-extra-intellisense
antfu.iconify
apollographql.vscode-apollo
atlassian.atlascode
be5invis.toml
bierner.markdown-preview-github-styles
bradlc.vscode-tailwindcss
buenon.scratchpads
csstools.postcss
dbaeumer.vscode-eslint