Skip to content

cemalokten/blog

Repository files navigation

Blog

This is my personal blog hosted at cem.al.

I use it for showcasing my recent coding projects and writing blog posts about things that interest me or I have learned. The main purpose of this blog is to help me learn new skills and concepts.

The blog is built using the Eleventy static site generator.

Screenshot 2023-05-02 at 12 33 40

Features

  • Coding projects showcase
  • Blog posts on various topics
  • Theme: Heavily modified version of eleventy-base-blog
  • Blazingly fast - check those scores 🫠 Screenshot 2023-07-05 at 13 45 17

Installation and Setup

To set up the blog locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/cemalokten/blog
  1. Change to the project directory:
cd blog
  1. Install the required dependencies:
npm install
  1. To run the blog locally, use the following command:
npx @11ty/eleventy --watch --serve

This will start a local development server, and you can view the blog by opening your browser and navigating to http://localhost:8080.

Releases

No releases published

Packages

No packages published