diff --git a/.github/workflows/pr-main_mdbook.yml b/.github/workflows/pr-main_mdbook.yml index 5fa48075..8ffde65b 100644 --- a/.github/workflows/pr-main_mdbook.yml +++ b/.github/workflows/pr-main_mdbook.yml @@ -8,11 +8,13 @@ on: - main paths: - "docs/**" + - "theme/**" - "book.toml" - ".github/workflows/pr-main_mdbook.yml" pull_request: paths: - "docs/**" + - "theme/**" - "book.toml" - ".github/workflows/pr-main_mdbook.yml" workflow_dispatch: diff --git a/README.md b/README.md index 3f4012ab..4750517a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ ethlambda banner +

+ # ethlambda Minimalist, fast and modular implementation of the Lean Ethereum client written in Rust. diff --git a/assets/ethlambda_banner.png b/assets/ethlambda_banner.png new file mode 100644 index 00000000..9d42fa39 Binary files /dev/null and b/assets/ethlambda_banner.png differ diff --git a/assets/ethlambda_logo.png b/assets/ethlambda_logo.png new file mode 100644 index 00000000..793bc09d Binary files /dev/null and b/assets/ethlambda_logo.png differ diff --git a/assets/ethlambda_logo_notext.png b/assets/ethlambda_logo_notext.png new file mode 100644 index 00000000..6749263c Binary files /dev/null and b/assets/ethlambda_logo_notext.png differ diff --git a/assets/ethlambda_logo_transparent.png b/assets/ethlambda_logo_transparent.png new file mode 100644 index 00000000..35aeb8d5 Binary files /dev/null and b/assets/ethlambda_logo_transparent.png differ diff --git a/docs/assets/ethlambda_banner.png b/docs/assets/ethlambda_banner.png new file mode 120000 index 00000000..a08af45d --- /dev/null +++ b/docs/assets/ethlambda_banner.png @@ -0,0 +1 @@ +../../assets/ethlambda_banner.png \ No newline at end of file diff --git a/docs/introduction.md b/docs/introduction.md index b056ae6d..c9ac04d4 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,3 +1,7 @@ +

+ ethlambda banner +

+ # Introduction **ethlambda** is a minimalist, fast and modular implementation of the Lean Ethereum diff --git a/theme/favicon.svg b/theme/favicon.svg new file mode 100644 index 00000000..4065be02 --- /dev/null +++ b/theme/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file