Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abh80/blogs
Blogs website made using docusaurus
https://github.com/abh80/blogs
Last synced: 2 days ago
JSON representation
Blogs website made using docusaurus
- Host: GitHub
- URL: https://github.com/abh80/blogs
- Owner: abh80
- Created: 2020-11-16T16:35:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T08:34:12.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T21:06:17.040Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://blogs.starstracker.xyz
- Size: 421 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogs
A simple website for blogs and guides built using docusaurus.
# Contributing
If you want to add your own guide go to the `guides/` folder and make a suitable folder and write a `config.json` and one or more md files in there
Paste the following in `config.json` and replace with your choice -
```json
{
"main": "MAIN File.md",
"img": "some_image.png",
"description": "A guide....",
"name": "The main heading",
"sidebar": ["Getting Started"]
}
```Now run `npm install` and the run `npm generate` this will generate required file and make a Pull Request afterwards!