https://github.com/atlj/hexagon
A personal blog made with sveltekit
https://github.com/atlj/hexagon
blog markdown personal-website svelte sveltekit sveltekit-tailwindcss tailwindcss
Last synced: 3 months ago
JSON representation
A personal blog made with sveltekit
- Host: GitHub
- URL: https://github.com/atlj/hexagon
- Owner: atlj
- Created: 2022-06-06T20:01:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T23:47:57.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:18:17.056Z (4 months ago)
- Topics: blog, markdown, personal-website, svelte, sveltekit, sveltekit-tailwindcss, tailwindcss
- Language: Svelte
- Homepage: https://burakguner.dev
- Size: 615 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexagon

This blog uses `sveltekit` to provide a smooth reading experience.
## Setup
Make sure to create `.env` file and put your **backend url** in it. You can check the [example env](/.env.example) file.
## Usage
- Develop the app
```sh
yarn dev
```- Build the pages
```sh
yarn build
```- Serve the pages you built
```sh
yarn preview
```