Skip to content

Commit deea278

Browse files
committed
feat: time zone
1 parent 49d2d9e commit deea278

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- uses: pnpm/action-setup@v4
2121
with:
2222
version: latest
23-
- name: Install softwatre dependencies
23+
- name: Setting timezone
24+
run: sudo timedatectl set-timezone America/New_York
25+
- name: Install software dependencies
2426
run: sudo apt-get install -y highlight imagemagick ipe bzip2 inkscape
2527
- name: Setting up online LaTeX compilation
2628
run: mkdir -p ~/.ipe/latexrun; echo "https://latexonline.cc" > ~/.ipe/latexrun/url1.txt

soupault.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
site_author = "Linsy"
6060
site_author_email = "kxiang@umich.edu"
6161
site_title = "2-ng blog"
62-
# site_logo = "https://example.com/~jrandomhacker/favicon.png"
62+
# site_logo = ""
6363

6464
# Completely optional:
6565
# site_subtitle = "2-ng"
@@ -85,6 +85,8 @@
8585

8686
sort_by = "initdate"
8787

88+
date_formats = ["%Y-%m-%d %H:%M:%S"]
89+
8890
# A directory with a .leaf file in it is treated as hand-made "clean URL",
8991
# rather than a section.
9092
leaf_file = ".leaf"

0 commit comments

Comments
 (0)