mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-08 12:27:07 +00:00
feat: ✨ main page, projects, posts
This commit is contained in:
parent
365eb43ba6
commit
25dc6e69c6
11 changed files with 764 additions and 0 deletions
43
Dioxus.toml
Normal file
43
Dioxus.toml
Normal file
|
@ -0,0 +1,43 @@
|
|||
[application]
|
||||
|
||||
# App (Project) Name
|
||||
name = "Tahinli"
|
||||
|
||||
# Dioxus App Default Platform
|
||||
# desktop, web
|
||||
default_platform = "web"
|
||||
|
||||
# `build` & `serve` dist path
|
||||
out_dir = "dist"
|
||||
|
||||
# resource (assets) file folder
|
||||
asset_dir = "assets"
|
||||
|
||||
[web.app]
|
||||
|
||||
# HTML title tag content
|
||||
title = "Tahinli"
|
||||
|
||||
[web.watcher]
|
||||
|
||||
# when watcher trigger, regenerate the `index.html`
|
||||
reload_html = true
|
||||
|
||||
# which files or dirs will be watcher monitoring
|
||||
watch_path = ["src", "assets"]
|
||||
|
||||
# include `assets` in web platform
|
||||
[web.resource]
|
||||
|
||||
# CSS style file
|
||||
|
||||
style = []
|
||||
|
||||
# Javascript code file
|
||||
script = []
|
||||
|
||||
[web.resource.dev]
|
||||
|
||||
# Javascript code file
|
||||
# serve: [dev-server] only
|
||||
script = []
|
Loading…
Add table
Add a link
Reference in a new issue