Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/statichunt/geeky-hugo
- Owner: statichunt
- License: mit
- Created: 2021-08-18T06:46:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T09:59:19.000Z (17 days ago)
- Last Synced: 2025-01-23T07:07:02.179Z (10 days ago)
- Topics: 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
- Language: SCSS
- Homepage: https://demo.statichunt.com/geeky-hugo/
- Size: 19.2 MB
- Stars: 144
- Watchers: 5
- Forks: 94
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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%)
---
![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)