Skip to content

Commit 96ac11f

Browse files
committed
first commit
0 parents  commit 96ac11f

File tree

239 files changed

+6946
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+6946
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/lightbi-hugo"]
2+
path = themes/lightbi-hugo
3+
url = https://github.com/binokochumolvarghese/lightbi-hugo

.hugo_build.lock

Whitespace-only changes.

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
baseURL = 'https://asciiarts.github.io/'
2+
languageCode = 'en-us'
3+
title = 'Ascii.Arts'
4+
5+
defaultContentLanguage = "en"
6+
defaultContentLanguageInSubdir = false
7+
8+
theme = 'lightbi-hugo'
9+
10+
11+
googleAnalytics = "G-T2KBJB0NWW"
12+
enableRobotsTXT = true
13+
enableGitInfo = false
14+
Paginate = 10
15+
16+
[permalinks]
17+
posts = '/:slug/'
18+
tags = 'tag/:slug/'
19+
20+
[minify]
21+
minifyOutput = false
22+
23+
[params]
24+
showRelatedPosts = true #for lightbi related posts
25+
description = "Ascii Arts"
26+
author = "asciiarts"
27+
selfHosted = true
28+
mainSections = ["post","posts"]
29+
#dateFormat = "2 January 2023"
30+
comments = false
31+
readingTime = false
32+
wordCount = false
33+
useHLJS = false
34+
socialShare = true
35+
delayDisqus = true
36+
summaryLength = "9"
37+
gcse = false
38+
Lastmod = true
39+
rss = true
40+
pagination = "10"
41+
hideAuthor = true
42+
darkMode = false
43+
44+
[params.mytags]
45+
go = 'Go is developed by google.'
46+
php = 'PHP is the most populer language for web developemnt.'
47+
48+
49+
50+
#nav main menu
51+
52+
[[menu.main]]
53+
name = "Image to Ascii"
54+
url = "/"
55+
weight = 1
56+
57+
[[menu.main]]
58+
name = "Top 10"
59+
url = "/Top10/"
60+
weight = 2
61+
62+
[[menu.main]]
63+
name = "Keywords"
64+
url = "/PornKeywords/"
65+
weight = 3
66+
67+
[[menu.main]]
68+
name = "Indian"
69+
url = "/Indian/"
70+
weight = 4
71+
72+
[[menu.main]]
73+
name = "Videos"
74+
url = "/Videos/"
75+
weight = 5
76+
77+
78+
79+
[[menu.main]]
80+
name = "Photos"
81+
url = "/Photos/"
82+
weight = 6
83+
84+
85+
86+
87+
#menu for footer
88+
89+
[[menu.footer]]
90+
name = "Tool"
91+
url = "/"
92+
weight = 1
93+
94+
[[menu.footer]]
95+
name = "Top 10"
96+
url = "/Top10/"
97+
weight = 2
98+
99+
[[menu.footer]]
100+
name = "Keywords"
101+
url = "/Keywords/"
102+
weight = 3
103+
104+
[[menu.footer]]
105+
name = "Indian"
106+
url = "/Indian/"
107+
weight = 4
108+
109+
[[menu.footer]]
110+
name = "Videos"
111+
url = "/Videos/"
112+
weight = 5
113+
114+
115+
116+
[[menu.footer]]
117+
name = "Photos"
118+
url = "/Photos/"
119+
weight = 6
120+
121+
[[menu.footer]]
122+
name = "Tags"
123+
url = "/tags/"
124+
weight = 6
125+
126+
127+
128+

content/posts/test.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test"
3+
slug: "test"
4+
description: "test"
5+
date: "2025-01-12T12:33:01+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

content/posts/test2.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test2"
3+
slug: "test2"
4+
description: "test2"
5+
date: "2025-01-12T12:33:29+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

content/posts/test22.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test22"
3+
slug: "test22"
4+
description: "test2"
5+
date: "2025-01-12T12:33:41+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

content/posts/test222.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test222"
3+
slug: "test222"
4+
description: "test2"
5+
date: "2025-01-12T12:33:47+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

content/posts/test2222.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test2222"
3+
slug: "test2222"
4+
description: "test2"
5+
date: "2025-01-12T12:33:59+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

content/posts/test22222.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "test22222"
3+
slug: "test22222"
4+
description: "test2"
5+
date: "2025-01-12T12:34:04+00:00"
6+
tags: [test]
7+
image: "te"
8+
images: []
9+
---
10+
11+
<h1 class="mb-4">Post Title</h1><p class="lead">A brief excerpt or summary of your post goes here.</p><div class="row mt-4"><div classs="col-md-8"><h2>Image Title</h2><img src="hugo-admin-post-editor/assets/hugo-admin-post-editor-sample.jpg" alt="Image" class="img-fluid mb-3"><p class="text-muted">Image Label</p></div></div>

0 commit comments

Comments
 (0)