First commit
This commit is contained in:
commit
b123fc62b5
8 changed files with 130 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
public/
|
||||
.hugo_build.lock
|
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
3
assets/css/custom.css
Normal file
3
assets/css/custom.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.link-readawrite {
|
||||
background: rgb(0, 203, 195);
|
||||
}
|
45
assets/icons/readawrite.svg
Normal file
45
assets/icons/readawrite.svg
Normal file
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="prefix__LOGO"
|
||||
width="22.963179"
|
||||
height="27.91807"
|
||||
viewBox="0 0 22.963178 27.91807"
|
||||
version="1.1"
|
||||
sodipodi:docname="readawrite-icon-white.svg"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="8.3484057"
|
||||
inkscape:cx="15.75151"
|
||||
inkscape:cy="13.95476"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="prefix__LOGO" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<style
|
||||
id="style1">
|
||||
.prefix__cls-1{fill:#00cbc3}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
id="prefix__Path_10083"
|
||||
d="m 22.794622,24.180069 -7.927,-21.7999997 a 3.6,3.6 0 0 0 -6.7740001,0 L 0.16862185,24.158069 a 2.8,2.8 0 0 0 2.63100005,3.757 2.8,2.8 0 0 0 2.8,-2.8 v -2.129 a 0.554,0.554 0 0 1 0.94,-0.4 l 1.072,1.037 a 1.109,1.109 0 0 0 1.487,0.049 l 1.6560001,-1.4 a 1.109,1.109 0 0 1 1.43,0 l 1.676,1.41 a 1.109,1.109 0 0 0 1.481,-0.048 l 1.114,-1.068 a 0.554,0.554 0 0 1 0.938,0.4 v 2.168 a 2.784,2.784 0 0 0 2.784,2.784 2.784,2.784 0 0 0 2.617,-3.738 z m -7.782,-8.043 a 0.732,0.732 0 0 1 -0.377,0.895 7.137,7.137 0 0 1 -6.2660001,0 0.732,0.732 0 0 1 -0.377,-0.894 L 10.931622,7.4380693 a 0.6,0.6 0 0 1 1.13,0 z"
|
||||
class="prefix__cls-1"
|
||||
data-name="Path 10083"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
2
config/_default/module.toml
Normal file
2
config/_default/module.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[[imports]]
|
||||
path = "github.com/jpanther/lynx"
|
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module forge.techtransthai.org/latenightdef/blachp.techtransthai.org
|
||||
|
||||
go 1.22.4
|
||||
|
||||
require github.com/jpanther/lynx v1.4.0 // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
|||
github.com/jpanther/lynx v1.4.0 h1:ymYkoVjFXkdzSD6YBjF6zsTUK3kSi3QTxtxpHtsnlhw=
|
||||
github.com/jpanther/lynx v1.4.0/go.mod h1:nUK1+IfScKhRA3/jBH+YCYfpO3znP5Nsm6ROFGpma44=
|
66
hugo.toml
Normal file
66
hugo.toml
Normal file
|
@ -0,0 +1,66 @@
|
|||
# baseURL = "https://blachp.techtransthai.org/"
|
||||
languageCode = "th"
|
||||
defaultContentLanguage = "th"
|
||||
|
||||
title = "BlaCHp"
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
enableEmoji = true
|
||||
disableKinds = ["taxonomy", "term"]
|
||||
|
||||
[params.author]
|
||||
name = "BlaCHp"
|
||||
# headline = "An awesome person"
|
||||
# image = "img/author.jpg" # path relative to static directory
|
||||
|
||||
links = [
|
||||
{ readawrite = { href = "https://www.readawrite.com/?action=user_page&user_id_publisher=1225708", text = "readAwrite" } },
|
||||
# { email = "mailto:hello@your_domain.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||
# { apple = "https://www.apple.com" },
|
||||
# { bandcamp = "https://username.bandcamp.com" },
|
||||
# { bluesky = "https://bsky.app/profile/username" },
|
||||
# { codepen = "https://codepen.io/username" },
|
||||
# { dev = "https://dev.to/username" },
|
||||
# { discord = "https://discord.gg/invitecode" },
|
||||
# { dribbble = "https://dribbble.com/username" },
|
||||
# { facebook = "https://facebook.com/username" },
|
||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||
# { foursquare = "https://foursquare.com/username" },
|
||||
# { github = "https://github.com/username" },
|
||||
# { gitlab = "https://gitlab.com/username" },
|
||||
# { google = "https://www.google.com/" },
|
||||
# { instagram = "https://instagram.com/username" },
|
||||
# { keybase = "https://keybase.io/username" },
|
||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||
# { lastfm = "https://last.fm/user/username" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
# { mastodon = "https://mastodon.instance/@username" },
|
||||
# { medium = "https://medium.com/username" },
|
||||
# { microsoft = "https://www.microsoft.com/" },
|
||||
# { patreon = "https://www.patreon.com/username" },
|
||||
# { pinterest = "https://pinterest.com/username" },
|
||||
# { reddit = "https://reddit.com/user/username" },
|
||||
# { slack = "https://workspace.url/team/userid" },
|
||||
# { snapchat = "https://snapchat.com/add/username" },
|
||||
# { soundcloud = "https://soundcloud.com/username" },
|
||||
# { spotify = "https://spotify.com/user/username" },
|
||||
# { stack-exchange = "https://stackexchange.com/users/userid/username" },
|
||||
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
|
||||
# { steam = "https://steamcommunity.com/profiles/userid" },
|
||||
# { telegram = "https://t.me/username" },
|
||||
# { threads = "https://threads.com/username" },
|
||||
# { tiktok = "https://tiktok.com/@username" },
|
||||
# { tumblr = "https://username.tumblr.com" },
|
||||
# { twitch = "https://twitch.tv/username" },
|
||||
# { twitter = "https://twitter.com/username" },
|
||||
# { whatsapp = "https://wa.me/phone-number" },
|
||||
# { x = "https://x.com/username" },
|
||||
# { youtube = "https://youtube.com/username" },
|
||||
]
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = "0.86.1"
|
Loading…
Reference in a new issue