Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omaralsoudanii/mkreg.hugo
- Owner: omaralsoudanii
- License: mit
- Created: 2021-01-21T10:10:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T12:28:03.000Z (about 2 years ago)
- Last Synced: 2023-03-07T20:16:17.512Z (almost 2 years ago)
- Topics: hugo, tailwindcss, vercel
- Language: HTML
- Homepage: https://mkreg-hugo.vercel.app/
- Size: 3.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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