some changes
* change links according to gitlab in readme file * change git url
This commit is contained in:
parent
0eae708b22
commit
0fe859947b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
See: [zeldon.ru](https://zeldon.ru).
|
See: [zeldon.ru](https://zeldon.ru).
|
||||||
|
|
||||||
My personal website. An [MIT](https://github.com/xzeldon/zeldon-site/blob/main/LICENSE) licensed, easy modifiable.
|
My personal website. An [MIT](https://gitlab.zeldon.ru/zeldon-ru/zeldon-site/-/blob/main/LICENSE) licensed, easy modifiable.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling.
|
||||||
To download the repository and install dependencies, run the following commands:
|
To download the repository and install dependencies, run the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
|
git clone https://gitlab.zeldon.ru/zeldon-ru/zeldon-site.git
|
||||||
cd zeldon-site
|
cd zeldon-site
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
<meta property="og:image" content="ogimage.jpg">
|
<meta property="og:image" content="ogimage.jpg">
|
||||||
|
|
||||||
<!-- analytics -->
|
<!-- analytics -->
|
||||||
<script async defer data-website-id="4ce8bee2-4633-4a5a-81e3-83f5cd9b7c8b" src="https://analytics.zeldon.ru/umami.js"></script>
|
<script async defer data-website-id="4ce8bee2-4633-4a5a-81e3-83f5cd9b7c8b"
|
||||||
|
src="https://analytics.zeldon.ru/umami.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -54,7 +55,7 @@
|
||||||
vk
|
vk
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="link" target="_blank" rel="noopener noreferrer" href="https://git.zeldon.ru">
|
<a class="link" target="_blank" rel="noopener noreferrer" href="https://github.com/xzeldon">
|
||||||
<span class="link-text">
|
<span class="link-text">
|
||||||
git
|
git
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue