An open API service indexing awesome lists of open source software.

https://github.com/zonemeen/zonemeen.github.io


https://github.com/zonemeen/zonemeen.github.io

Last synced: 7 months ago
JSON representation

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`