Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamlizu/humous
A modern, simplified, SEO friendly blog application that let's you focus your work instead of maintaining your application.
https://github.com/iamlizu/humous
nextjs reacstrap reactjs roughjs
Last synced: 20 days ago
JSON representation
A modern, simplified, SEO friendly blog application that let's you focus your work instead of maintaining your application.
- Host: GitHub
- URL: https://github.com/iamlizu/humous
- Owner: IamLizu
- Created: 2020-06-12T15:36:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:22:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T18:10:28.562Z (over 1 year ago)
- Topics: nextjs, reacstrap, reactjs, roughjs
- Language: JavaScript
- Homepage: https://humous.iamlizu.com
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Humous
A modern, simplified blog application that let's you focus your work instead of maintaining your application.### Getting Started
First, install the required packages:
```bash
npm install
# or
yarn install
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
#### Info
Before getting into anything, let's change what needs to be changed first. Go to `data` and open `info.js` and edit the variable values. For example,#### Data
All application data are stored inside `data` directory. Editing them will take effect on the whole site, wherever they are used.#### Post
Blog posts are stored inside `data` > `posts` directory. Place new files in the directory and let the application do its work.Please check [Wiki: How-To](https://github.com/IamLizu/humous/wiki/How-To) for detailed information.
**N:B:** Make sure to build the app and update your production files in your CDN or server.
### Contributing
Maintain cleen code > follow directory structure > test your code > Submit PR!