Overview
The v3 of the personal website is the third iteration built with Jekyll. The author requests that anyone who wants to fork or copy the repository to give proper credit by linking back to the website. The dependencies for the project include Gulp, Jekyll, Sass, Bundler, jekyll-minifier, and jekyll-sitemap.
Features
- Jekyll: Built using the Jekyll framework.
- Gulp: Utilizes Gulp for task automation.
- Sass: Supports Sass for more efficient and modular CSS development.
- Bundler: Uses Bundler for managing gem dependencies.
- jekyll-minifier: Includes the jekyll-minifier gem for minifying HTML output.
- jekyll-sitemap: Integrates jekyll-sitemap gem for generating sitemap.xml file.
Installation
To install the v3 theme for the personal website, follow the steps below:
- Install Jekyll, Sass, Bundler, jekyll-minifier, and jekyll-sitemap by running the following command:
gem install jekyll sass bundler jekyll-minifier jekyll-sitemap - Install npm by running the following command:
npm install - Start the project by running the following command:
npm start
Summary
The v3 of the personal website is a Jekyll-based theme that utilizes Gulp for task automation and supports Sass for CSS development. It requires the installation of various dependencies, such as Jekyll, Sass, Bundler, jekyll-minifier, and jekyll-sitemap. Following the installation guide, users can easily set up the v3 theme for their own website.