Skip to content

Verdone/verdone.github.io

Repository files navigation

Minimal Mistakes remote theme starter

Click Use this template button above for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Project Setup

Windows:

  1. Install Ruby+Devkit
  2. Run: gem install bundler
  3. Run: bundle install
  4. Run: bundle exec jekyll serve --livereload (--livereload is an optional flag)
  5. Visit: http://localhost:4000

macOS/Linux:

  1. Install Ruby (usually pre-installed)
  2. Run: gem install bundler
  3. Run: bundle install
  4. Run: bundle exec jekyll serve --livereload (--livereload is an optional flag)
  5. Visit: http://localhost:4000

Contains basic configuration to get you a site with:

  • Sample posts.
  • Sample top navigation.
  • Sample author sidebar with social links.
  • Sample footer links.
  • Paginated home page.
  • Archive pages for posts grouped by year, category, and tag.
  • Sample about page.
  • Sample 404 page.
  • Site wide search.

Replace sample content with your own and configure as necessary.


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources:

About

My personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors