clean up and fix repo
This commit is contained in:
40
readme.md
40
readme.md
@@ -5,12 +5,12 @@
|
||||
<p align="center">Made with ♥ by <a href="https://zeon.studio/"> Zeon Studio</a></p>
|
||||
<p align=center> If you find this project useful, please give it a ⭐ to show your support.</p>
|
||||
|
||||
<h2 align="center"> <a target="_blank" href="https://hugoplate.netlify.app/" rel="nofollow">👀 Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-hugoplate-netlify-app/6lyxjw6t4r?form_factor=desktop">Page Speed (95+)🚀</a>
|
||||
<h2 align="center"> <a target="_blank" href="https://zeon.studio/preview?project=hugoplate" rel="nofollow">👀 Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-hugoplate-netlify-app/6lyxjw6t4r?form_factor=desktop">Page Speed (95+)🚀</a>
|
||||
</h2>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.118.2" alt="Contributors">
|
||||
<img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.118.2&color=f00&logo=hugo" />
|
||||
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.126.0" alt="Contributors">
|
||||
<img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.126.0&color=f00&logo=hugo" />
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/zeon-studio/hugoplate/blob/main/LICENSE">
|
||||
@@ -69,7 +69,7 @@ We have included almost everything you need to start your Hugo project. Let's se
|
||||
- [PostCSS](https://postcss.org/)
|
||||
- [PurgeCSS](https://purgecss.com/)
|
||||
- [AutoPrefixer](https://autoprefixer.github.io/)
|
||||
- [Hugo Modules](https://gohugo.io/hugo-modules/)
|
||||
- [Hugo Modules](https://gohugo.io/hugo-modules/) by [Gethugothemes](https://gethugothemes.com/hugo-modules)
|
||||
- [Markdown](https://markdownguide.org/)
|
||||
- [Prettier](https://prettier.io/)
|
||||
- [Jshint](https://jshint.com/)
|
||||
@@ -89,9 +89,9 @@ First you need to [clone](https://github.com/zeon-studio/hugoplate) or [download
|
||||
|
||||
To start using this template, you need to have some prerequisites installed on your machine.
|
||||
|
||||
- [Hugo Extended v0.115+](https://gohugo.io/installation/)
|
||||
- [Node v18+](https://nodejs.org/en/download/)
|
||||
- [Go v1.20+](https://go.dev/doc/install)
|
||||
- [Hugo Extended v0.124+](https://gohugo.io/installation/)
|
||||
- [Node v20+](https://nodejs.org/en/download/)
|
||||
- [Go v1.22+](https://go.dev/doc/install)
|
||||
|
||||
### 👉 Project Setup
|
||||
|
||||
@@ -149,6 +149,16 @@ You can change the social links from the `data/social.json` file. Add your socia
|
||||
|
||||
We have added some custom scripts to make your life easier. You can use these scripts to help you with your development.
|
||||
|
||||
### 👉 Update Theme
|
||||
|
||||
If you want to update the theme, then you can use the following command. It will update the theme to the latest version.
|
||||
|
||||
```bash
|
||||
npm run update-theme
|
||||
```
|
||||
|
||||
> **Note:** This command will work after running `project-setup` script.
|
||||
|
||||
### 👉 Update Modules
|
||||
|
||||
We have added a lot of modules to this template. You can update all the modules using the following command.
|
||||
@@ -159,7 +169,7 @@ npm run update-modules
|
||||
|
||||
### 👉 Remove Dark Mode
|
||||
|
||||
If you want to remove dark mode from your project, then you have to do it manually from everywhere. So we build a custom script to do it for you. you can use the following command to remove dark mode from your project.
|
||||
If you want to remove dark mode from your project, you can use the following command to remove dark mode from your project.
|
||||
|
||||
```bash
|
||||
npm run remove-darkmode
|
||||
@@ -216,8 +226,14 @@ Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon
|
||||
|
||||
## 🖼️ Showcase
|
||||
|
||||
List of projects people are building with **Hugoplate**! Have you built a project with Hugoplate? Submit it by creating a pull request and we'll feature it here!
|
||||
List of some projects people are building with **Hugoplate**!
|
||||
|
||||
| [](https://open-neuromorphic.org/) | [](https://aimodels.org/) | [](https://www.hugobricks.preview.usecue.com/) |
|
||||
|:---:|:---:|:---:|
|
||||
| **Open Neuromorphic** | **AI Models** | **Hugobricks** |
|
||||
| [](https://open-neuromorphic.org/) | [](https://aimodels.org/) | [](https://www.hugobricks.preview.usecue.com/) | [](https://ono.day/)
|
||||
|:---:|:---:|:---:|:---:|
|
||||
| **Open Neuromorphic** | **AI Models** | **Hugobricks** | **ONO LLC** |
|
||||
|
||||
---
|
||||
|
||||
## 💻 Need Customization?
|
||||
|
||||
If you need a custom theme, theme customization, or complete website development services from scratch you can [Hire Us](https://zeon.studio/estimate-project).
|
||||
|
||||
Reference in New Issue
Block a user