Personal website redesigned to run on the edge. Serverless.
View Demo
.
Report Bug
.
Request Feature
This website is a showcase of my passion for technology. It was built with Astro, a fast and simple static site generator, and TailwindCSS, a utility-first CSS framework.
The website runs serverlessly using edge, making it fast, secure, and scalable. It is also customizable, giving you the flexibility to make it your own. The blog section is powered by Markdown file-based blogging, making it easy for me to update and manage my content.
To ensure a smooth and seamless experience, I have also integrated CI/CD into the development process. This means that every change I make is automatically built and deployed, ensuring that the site is always up-to-date.
I hope you enjoy exploring my personal website and learn more about me and my work. Thank you for visiting!
This can be used a template to your website. You don't need to link me although if you did I'd feel good.
I recommend:
-
npm = 17.x
nvm install 17.x
Although this was developed with npm@latest if you want to deploy to Cloudflare Pages you'd be stuck with npm@17.x since Cloudflare doesn't yet have support for this.
- Clone the repo
git clone https://github.com/burraksumer/burakMulayim.git
- Install NPM packages
npm install
- Start changing things
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Lisenced under WTFPL. See Lisence.