Skip to content

Commit 02fde9b

Browse files
authored
update config files
1 parent 7054436 commit 02fde9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"site": {
3-
"title": "Astroplate",
4-
"base_url": "https://astroplate.netlify.app",
3+
"title": "Apps For Linux",
4+
"base_url": "https://apps-for-linux.github.io",
55
"base_path": "/",
66
"trailing_slash": false,
77
"favicon": "/images/favicon.png",
88
"logo": "/images/logo.png",
99
"logo_darkmode": "/images/logo-darkmode.png",
1010
"logo_width": "150",
1111
"logo_height": "30",
12-
"logo_text": "Astroplate"
12+
"logo_text": "Apps For Linux"
1313
},
1414

1515
"settings": {
@@ -19,7 +19,7 @@
1919
"default_theme": "system",
2020
"pagination": 2,
2121
"summary_length": 200,
22-
"blog_folder": "blog"
22+
"blog_folder": "apps"
2323
},
2424

2525
"announcement": {

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const currentPosts = sortedPosts.slice(0, config.settings.pagination);
3434
<section class="section">
3535
<div class="container">
3636
<div class="row gx-5">
37-
<!-- blog posts -->
37+
<!-- apps posts -->
3838
<div class="lg:col-8">
3939
<div class="row">
4040
{

0 commit comments

Comments
 (0)