Installation Guide
Welcome to my website!
I built this website to serve as my personal playground for developing my front-end skills.
This will also serve as my blog and repository for all the notes/cheatsheets I do during my development.
I will be constantly keep this up to date for myself and for all who wanted to contribute to my docs. Have fun! If it’s good enough to be a reference I totally approve of it!
stacks
- NodeJS
- Jekyll
- SASS
- submodule - https://github.com/itsvicsoto/itsvicss using inuitcss by harry roberts
Getting Started
I built this to run on NodeJS (when i decided to move it out of git pages) but for now everything is compiled in jekyll and run on NodeJS. Compass is used to compile css.
- git clone git@github.com:itsvicsoto/itsvicsoto.github.com.git your-directory-name
- cd your-directory-name (by default your branch is gonna be development)
- git submodule init
- git submodule update
- npm start (start reading the compiled jekyll)
- cd application
- jekyll build –watch
- cd your-directory-name/source/itsvicssx
- compass watch
- do not forget to access localhost:5005
- change settings as you like
Inspiration
- CSSWizardry
- SMACSS
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll’s dedicated Help repository.