Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/statichunt/geeky-hugo

Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
https://github.com/statichunt/geeky-hugo

blog-theme blog-website gethugothemes hugo hugo-blog hugo-blog-theme hugo-site hugo-theme hugo-themes jamstack mit-license personal-blog personal-blog-website personal-website static-site

Last synced: 3 days ago
JSON representation

Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.

Awesome Lists containing this project

README

        

Geeky Hugo


Get Geeked out by Geeky, a personal Hugo blog theme that is fully responsive and super-fast.



Demo | Page Speed (85%)





license

code size


contributors


follow on Twitter

---



![geeky-hugo-startup-theme](https://user-images.githubusercontent.com/17677384/140605658-0c68cf6c-d15a-4f0d-8e66-1060ce636d20.png)

---
## Key Features
- Hugo module support
- Google analytics, AdSense support
- Image optimize with hugo pipe
- CSS and JS bundle with hugo pipe
- Netlify settings predefine
- Forestry cms pre-configured
- Google font loads from webfont loader
- Caching enable
- Color and fonts variable in config file
- Contact form Support
- Search by fuse.js
- Mailchimp integrate
- GDPR consent enable
- Google page speed optimized
- Open graph meta tag
- Twitter card meta tag

## Local development

```bash
# clone the repository
git clone [email protected]:statichunt/geeky-hugo.git

# cd in the project directory
$ cd geeky-hugo/exampleSite/

# Start local dev server
$ hugo server --themesDir ../..
```

## Deployment and hosting

## Netlify

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/statichunt/geeky-hugo)

Follow these steps.

## Render

![Deploy to Render](https://www.render.com)

To deploy your Hugo site on Render, follow these steps:

1. **Create a New Static Site** on Render's dashboard.
2. **Link the Git Repository** that contains your Hugo site.
3. Navigate to **Settings > Build & Deploy**.

Configure the build settings as follows:

- **Build Command**:

```bash
mkdir geeky-hugo; mv * geeky-hugo/.; hugo -s geeky-hugo/exampleSite --minify --gc --themesDir ../..
```

- **Publish Directory**:

```bash
geeky-hugo/exampleSite/public
```

## Reporting Issues
We use GitHub Issues as the official bug tracker for the geeky Template. Please Search [existing
issues](https://github.com/statichunt/geeky-hugo/issues). Someone may have already reported the same problem.
If your problem or idea has not been addressed yet, feel free to [open a new
issue](https://github.com/statichunt/geeky-hugo/issues).

## License
Copyright © Designed and developed by [Statichunt](https://statichunt.com)

**Code License:** Released under the [MIT](https://github.com/statichunt/geeky-hugo/blob/master/LICENSE) license.

**Image license:** The images are only for demonstration purposes. They have their licenses. We don't have permission to
share those images.

## Special Thanks
- [Bootstrap](https://getbootstrap.com)
- [Jquery](https://jquery.com)
- [Font Awesome Icons](https://fontawesome.com)
- [Fuse Js](https://fusejs.io)
- [Google Fonts](https://fonts.google.com/)
- [All Contributors](https://github.com/statichunt/geeky-hugo/graphs/contributors)