Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/doganozturk/blog
- Owner: doganozturk
- Created: 2020-03-03T13:49:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:56:45.000Z (about 2 years ago)
- Last Synced: 2024-12-17T14:10:01.288Z (about 2 months ago)
- Topics: eleventy, pugjs
- Language: CSS
- Homepage: https://doganozturk.dev/
- Size: 3.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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.gitcd blog
# Install project dependencies
npm install# Start local dev environment
npm start
```## Author
* **Doğan Öztürk** - [Github](https://github.com/doganozturk)