0xStabby / Blog

Personal Blog, I like to make stuff and share it here.

Home Page:https://0xStabby.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0xStabby Blog

Contributors Forks Stargazers Issues Website Online Production Deployment


Logo

0xStabby Blog

Personal Blog, I like to make stuff and share it here.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

I like to make cool stuff and share about it in this blog.

(back to top)

Built With

  • Next
  • React

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You will need either

  • npm
    npm install -g npm

or

  • yarn
    npm install yarn

Installation

git clone git@github.com:0xStabby/Blog.git
cd Blog
npm install
# or
yarn
npm run dev
# or
yarn dev

You should see the app in your browser address bar at http://localhost:3000

(back to top)

Usage

Simple Blog with RSS feed.

  • Add new posts with mdx files.

(back to top)

Roadmap

  • RSS feed
  • Include content from posts in RSS feed
  • Update styles
  • Fill with content

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @0xStabby

Project Link: https://github.com/0xStabby/Blog

Website Link: https://0xStabby.com

(back to top)

About

Personal Blog, I like to make stuff and share it here.

https://0xStabby.com

License:MIT License


Languages

Language:MDX 47.8%Language:JavaScript 41.8%Language:CSS 10.4%