Refactor workflows (#835)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
e5230e8c93
commit
93fc487111
14 changed files with 4384 additions and 440 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue