Refactor workflows (#835)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2023-11-21 14:42:39 +06:00 committed by GitHub
parent e5230e8c93
commit 93fc487111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 4384 additions and 440 deletions

View file

@ -5,6 +5,7 @@ title: Example Site
module:
imports:
- path: github.com/hugo-toha/toha/v4
- path: github.com/hugo-toha/hugo-toha.github.io
disable: false
mounts:
@ -18,7 +19,15 @@ module:
target: assets
- source: static
target: static
- path: github.com/hugo-toha/toha/v4
mounts:
- source: static/files
target: static/files
- source: ./node_modules/flag-icon-css/flags
target: static/flags
- source: ./node_modules/@fontsource/mulish/files
target: static/files
- source: ./node_modules/katex/dist/fonts
target: static/fonts
# Manage languages
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
@ -80,7 +89,7 @@ params:
# Enable dark theme
darkMode:
enable: false
enable: true
# Enable and configure portfolio
portfolio:
@ -208,7 +217,7 @@ params:
# Enable this to create mathematic expressions using `$$` blocks
math:
enable: false
enable: true
services:
# https://katex.org/docs/autorender.html#api for more configurations
katex: