/fj2tech

FJ2Tech's Company Website

Primary LanguageJavaScriptMIT LicenseMIT

FJ2Tech Website built with Hugo + Tailwind CSS

πŸ“¦ Tech Stack


βš™οΈ Prerequisites

To start, you need to have some prerequisites installed on your machine.

πŸ‘‰ Install Dependencies

Install all the dependencies using the following command.

npm install

πŸ‘‰ Development Command

Start the development server using the following command.

npm run dev

πŸ“ Customization

πŸ‘‰ 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


πŸ›  Advanced Usage

We have added some custom scripts to make your life easier. You can use these scripts to help you with your development.

πŸ‘‰ Update Modules

We have added a lot of modules to this template. You can update all the modules using the following command.

npm run update-modules

πŸš€ 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.

npm run build

πŸ”’ Guide to Staying Compliant

🐞 Reporting Issues

We use GitHub Issues as the official bug tracker for this Template. Please Search existing issues. It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.