https://github.com/zonemeen/zonemeen.github.io
https://github.com/zonemeen/zonemeen.github.io
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonemeen/zonemeen.github.io
- Owner: zonemeen
- Created: 2022-06-20T08:39:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T12:40:36.000Z (about 3 years ago)
- Last Synced: 2025-01-23T19:22:29.166Z (9 months ago)
- Language: HTML
- Homepage: https://zonemeen.github.io
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [zonemeen's blog](https://zonemeen.github.io)
My personal blog created using [gitpress](https://github.com/zonemeen/gitpress)## Setting up your Blog
* Clone and copy this repository to your own repository
* Remove the markdown files in the [posts](https://github.com/zonemeen/zonemeen.github.io/tree/main/posts) directory and replace them with your own markdown files.
* If you have any static assets such as images or anything, place it inside the [static directory](https://github.com/zonemeen/zonemeen.github.io/tree/main/static). The contents of this folder will be copied to the root of your blog website.
* Modify [about.md](https://github.com/zonemeen/zonemeen.github.io/blob/main/about.md) and populate your own introduction.
* Modify [site.json](https://github.com/zonemeen/zonemeen.github.io/blob/main/site.json) and populate your own details.
* Push the repository to your github profile under `[yourusername].github.io`
* Go to repository settings at `Settings > Pages` to set up Github Pages and change settings if needed.
* Visit your website at `yourusername.github.io`