Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and deploy

on:
push:
branches:
branches:
- main
- master
pull_request:
Expand All @@ -24,16 +24,16 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
hugo-version: '0.153.2'
extended: true

- name: Build
run: hugo --minify

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "themes/fuji"]
path = themes/fuji
url = https://github.com/dsrkafuu/hugo-theme-fuji.git

1 change: 0 additions & 1 deletion content/post/2024-12-26-comiket105.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "C105参加のお知らせ"
date: 2024-12-26T19:27:36+09:00
author: urandom
author: yyu
tags:
- Publication
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/urandom-ctf/urandom-ctf.github.io

go 1.25.5

require github.com/urandom-ctf/hugo-theme-fuji v0.0.0-20251225001953-9a0ee8ebfa73 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/urandom-ctf/hugo-theme-fuji v0.0.0-20251225001953-9a0ee8ebfa73 h1:a4J11+lVtHeMxx/wamAYQzqqkH/IvYX85UrwjKUMOgQ=
github.com/urandom-ctf/hugo-theme-fuji v0.0.0-20251225001953-9a0ee8ebfa73/go.mod h1:DFg9ycvhpM7r13Xz6VFjx8sKi6FQwDFYjO1XuBWbDxM=
11 changes: 9 additions & 2 deletions config.toml → hugo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
baseURL = "https://urandom.team"
title = "urandom"

theme = "fuji"
hasCJKLanguage = true
enableEmoji = true
enableRobotsTXT = true
Expand All @@ -13,10 +12,18 @@ languageCode = "ja-jp" # For RSS, view https://www.rssboard.org/rss-language-co
defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it

summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10

# googleAnalytics = "UA-000000000-0" # Set your Google Analytics UA here

[pagination]
pagerSize = 10

[module]
# Uncomment the following line and adjust the path to use local theme during development
# replacements = "github.com/urandom-ctf/hugo-theme-fuji -> ../../hugo-theme-fuji"
[[module.imports]]
path = "github.com/urandom-ctf/hugo-theme-fuji"

[outputFormats]
[outputFormats.SearchIndex]
isPlainText = true
Expand Down
1 change: 0 additions & 1 deletion themes/fuji
Submodule fuji deleted from bca1c2