Feross.org

screenshot of Feross.org
express
jekyll

Feross.org

Pure concentrated awesome (a.k.a. my blog)

Overview

This article is written by Feross Aboukhadijeh, the author of the blog hosted at https://feross.org. The article provides an overview of the blog design and how it is built. It mentions the use of Markdown for writing posts and Jekyll as the static site generator. The author also mentions a Node.js/MySQL app used to track page views. The blog is hosted on the author's own server, not on GitHub Pages.

Features

  • Markdown-based writing: The blog uses Markdown for writing posts, providing a simple and easy-to-use formatting syntax.
  • Powered by Jekyll: Jekyll is used as the static site generator, which converts Markdown blog posts into HTML files. This approach allows for easy version control and support with various web servers.
  • Node.js/MySQL app for page tracking: The author has developed a simple Node.js/MySQL app to track the number of page views on each blog post. This feature provides insights into the popularity of different posts.
  • Self-hosted server: The blog is hosted on the author's own server, allowing them to have full control over the hosting environment and avoid dependence on external platforms.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.