From deea2780661937438cb103b8fdd7b8ea8d01735e Mon Sep 17 00:00:00 2001 From: linsyking Date: Sat, 10 Aug 2024 11:53:21 -0400 Subject: [PATCH] feat: time zone --- .github/workflows/build.yml | 4 +++- soupault.toml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81fa9d6..25a1ab9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,9 @@ jobs: - uses: pnpm/action-setup@v4 with: version: latest - - name: Install softwatre dependencies + - name: Setting timezone + run: sudo timedatectl set-timezone America/New_York + - name: Install software dependencies run: sudo apt-get install -y highlight imagemagick ipe bzip2 inkscape - name: Setting up online LaTeX compilation run: mkdir -p ~/.ipe/latexrun; echo "https://latexonline.cc" > ~/.ipe/latexrun/url1.txt diff --git a/soupault.toml b/soupault.toml index 76f60d7..72100e1 100644 --- a/soupault.toml +++ b/soupault.toml @@ -59,7 +59,7 @@ site_author = "Linsy" site_author_email = "kxiang@umich.edu" site_title = "2-ng blog" - # site_logo = "https://example.com/~jrandomhacker/favicon.png" + # site_logo = "" # Completely optional: # site_subtitle = "2-ng" @@ -85,6 +85,8 @@ sort_by = "initdate" + date_formats = ["%Y-%m-%d %H:%M:%S"] + # A directory with a .leaf file in it is treated as hand-made "clean URL", # rather than a section. leaf_file = ".leaf"