File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " MaterialPointSolver"
22uuid = " dc4aa359-7d89-437d-91bb-f4b330c522c1"
33authors = [" Zenan Huo <zenan.huo@outlook.com>" ]
4- version = " 0.4.4 "
4+ version = " 0.4.5 "
55
66[deps ]
77Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change 11# * MaterialPointSolver* <img src =" docs/src/assets/logo.png " align =" right " height =" 126 " />
22
33[ ![ CI] ( https://github.com/LandslideSIM/MaterialPointSolver.jl/actions/workflows/ci.yml/badge.svg )] ( https://github.com/LandslideSIM/MaterialPointSolver.jl/actions/workflows/ci.yml )
4- [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook )] ( https://landslidesim.github.io/MaterialPointSolver.jl/stable/ )
5- [ ![ ] ( https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook )] ( https://landslidesim.github.io/MaterialPointSolver.jl/dev/ )
6- [ ![ ] ( https://img.shields.io/badge/version-v0.4.4 -pink )] ( )
4+ [ ![ Stable ] ( https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook )] ( https://landslidesim.github.io/MaterialPointSolver.jl/stable/ )
5+ [ ![ Dev ] ( https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook )] ( https://landslidesim.github.io/MaterialPointSolver.jl/dev/ )
6+ [ ![ Version ] ( https://img.shields.io/badge/version-v0.4.5 -pink )] ( )
77
88[ ![ ] ( https://img.shields.io/badge/NVIDIA-CUDA-green.svg?logo=nvidia )] ( https://developer.nvidia.com/cuda-toolkit )
99[ ![ ] ( https://img.shields.io/badge/AMD-ROCm-red.svg?logo=amd )] ( https://www.amd.com/en/products/software/rocm.html )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export default defineConfig({
8787 { icon : 'github' , link : 'REPLACE_ME_DOCUMENTER_VITEPRESS' }
8888 ] ,
8989 footer : {
90- message : '⛰️ LandslideSIM | <a href="https://wp.unil.ch/risk/" target="_blank">Risk Group</a> | Université de Lausanne<br>' ,
90+ message : '⛰️ <a href="https://github.com/ LandslideSIM" target="_blank">LandslideSIM</a> | <a href="https://wp.unil.ch/risk/" target="_blank">Risk Group</a> | Université de Lausanne<br>' ,
9191 copyright : `© Copyright ${ new Date ( ) . getUTCFullYear ( ) } .`
9292 }
9393 }
Original file line number Diff line number Diff line change 5757 --vp-home-hero-name-color : transparent;
5858 --vp-home-hero-name-background : -webkit-linear-gradient (
5959 120deg ,
60- # bd34fe 30% ,
61- # 399545
60+ var (--julia-purple ) 15% ,
61+ var (--vp-dark-green-light ),
62+ var (--vp-dark-green )
6263 );
6364 --vp-home-hero-image-background-image : linear-gradient (
6465 -45deg ,
You can’t perform that action at this time.
0 commit comments