Skip to content

Commit 663e96e

Browse files
committed
🔍 Transform website title to Size Up
1 parent 8b3f0f1 commit 663e96e

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# This is Cloud - Documentation website
1+
# Size Up - Documentation website
22

33
[![🔄 CI/CD](https://github.com/size-up/docs/actions/workflows/ci-cd.yaml/badge.svg?branch=main)](https://github.com/size-up/docs/actions/workflows/ci-cd.yaml)
44

55
![GitHub package.json version](https://img.shields.io/github/package-json/v/size-up/docs?label=application%20version) ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/sizeup/docs?label=image%20version) ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/sizeup/docs)
66

7-
[This is Cloud website](https://docs.sizeup.cloud/) is a documentation that describes many tips and tricks on many IT topics.
7+
[Size Up - Documentation website](https://docs.sizeup.cloud/) is a documentation that describes many tips and tricks on many IT topics.
8+
9+
Documentation website that describes many tips and tricks on many IT topics. Configuration references, useful files and links used to construct beautiful and efficient IT infrastructures, websites and applications with Open Source technologies.
810

911
It's talking about configuration references and useful files and links used by Bare Metal Server, Virtual Private Server (VPS), Virtual Machine (VM) and other Cloud stuff.
1012

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ const config = {
8484
navbar: {
8585
title: application.title,
8686
logo: {
87+
src: "img/logo.png",
8788
alt: application.displayName + " logo",
88-
src: "img/logo.svg",
8989
},
9090
hideOnScroll: true,
9191
items: [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "docs",
33
"version": "1.6.5",
4-
"displayName": "This is Cloud",
5-
"description": "Documentation that describes many tips and tricks on many IT topics. Configuration references and useful files and links used to construct beautiful and efficient IT infrastructures with Open Source tools.",
4+
"displayName": "Size Up",
5+
"description": "Documentation website that describes many tips and tricks on many IT topics. Configuration references, useful files and links used to construct beautiful and efficient IT infrastructures, websites and applications with Open Source technologies.",
66
"license": "GPL-3.0-or-later",
77
"repository": {
88
"type": "git",

src/pages/index.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
overflow: hidden;
1111
}
1212

13+
.heroLogo {
14+
height: 165px;
15+
border-radius: 15%;
16+
}
17+
1318
@media screen and (max-width: 996px) {
1419
.heroBanner {
1520
padding: 2rem;

src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function HomepageHeader(): JSX.Element {
1111
return (
1212
<header className={clsx("hero hero--primary", styles.heroBanner)}>
1313
<div className="container">
14+
<img className={styles.heroLogo} src="/img/logo.png" alt="Size Up" />
1415
<h1 className="hero__title">{siteConfig.title}</h1>
1516
<p className="hero__subtitle">{siteConfig.tagline}</p>
1617
{/* <div className={styles.buttons}>

static/img/favicon.ico

-12.5 KB
Binary file not shown.

static/img/logo.png

21.9 KB
Loading

static/img/logo.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)