Welcome to the official Blog website of the URAI group. In this repository, you will find the source code of the website, all the blogs and related content.
Code changes in this repository:
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.
If you want to update the theme, then you can use the following command. It will update the theme to the latest version.
npm run update-themeNote: This command will work after running the
project-setupscript.
We have added a lot of modules to this template. You can update all the modules using the following command.
npm run update-modulesIf you want to remove dark mode from your project, you can use the following command to remove dark mode from your project.
npm run remove-darkmodeNote: This command will work before running the
project-setupscript. If you have already run theproject-setupcommand, then you have to runnpm run theme-setupfirst, and then you can run this command. Afterward, you can runnpm run project-setupagain.
If you want to remove multilingual from your project, you can use the following command to remove multilingual from your project.
npm run remove-multilangNote: This command will work before running the
project-setupscript. If you have already run theproject-setupcommand, then you have to runnpm run theme-setupfirst, and then you can run this command. Afterward, you can runnpm run project-setupagain.
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.
npm run buildTo deploy the website, just push your changes in this repository. The deployment workflow will take care of the rest.