Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!