https://github.com/danitrod/danitrod.dev
My personal blog
https://github.com/danitrod/danitrod.dev
blog
Last synced: 2 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/danitrod/danitrod.dev
- Owner: danitrod
- License: mit
- Created: 2022-06-17T13:29:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:23:02.000Z (9 months ago)
- Last Synced: 2025-02-05T06:29:24.944Z (4 months ago)
- Topics: blog
- Language: CSS
- Homepage: https://danitrod.dev
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# danitrod.dev
This is the source code of my personal website. It is backed by the
[Zola](https://github.com/getzola/zola) static site generator and I write my posts with markdown.
For styling I use [Tailwind](https://tailwindcss.com/) :)## Running locally
### Pre-reqs
1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/)
2. [Install Tailwind](https://tailwindcss.com/docs/installation) (only if you need to change global CSS)### Steps
Run `zola serve` in one terminal, and `npx tailwindcss -i css/main.css -o static/css/main.css -w` in
another in case you need to change the global CSS. Page will load at http://localhost:1111.