Skip to content

eduardinjo/eduardinjo.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview the blog locally

Install prerequisites

On Linux Ubuntu

sudo apt-get install ruby ruby-dev make gcc
sudo gem install jekyll bundler

Build and serve the blog

cd /path/to/eduardinjo.github.io
bundle install
bundle exec jekyll serve

Then open http://localhost:4000 in a browser.

Preview drafts

bundle exec jekyll serve --drafts

Push changes to github

cd /path/to/eduardinjo.github.io
git add --all
git commit -m "Blog_changes"
git push -u origin master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published