mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-21 16:13:38 +00:00
chore(global): update deps and stuff
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
84f090d0ec
commit
0af2d5d342
4 changed files with 660 additions and 106 deletions
|
@ -32,7 +32,7 @@ pages:
|
||||||
- |
|
- |
|
||||||
source /tmp/.ssh-agent.env
|
source /tmp/.ssh-agent.env
|
||||||
bash ./bin/build.sh
|
bash ./bin/build.sh
|
||||||
bash ./bin/deploy.sh
|
npm run deploy
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
# The folder that contains the files to be exposed at the Page URL
|
# The folder that contains the files to be exposed at the Page URL
|
||||||
|
|
20
README.md
20
README.md
|
@ -1,12 +1,14 @@
|
||||||
# ~ajhalili2006's website
|
# ~ajhalili2006's website
|
||||||
|
|
||||||
[![Hosted on pages.dev](https://img.shields.io/badge/hosted%20on-pages.dev-orange?style=flat-square&logo=cloudflare)](https://pages.dev)
|
[![Hosted on pages.dev](https://img.shields.io/badge/hosted%20on-pages.dev-F48120?style=flat-square&logo=cloudflare)](https://pages.dev)
|
||||||
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/andreijiroh.dev/website?gitlab_url=https%3A%2F%2Fmau.dev&style=flat-square)](https://mau.dev/andreijiroh.dev/website/commits)
|
[![Open in Gitpod](https://img.shields.io/badge/open%20in-Gitpod-yellow?style=flat-square&logo=gitpod)](https://gitpod.io/#https://mau.dev/andreijiroh-dev/website)
|
||||||
|
[![Open in Codespaces](https://img.shields.io/badge/open%20in-Codespaces-black?style=flat-square&logo=github)](https://codespaces.new/andreijiroh-dev/website)
|
||||||
|
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/andreijiroh-dev/website?gitlab_url=https%3A%2F%2Fmau.dev&style=flat-square)](https://mau.dev/andreijiroh.dev/website/commits)
|
||||||
[![Staging builds on Read The Docs Community](https://readthedocs.org/projects/ajhalili2006/badge/?version=latest&style=flat-square)](https://readthedocs.org/projects/ajhalili2006/)
|
[![Staging builds on Read The Docs Community](https://readthedocs.org/projects/ajhalili2006/badge/?version=latest&style=flat-square)](https://readthedocs.org/projects/ajhalili2006/)
|
||||||
[![Docker Image Builds](https://github.com/andreijiroh-dev/docker-images/actions/workflows/docker-buildops.yml/badge.svg?event=schedule)](https://github.com/andreijiroh-dev/docker-images/actions/workflows/docker-buildops.yml)
|
[![Docker Image Builds](https://github.com/andreijiroh-dev/docker-images/actions/workflows/docker-buildops.yml/badge.svg?event=schedule)](https://github.com/andreijiroh-dev/docker-images/actions/workflows/docker-buildops.yml)
|
||||||
[![GitLab CI status](https://mau.dev/andreijiroh.dev/website/badges/main/pipeline.svg?style=flat-square)](https://mau.dev/andreijiroh.dev/website/-/pipelines)
|
[![GitLab CI status](https://mau.dev/andreijiroh-dev/website/badges/main/pipeline.svg?style=flat-square)](https://mau.dev/andreijiroh-dev/website/-/pipelines)
|
||||||
|
|
||||||
This is my sources for both [`andreijiroh.xyz`](https://andreijiroh.xyz) and tilde userpages,
|
This is my sources for both [`andreijiroh.dev`](https://andreijiroh.dev) and tilde userpages,
|
||||||
built with Mkdocs + [Material theme](https://go.andreijiroh.eu.org/mkdocs-material) by
|
built with Mkdocs + [Material theme](https://go.andreijiroh.eu.org/mkdocs-material) by
|
||||||
[~squidfunk](https://github.com/squidfunk). Sources for Gemini version of the website is
|
[~squidfunk](https://github.com/squidfunk). Sources for Gemini version of the website is
|
||||||
available at `gmi` directory.
|
available at `gmi` directory.
|
||||||
|
@ -43,14 +45,16 @@ Canonically developed at [mau.dev](https://mau.dev/andreijiroh-dev/website.git)
|
||||||
* Jetbrains Space (personal): <https://ajhalili2006.jetbrains.space/p/web/repositories/andreijiroh.dev> (repository clone URL: `git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git`)
|
* Jetbrains Space (personal): <https://ajhalili2006.jetbrains.space/p/web/repositories/andreijiroh.dev> (repository clone URL: `git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git`)
|
||||||
* Sourcehut: <https://git.sr.ht/~ajhalili2006/web>
|
* Sourcehut: <https://git.sr.ht/~ajhalili2006/web>
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
* [`markdown`](./markdown/) - the source Markdown files for the website
|
||||||
|
* [`overrides`] - theme customizations and Mkdocs build hooks in Python
|
||||||
|
|
||||||
## Site Development
|
## Site Development
|
||||||
|
|
||||||
Use the clone links from either the canonical repository URL or its mirrors
|
Use the clone links from either the canonical repository URL or its mirrors
|
||||||
[as mentioned above](#mirrors) or open this repo in a cloud development
|
[as mentioned above](#mirrors) or open this repo in a cloud development
|
||||||
environment using these links:
|
environment using the `open in` links above.
|
||||||
|
|
||||||
[![Open in Gitpod](https://img.shields.io/badge/open%20in-Gitpod-orange?style=flat-square&logo=gitpod)](https://gitpod.io/#https://mau.dev/andreijiroh-dev/website)
|
|
||||||
[![Open in Codespaces](https://img.shields.io/badge/open%20in-Codespaces-black?style=flat-square&logo=github)](https://codespaces.new/andreijiroh-dev/website)
|
|
||||||
|
|
||||||
### Building from source
|
### Building from source
|
||||||
|
|
||||||
|
|
739
package-lock.json
generated
739
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -21,6 +21,9 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://andreijiroh.xyz",
|
"homepage": "https://andreijiroh.xyz",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wrangler": "^3.77.0"
|
"wrangler": "^3.80.4"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@dotenvx/dotenvx": "^1.19.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue