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.
- Coding projects showcase
- Blog posts on various topics
- Theme: Heavily modified version of eleventy-base-blog
- Blazingly fast - check those scores 🫠
To set up the blog locally, follow these steps:
- Clone the repository:
git clone https://github.com/cemalokten/blog
- Change to the project directory:
cd blog
- Install the required dependencies:
npm install
- 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.