This website was build off hugoplate and Tina IO primarily.
To start using this template, you need to have some prerequisites installed on your machine.
Custom script to install hugo modules etc.
yarn project-setup
Install all the dependencies using the following command.
yarn install
Start the development server using the following command.
yarn dev
This template has been designed with a lot of customization options in mind. You can customize almost anything you want, including:
You can change the site title, base URL, language, theme, plugins, and more from the hugo.toml
file.
You can customize all the parameters from the config/_default/params.toml
file. This includes the logo, favicon, search, SEO metadata, and more.
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.
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.
We have added some custom scripts to make your life easier. You can use these scripts to help you with your development.
We have added a lot of modules to this template. You can update all the modules using the following command.
yarn update-modules
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.
npm run remove-darkmode
Note: This command will work before running
project-setup
script. If you already run theproject-setup
command, then you have to runnpm run theme-setup
first, and then you can run this command. afterward, you can runnpm run project-setup
again.
After you finish your development, you can build or deploy your project almost everywhere. Let's see the process:
To build your project locally, you can use the following command. It will purge all the unused CSS and minify all the files.
yarn build
This site is deployed on Netlify
Copyright (c) 2023 - Present, Designed & Developed by Chris Chester