https://github.com/pedropcamellon/pedropcamellon.github.io
My minimalist blog.
https://github.com/pedropcamellon/pedropcamellon.github.io
Last synced: 2 months ago
JSON representation
My minimalist blog.
- Host: GitHub
- URL: https://github.com/pedropcamellon/pedropcamellon.github.io
- Owner: pedropcamellon
- Created: 2023-11-12T20:23:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:45:03.000Z (2 months ago)
- Last Synced: 2025-03-24T16:37:49.304Z (2 months ago)
- Language: HTML
- Homepage: https://pedropcamellon.github.io/
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Blog Website
This repository contains the code for my personal blog website, built using vanilla JavaScript, CSS, HTML, and Tailwind CSS.
## About
This website allows me to share my thoughts, ideas, and experiences. I've used vanilla JavaScript, CSS, and HTML to keep the tech stack simple.
## Installation
Clone the repository to your local machine:
```bash
git clone https://github.com/pedropcamellon/pedropcamellon.github.io.git
```Navigate to the project directory:
```bash
cd pedropcamellon.github.io
```## Usage
Open the `index.html` file in your browser to view the site.
## Styling
The site utilizes Tailwind CSS for styling, included via CDN for simplicity. Modify the CSS classes in the HTML files to change the appearance of the site.