Skip to content

Commit

Permalink
feat: time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking committed Aug 10, 2024
1 parent 49d2d9e commit deea278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion soupault.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit deea278

Please sign in to comment.