Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Apr 28, 2024
1 parent 8015939 commit c69e6c9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .replit
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
run = "bin/bt start"
entrypoint = "README.md"
hidden = [".bundle", ".config"]
hidden = [".bundle", ".config", ".upm"]
modules = ["ruby-3.2:v6-20240209-9e3a339", "nodejs-20:v8-20230920-bd784b9"]

[nix]
channel = "stable-23_11"

[gitHubImport]
requiredFiles = [".replit", "replit.nix"]
requiredFiles = [".replit", "replit.nix", "Gemfile", "package.json"]

[deployment]
run = ["sh", "-c", "bin/bt start"]
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ group :bridgetown_plugins do
end

gem "bridgetown-minify-html", "~> 2.0", :group => :bridgetown_plugins

gem "bridgetown-quick-search", "~> 2.0", :group => :bridgetown_plugins
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ GEM
htmlcompressor (>= 0.4, < 1.0)
bridgetown-paginate (1.3.4)
bridgetown-core (= 1.3.4)
bridgetown-quick-search (2.0.0)
bridgetown (>= 1.2.0.beta2, < 2.0)
bridgetown-routes (1.3.4)
bridgetown-core (= 1.3.4)
roda-route_list (>= 2.1)
Expand Down Expand Up @@ -128,7 +126,6 @@ DEPENDENCIES
bridgetown (~> 1.3.4)
bridgetown-feed (~> 3.1)
bridgetown-minify-html (~> 2.0)
bridgetown-quick-search (~> 2.0)
bridgetown-routes (~> 1.3.4)
bridgetown-seo-tag (~> 6.0)
bridgetown-sitemap (~> 2.0)
Expand Down
3 changes: 1 addition & 2 deletions config/initializers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# Uncomment to use file-based dynamic template routing via Roda (make sure you
# uncomment the gem dependency in your `Gemfile` as well):
#
# init :"bridgetown-routes"
init :"bridgetown-routes"
#

# We also recommend that if you're using Roda routes you include this plugin
Expand All @@ -64,5 +64,4 @@
init :"bridgetown-feed"
init :"bridgetown-seo-tag"
init :"bridgetown-sitemap"
init :"bridgetown-quick-search"
end
2 changes: 0 additions & 2 deletions src/_components/navbar.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<img src="{{ '/images/logo.svg' | relative_url }}" alt="Logo" />
</header>

{% render "bridgetown_quick_search/search", placeholder: "Search", input_class: "input", theme: "dark", snippet_length: 200 %}

<nav>
<ul>
<li><a href="{{ '/' | relative_url }}">Home</a></li>
Expand Down
17 changes: 15 additions & 2 deletions src/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@ layout: page
title: About
---

This is the basic Bridgetown site template. You can find out more info about customizing your Bridgetown site, as well as basic Bridgetown usage documentation at [bridgetownrb.com](https://bridgetownrb.com/)
<!-- This is the basic Bridgetown site template. You can find out more info about customizing your Bridgetown site, as well as basic Bridgetown usage documentation at [bridgetownrb.com](https://bridgetownrb.com/)
You can find the source code for Bridgetown at GitHub:
[bridgetownrb](https://github.com/bridgetownrb) /
[bridgetown](https://github.com/bridgetownrb/bridgetown)
[bridgetown](https://github.com/bridgetownrb/bridgetown) -->

## ชื่อ
คิง
## เกิด
๘ สิงหาฯ
## กรุ๊บเลือด
เอ (A)
## สิ่งที่ชอบ
ดูหนัง-อนิเมะ ฟังเพลง เล่นเกม
## คำคม
> แค่อยากทำหน้าที่ให้ดีที่สุด ไม่ได้อยากเป็นวีรบุรุษของใคร
> งานมีขี้บ่อย งานน้อยไม่ค่อยขี้ งานไม่มีไม่ขี้เลย
2 changes: 1 addition & 1 deletion src/posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ paginate:
{% endfor %}
</ul>

If you have a lot of posts, you may want to consider adding [pagination](https://www.bridgetownrb.com/docs/content/pagination)!
<!-- If you have a lot of posts, you may want to consider adding [pagination](https://www.bridgetownrb.com/docs/content/pagination)! -->

0 comments on commit c69e6c9

Please sign in to comment.