Skip to content

jvz37/JVz37.github.io

Repository files navigation

Blog site publication

  • Central theme is simple and clean Jekyll theme, Flexible-Jekyll.
  • Jekyll is a static site generator.

Features

Test Locally

  1. Install Prerequisites.
  2. Install the jekyll and bundler gems. gem install jekyll bundler.
  3. Clone repo, change into your new directory, cd <repo_site>.
  4. Build the site and make it available on a local server, bundle exec jekyll serve.
  5. Browse to local serve http://localhost:4000.
  6. To work locally with this project, there are a few options. But let's keep it simple:
    • Fork, clone or download this project
    • Install [Bundler] if you don't have it already: gem install bundler
    • Navigate to the folder where you cloned the project cd path/to/project
    • Run bundle install
    • Adjust [_config.yml] according to your project
    • Serve Jekyll with bundler: bundle exec jekyll serve

Troubleshooting

  1. If errors appear, make sure gem dependencies are correct, if not add them to Gemfile.
  2. Install with bundler.
  3. Execute then bundle exec jekyll serve.
  4. Or bypass bundler with jekyll serve.

License

GNU General Public License v3.0

About

PortFolio Blog site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors