Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/waste
https://github.com/sebastiandotdev/waste
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandotdev/waste
- Owner: sebastiandotdev
- License: mit
- Created: 2023-10-03T21:47:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T03:09:14.000Z (12 months ago)
- Last Synced: 2024-08-26T18:54:05.697Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 4.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Academy Labs Setup
```bash
npm install
```### 👉 Development Command
Start the development server using the following command.
```bash
npm run dev
```## 📝 Customization
This template has been designed with a lot of customization options in mind. You can customize almost anything you want, including:
### 👉 Site Config
You can change the site title, base URL, language, theme, plugins, and more from the `hugo.toml` file.
### 👉 Site Params
You can customize all the parameters from the `config/_default/params.toml` file. This includes the logo, favicon, search, SEO metadata, and more.
### 👉 Colors and Fonts
You can change the colors and fonts from the `data/theme.json` file. This includes the primary color, secondary color, font family, and font size.
### 👉 Social Links
You can change the social links from the `data/social.json` file. Add your social links here, and they will automatically be displayed on the site.
---
## 🛠 Advanced Usage
We have added some custom scripts to make your life easier. You can use these scripts to help you with your development.
## 🚀 Build And Deploy
After you finish your development, you can build or deploy your project almost everywhere. Let's see the process:
### 👉 Build Command
To build your project locally, you can use the following command. It will purge all the unused CSS and minify all the files.
```bash
npm run build
```### 👉 Deploy Site
We have provided 5 different deploy platform configurations with this template, so you can deploy easily.
- [Netlify](https://www.netlify.com/)
- [Vercel](https://vercel.com/)
- [Github Actions](https://github.com/features/actions)
- [Gitlab Ci](https://docs.gitlab.com/ee/ci/)
- [AWS Amplify](https://aws.amazon.com/amplify/)And if you want to Host some other hosting platforms. then you can build your project, and you will get a `public` folder. that you can copy and paste on your hosting platform.
> **Note:** You must change the `baseURL` in the `hugo.toml` file. Otherwise, your site will not work properly.
---
### 📝 License
Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/)
**Code License:** Released under the [MIT](https://github.com/zeon-studio/hugoplate/blob/main/LICENSE) license.
**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.