Your new Jekyll default theme.
The Basically Basic Jekyll Theme is a customizable and enhanced alternative to the default Minima theme. It offers a clean and responsive design with six customizable skins. It also includes a Curriculum Vitae/Resume layout powered by JSON data, an About page layout, site-wide search capabilities provided by Algolia or Lunr, and support for Disqus Comments and Google Analytics. The theme also follows SEO best practices through Jekyll SEO Tag. Users can support the project through donations via PayPal or by using the Buy Me A Coffee platform.
To install the Basically Basic theme, there are two methods available depending on your hosting platform:
gem "jekyll-theme-basically-basic"
theme: jekyll-theme-basically-basic
gem "jekyll"
in your Gemfile with the following line:gem "github-pages", group: :jekyll_plugins
Run bundle update
to install all gems properly.
Add the following line to your _config.yml file:
remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5"
Remove any other theme or remote_theme entries.
Note: If you are hosting multiple Jekyll based sites under the same GitHub username, you will need to use Project Pages instead of User Pages. Follow GitHub’s documentation for more information on setting up Project Pages.
The Basically Basic Jekyll Theme is a customizabl