cd /var/www/my_website (go to /var/www/my_website directory)
cd / (go to root directory)
cd ~ (go to home directory)
cd .. (go up a directory)
| /*npm install*/ | |
| first initialize npm with package.json | |
| npm init | |
| then install the node sass | |
| npm install node-sass --save-dev | |
| if already have the package.json initialized with node-sass then just run | |
| npm install | |
| for install live server globally |
| /* Modern Font Stacks */ | |
| /* System */ | |
| font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; | |
| /* Times New Roman-based serif */ | |
| font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; | |
| /* A modern Georgia-based serif */ | |
| font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; |
| [user] | |
| name = Yolanda Gorriz Exposito | |
| email = TO-DO | |
| [core] | |
| editor = code --wait | |
| fileMode = false | |
| [color "branch"] | |
| current = yellow bold | |
| local = green bold | |
| remote = cyan bold |