This is my personal blog which I built using Eleventy 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 performance.
I'm open to suggestions, especially on the page performance side of things 🎉
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
If you want to set up a development environment for the project , you need these:
brew install node@12.13.2 (or higher)
Note: Especially for Node, I strongly recommend usage of a Node version management tool such as NVM or n.
git clone https://github.com/doganozturk/blog.git
cd blog
# Install project dependencies
npm install
# Start local dev environment
npm start
- Doğan Öztürk - Github