Overview:
This article discusses the author’s experience with transitioning from PHP to Jekyll for their website. The author highlights the issues they faced with PHP, such as slower loading time and complex code blocks. They mention being impressed by Jekyll’s loading speeds and ease of use, which led them to build their website using Jekyll. The author also expresses gratitude towards the Hyde theme.
Features:
- Impressive loading speeds
- Ease of use
- Ability to optimize images using third-party tools
- Support for setting up domain emails
- Optimization guide for improving website speed
- SEO optimization suggestions
- Social media share link integration
- CSS minification support
Installation:
- Install Ruby if not already installed
- Fork the repository
- Install Bundler by typing “gem install bundler” in the terminal or command prompt
- Create a file named “Gemfile” in the root of the forked repo and add the necessary contents
- Run “bundle install” to install dependencies
- Execute “bundle exec jekyll serve” to start the Jekyll server on localhost:4000
Summary:
The author shares their positive experience with Jekyll, highlighting its impressive loading speeds and ease of use. They provide instructions for installing Jekyll and setting it up using a forked repository. Additionally, the author mentions a few tweaks they made, such as optimizing images using third-party tools and setting up domain emails. They also provide links to resources for optimizing the website’s speed, implementing SEO optimizations, enabling social media share links, and minifying CSS. The author expresses gratitude towards the Hyde theme and credits @reallinfo for the logo.