Skip to content

grepaziz/grepaziz.github.io

 
 

Repository files navigation

sudomaze.dev

How have I built this website?

General

Libraries

Inspirations and Credits

How to use

Development

  • Autocompile while editing (keep it running):
bundle exec jekyll serve --livereload;

Deployment

bundle exec jekyll serve # Compile Jekyll files (then ctrl-c after compiling is completed)
JEKYLL_ENV=production bundle exec jekyll build # Prepare production version

# push to the repo
git add .
git commit -m "COMMENT"
git push origin master

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • HTML 4.5%
  • CSS 1.7%
  • Jupyter Notebook 0.0%
  • Python 0.0%
  • Ruby 0.0%