Skip to content

Instantly share code, notes, and snippets.

View tichopad's full-sized avatar
:shipit:

Michael Tichopad tichopad

:shipit:
View GitHub Profile
@hAbuMustafa
hAbuMustafa / sveltekit-custom-labels-for-vs-code.json
Last active May 3, 2024 10:59
SvelteKit Custom Labels for VSCode
"workbench.editor.customLabels.patterns": {
// The main content for the whole website
"**/src/routes/+page.svelte": "Main Page", // The home route page skeleton
"**/src/routes/+page.[tj]s": "Main Page Script (c)", // The script for it
"**/src/routes/+page.server.[tj]s": "Main Page Script (s)", // The server script for it
"**/src/routes/+layout.svelte": "Root Layout", // The main (root) layout for the website
"**/src/routes/+layout.[tj]s": "Root Layout Script (c)", // The client script associated with the whole website
"**/src/routes/+layout.server.[tj]s": "Root Layout Script (s)", // The server script associated with the whole website
// Root error pages
@belgattitude
belgattitude / ci-yarn-install.md
Last active July 22, 2024 09:27
Composite github action to improve CI time with yarn 3+ / node-modules linker.
# nastaveni ftp serveru
variables:
# devel server
FTP_DEV_URL: "***"
FTP_DEV_USERNAME: "***"
FTP_DEV_PASSWORD: "***"
# produkce
FTP_PROD_URL: "***"
FTP_PROD_USERNAME: "***"
FTP_PROD_PASSWORD: "***"
# nastaveni ftp serveru
variables:
FTP_URL: "***"
FTP_USERNAME: "***"
FTP_PASSWORD: "***"
deploy:
# nazev akce
stage: deploy
# natazeni docker image s git-ftp