Skip to content

Commit d442151

Browse files
committed
Update
1 parent 7758165 commit d442151

12 files changed

Lines changed: 54 additions & 55 deletions

content/articles/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
+++
22
title = "Articles"
3+
pagesize = 10
4+
sort_by = "Lastmod"
35
+++
46
# Articles
57
Here I will share useful articles.

content/articles/cobalt-about.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
date = 2024-09-06T22:03:00+06:30
33
description = "A static site generator written in Rust"
44
title = "All About Cobalt"
5+
keywords = ["Cobalt", "web", "generator"]
56
+++
67
[Cobalt](https://cobalt-org.github.io "Official website") is a static site generator written in Rust language powered by [Liquid](https://shopify.github.io/liquid) as its templating engine.
78
<!--more-->
89

910
It is one of the well-known static site generators available today, designed to be easy, flexible, and lightweight. You write your site's content in Markdown, and Cobalt will build the site for you as HTML files, ready to be served on your server. While other static site generators are available, they are not as simple as Cobalt, which requires no additional libraries to install. This makes it a perfect, time-saving solution for speed, stability, clean layouts, and ease of use.
1011

1112
## Features
12-
* Simple: Cobalt will help you get up and running quickly but scales to handle your more complex cases.
13-
* Easy: Cobalt tries to be no-hassle, from being easy to install, a workflow-centric command line, to a familiar template language.
14-
* Fast: Written in Rust, Cobalt is blazing fast and allows you to quickly see the results of your work.
15-
* Custom data: Use custom data files to efficiently represent your site, making it faster and easier to maintain data across the site. For example, you can manage page navigation, authors, and other essential data that may change over time.
16-
* Open source: [Contribute](https://github.com/cobalt-org/cobalt.rs) to Cobalt in any way you like if it doesn't contain the features you need or if you found a bug. Make sure to review their [contribution guidelines](https://github.com/cobalt-org/cobalt.rs/blob/master/CONTRIBUTING.md) first before you interact with any contribution methods so you will have information on how you can contribute to it.
13+
- Simple: Cobalt will help you get up and running quickly but scales to handle your more complex cases.
14+
- Easy: Cobalt tries to be no-hassle, from being easy to install, a workflow-centric command line, to a familiar template language.
15+
- Fast: Written in Rust, Cobalt is blazing fast and allows you to quickly see the results of your work.
16+
- Custom data: Use custom data files to efficiently represent your site, making it faster and easier to maintain data across the site. For example, you can manage page navigation, authors, and other essential data that may change over time.
17+
- Open source: [Contribute](https://github.com/cobalt-org/cobalt.rs) to Cobalt in any way you like if it doesn't contain the features you need or if you found a bug. Make sure to review their [contribution guidelines](https://github.com/cobalt-org/cobalt.rs/blob/master/CONTRIBUTING.md) first before you interact with any contribution methods so you will have information on how you can contribute to it.
1718

1819
## Installation
1920
Cobalt doesn't need to be installed. Just download an [available release](https://github.com/cobalt-org/cobalt.rs/releases) and extract the zip.

content/articles/free-web-host-providers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = 2024-09-04T22:30:00+06:30
33
description = "Best free hosting providers at all times!"
44
title = "Free web hosting providers"
5+
keywords = ["web", "generator", "host", "GitHub"]
56
+++
67
Do you want to get your website up and running but can't find free hosting services and don’t want to spend a lot of money? Look no further!
78
<!--more-->

content/articles/hugo-about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = 2024-11-18T17:43:00+06:30
33
description = "A static site generator written in Go"
44
title = "All About Hugo"
5+
keywords = ["Hugo", "web", "generator", "Cobalt", "Zola"]
56
+++
67
[Hugo](https://gohugo.io/ "Official website") is a static site generator written in Go language optimized for speed and designed for flexibility.
78
<!--more-->

content/articles/zola-about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ date = 2024-10-02T22:00:00+06:30
33
description = "A static site generator written in Rust"
44
lastmod = 2024-10-05T13:00:00+06:30
55
title = "All About Zola"
6+
keywords = ["Zola", "web", "generator"]
67
+++
78
[Zola](https://getzola.org/ "Official website") is a static site generator written in Rust language powered by [Tera](https://keats.github.io/tera/) as its templating engine.
89
<!--more-->

content/articles/zola-vs-hugo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
date = 2024-11-22T14:05:00+06:30
33
title = "Hugo VS Zola"
4+
keywords = ["Zola", "Hugo", "web", "generator"]
45
+++
56
Hugo vs. Zola: Comparing Two Powerful Static Site Generators
67
<!--more-->

content/blog/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
+++
22
title = "Blog"
3-
template = "section_paginated.html"
4-
page_template = "blogpage.html"
5-
sort_by = "update_date"
6-
paginate_by = 5
3+
sort_by = "Lastmod"
4+
pagesize = 5
75
+++
86
# Blog
97
Here I will share my useful posts

content/blog/new-chapter-begins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
date = 2024-08-28T16:48:00+06:30
3-
updated = 2024-10-05T13:23:00+06:30
3+
lastmod = 2024-10-05T13:23:00+06:30
44
title = "A New Chapter Begins"
55
+++
66
Hello everyone. This is the first blog post, and I wanted to share an update on my current situation.
@@ -15,4 +15,4 @@ But every ending is a new beginning, right? Here's to hoping for better times ah
1515

1616
## Updates as of %updated%
1717
Unfortunately, the status of the hard disk recovery was not reported. However, here are some current status:
18-
* [Endless Battle renamed Mini Games Hub](https://harrymkt.github.io/mgh) is being reworked; this means that the game is being redeveloped starting from scratch again, and for backup, I've saved to a private git repository so it will not loss in case of issue.
18+
- [Endless Battle renamed Multi Games Hoard](https://gamemgh.github.io) is being reworked; this means that the game is being redeveloped starting from scratch again, and for backup, I've saved to a private git repository so it will not loss in case of issue.

content/community-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ These general rules are available in all comunities
1414
The first rule to follow is to avoid spamming. Spamming is strictly prohibited, and if you engage in spamming, you will be warned. Continued spamming after receiving multiple warnings will result in consequences, the severity of which will depend on the specific circumstances.
1515

1616
Spamming includes:
17-
* Sending messages that contains random characters
18-
* Sending either screen reader crash codes or codes that can crash the client nor the device.
17+
- Sending messages that contains random characters
18+
- Sending either screen reader crash codes or codes that can crash the client nor the device.
1919

2020
While it is impossible to list all possible forms of spamming, it is important to note that if an administrator instructs you to stop spamming, you are expected to comply. Failure to follow their instructions may lead to consequences, which will be determined based on the severity of the situation.
2121

@@ -33,8 +33,8 @@ You will not speak in other language accept from the list above, or you will get
3333

3434
### Posting contents
3535
Posting contents in the community is to post about games, projects, things that about visually impaired, and all forms of technical, you can post whatever you want. However, some contents will never be allowed to post. All of my communities do not have place for those contents to live. They are:
36-
* Post links to porn, murders, or any other adult rated material.
37-
* Post messages, that are, or contain portions that are, racistic, vulgar, disrespectful to culture or religion or ethnicity...
36+
- Post links to porn, murders, or any other adult rated material.
37+
- Post messages, that are, or contain portions that are, racistic, vulgar, disrespectful to culture or religion or ethnicity...
3838

3939
If you are found to be sending the aforementioned content, there will be consequences depending on the severity, which may include temporary or permanent bans. In the case of Telegram, we may contact Telegram officials to request the deletion of your account.
4040

content/config.md

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -31,46 +31,40 @@ Here you can change the preferences for the site.
3131
</fieldset>
3232
</form>
3333
<script>
34-
function startform()
35-
{
36-
var tf=localStorage.getItem("timeformat");
37-
if(tf!=="12") tf="24";
38-
document.getElementById("timeformat").textContent="Current time format, "+tf+" hour format";
39-
var vu=localStorage.getItem("visitname");
40-
if(vu==="" || vu===null) vu="visiter";
41-
document.getElementById("visitname").textContent="Current name, "+vu;
34+
function startform() {
35+
var tf = localStorage.getItem("timeformat");
36+
if (tf !== "12") tf = "24";
37+
document.getElementById("timeformat").textContent = "Current time format, " + tf + " hour format";
38+
var vu = localStorage.getItem("visitname");
39+
if (vu === "" || vu === null) vu = "visiter";
40+
document.getElementById("visitname").textContent = "Current name, "+vu;
4241
}
4342
startform();
44-
function formsub()
45-
{
46-
let o=0;
47-
var tf=document.getElementById("timeformatinp").value;
48-
if(tf!==null && tf!=="")
49-
{
50-
if(tf!=="12") tf="24";
51-
localStorage.setItem("timeformat",tf);
52-
document.getElementById("timeformat").textContent="Current time format, "+tf+" hour format";
53-
o++;
54-
}
55-
var vu=document.getElementById("visitnameinp").value;
56-
if(vu!==null && vu!=="")
57-
{
58-
if(vu==="" || vu==null) vu="visiter";
59-
localStorage.setItem("visitname",vu);
60-
document.getElementById("visitname").textContent="Current name, "+vu;
61-
o++
62-
}
63-
var msg=(o>0?o+" options saved":"options unchanged");
64-
alert(msg);
43+
function formsub() {
44+
let o = 0;
45+
var tf = document.getElementById("timeformatinp").value;
46+
if (tf !== null && tf !== "") {
47+
if (tf !== "12") tf = "24";
48+
localStorage.setItem("timeformat", tf);
49+
document.getElementById("timeformat").textContent = "Current time format, " + tf + " hour format";
50+
o++;
51+
}
52+
var vu = document.getElementById("visitnameinp").value;
53+
if (vu !== null && vu !== "") {
54+
if (vu === "" || vu == null) vu = "visiter";
55+
localStorage.setItem("visitname", vu);
56+
document.getElementById("visitname").textContent = "Current name, " + vu;
57+
o++
58+
}
59+
var msg = (o > 0 ? o + " options saved" : "options unchanged");
60+
alert(msg);
6561
}//end.function
66-
function removeallcf()
67-
{
68-
if(confirm("Are you sure you want to remove all configurations saved on this site? This cannot be undone"))
69-
{
70-
localStorage.clear();
71-
startform();
72-
var msg="All the site configurations have been cleared.";
73-
alert(msg);
74-
}
62+
function removeallcf() {
63+
if (confirm("Are you sure you want to remove all configurations saved on this site? This cannot be undone")) {
64+
localStorage.clear();
65+
startform();
66+
var msg = "All the site configurations have been cleared.";
67+
alert(msg);
68+
}
7569
}
7670
</script>

0 commit comments

Comments
 (0)