Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doganozturk/blog

Articles about dev stuff, mostly in Turkish.
https://github.com/doganozturk/blog

eleventy pugjs

Last synced: about 20 hours ago
JSON representation

Articles about dev stuff, mostly in Turkish.

Awesome Lists containing this project

README

        

# My Personal Blog (Deprecated)

This is my personal blog which I built using [Eleventy](https://www.11ty.dev/) and a host of other small web technologies. The project has very simple setup, I especially like the idea of small CSS & JS footprint, inlining these resources for high [pagespeed](https://developers.google.com/speed/pagespeed/insights/?url=https://doganozturk.dev) performance.

I'm open to suggestions, especially on the page performance side of things 🎉

## Local Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

If you want to set up a development environment for the project , you need these:

```
brew install [email protected] (or higher)
```
*Note: Especially for Node, I strongly recommend usage of a Node version management tool such as [NVM](https://github.com/nvm-sh/nvm)* or [n](https://github.com/tj/n).

### Installing

```
git clone https://github.com/doganozturk/blog.git

cd blog

# Install project dependencies
npm install

# Start local dev environment
npm start
```

## Author

* **Doğan Öztürk** - [Github](https://github.com/doganozturk)