Skip to content

Commit a748b42

Browse files
committed
home page update
1 parent f8c0c5e commit a748b42

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

config.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
baseURL = 'https://imagetoascii.github.io/'
22
languageCode = 'en-us'
3-
title = 'Ascii.Arts'
3+
title = 'ASCII.Art'
44

5+
#ascii
56
defaultContentLanguage = "en"
67
defaultContentLanguageInSubdir = false
78

@@ -21,7 +22,12 @@ Paginate = 10
2122
minifyOutput = false
2223

2324
[params]
25+
hometitle = 'Image to ASCII Picture Generator'
26+
homedescription = ''
27+
tagline = 'ASCII Art'
28+
2429
showRelatedPosts = true #for lightbi related posts
30+
title = 'Image to ASCII Picture Generator'
2531
description = "Ascii Arts"
2632
author = "asciiarts"
2733
selfHosted = true

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<meta name="description" content="{{ $.Site.Params.description }} - Page {{ .Paginator.PageNumber }}">
3434
{{ end }}
3535
{{ else }}
36-
<title>{{ $.Site.Title }}</title>
36+
<title>{{ $.Site.Params.hometitle }} - {{ $.Site.Params.tagline }}</title>
3737
{{ if (isset $.Site.Params "description") }}
3838
<meta name="description" content="{{ $.Site.Params.description }}">
3939
{{ end }}

layouts/partials/image_to_ascii_converter_tool.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div class="row">
22
<div class="col">
33
<div class="p-2 p-lg-3 bg-body-tertiary border rounded-3">
4-
Welcome to our <h1 class="d-inline-block h6 mb-0">Image to ASCII Art</h1> page, your go-to destination for turning images into stunning ASCII art creations. Utilize our free online ASCII art generator to easily and quickly convert your photos into text-based art. Ideal for artists, hobbyists, or anyone looking to explore a new form of digital expression. Get started now and bring your images to life in a whole new way!
4+
5+
Convert your cool photos into fun <b>Text Art</b> (<em>Pictures made by Text</em> or <em>Notepad Art</em>) with our awesome free <h1 class="d-inline-block h6 mb-0">Image to ASCII</h1> generator tool online easily. Adjust your Artwork using various filters and share it on a Facebook post, Instagram bio, or WhatsApp status, or download text-based art in graphics format like PNG.
56
</div>
67

78
<div class="px-3 py-3 bg-body-tertiary border rounded-3 mt-3">
@@ -12,7 +13,7 @@
1213
</div>
1314
<div id="drop-area" class="text-center">
1415
<form class="my-form">
15-
Upload a file by dragging and dropping it here, or click here to select file
16+
Drag & Drop Image here, or Click to select file to Upload.
1617
<input type="file" id="fileElem" accept="image/*">
1718
</form>
1819
</div>

layouts/partials/styled_title.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{{ $titleWords := split .Site.Title "." }}
33
<a class="navbar-brand fw-bold" href="{{ "" | absLangURL }}" style="font-size: 24px; color: #333;">
44
<span style="color: #ff4500;">{{ index $titleWords 0 }}</span>
5-
<span style="color: #ff4500;">👾</span>
5+
<span style="color: #ff4500;">🗒️</span>
66
<span style="color: #1e90ff;">{{ index $titleWords 1 }}</span>
77
</a>

0 commit comments

Comments
 (0)