File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
- uses : pnpm/action-setup@v4
21
21
with :
22
22
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
24
26
run : sudo apt-get install -y highlight imagemagick ipe bzip2 inkscape
25
27
- name : Setting up online LaTeX compilation
26
28
run : mkdir -p ~/.ipe/latexrun; echo "https://latexonline.cc" > ~/.ipe/latexrun/url1.txt
Original file line number Diff line number Diff line change 59
59
site_author = " Linsy"
60
60
site_author_email = " kxiang@umich.edu"
61
61
site_title = " 2-ng blog"
62
- # site_logo = "https://example.com/~jrandomhacker/favicon.png "
62
+ # site_logo = ""
63
63
64
64
# Completely optional:
65
65
# site_subtitle = "2-ng"
85
85
86
86
sort_by = " initdate"
87
87
88
+ date_formats = [" %Y-%m-%d %H:%M:%S" ]
89
+
88
90
# A directory with a .leaf file in it is treated as hand-made "clean URL",
89
91
# rather than a section.
90
92
leaf_file = " .leaf"
You can’t perform that action at this time.
0 commit comments