Skip to content

diversemix/diversemix.github.io

Repository files navigation

diversemix.github.io

This site is hosted on blog.diversemix.com The intention for this site is described here in the plan

TODO / Issues

Github issues

Running locally

TL;DR

Just run make

More detail

A word of warning, I thought I'd install rbenv to be able to control different versions of ruby on my system. However, this will take you down a complete rabbit hole of trying to make ruby compile - this was some incompatibility with openssl. YMMV

The following assumes the use of a Debian based linux O/S, such at Ubuntu:

  1. Setup ruby: sudo apt install ruby-full
  2. Install ruby bundler sudo apt install ruby-bundler
  3. Install the project's dependencies from in the root folder: bundler install
  4. You might need to install jekyll with: gem install jekyll
  5. Build the site: bundle jekyll build
  6. Serve the site locally: bundle exec jekyll serve

Stylesheet Link

  • Stylesheets in theme
  • Modify style in _dirt.scss
  • To get column header changes have been made to _tables.scss

Minimal Mistakes remote theme starter

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

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 blog site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages