Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omaralsoudanii/mkreg.hugo

Hugo boilerplate for testing, deployed on vercel
https://github.com/omaralsoudanii/mkreg.hugo

hugo tailwindcss vercel

Last synced: about 1 month ago
JSON representation

Hugo boilerplate for testing, deployed on vercel

Awesome Lists containing this project

README

        

# MK site
Credit goes to [Devin Schulz](https://devinschulz.com/) Amazing site.

You can find the license on his blog repo https://github.com/devinschulz/blog

# Tech
the site uses [Hugo](https://gohugo.io/) and [Tailwindcss](https://tailwindcss.com/) for styling.

# Installation
```shell
yarn
```

## Development mode
```shell
yarn start
```

## Production build
```shell
yarn build
```

The build will output static files in `public` folder, from there u can serve it with a web server like NGINX, or your choice of static app hosting service.

Personally i am hosting it with vercel at https://mkreg-hugo.vercel.app/

# TODO
- Upgrade Tailwindcss and use JIT mode.
- Replace the demo content.
- Add some API calls for views / contact etc...
- Enhance SEO