diff --git a/.DS_Store b/.DS_Store index 38eca62..991b628 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/app.py b/app.py index f57a65c..5f483b1 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ +from flask_frozen import Freezer from flask import Flask, render_template, abort import os @@ -29,7 +30,6 @@ def post(post_name): abort(404) -from flask_frozen import Freezer freezer = Freezer(app) diff --git a/posts/October 4.html b/posts/October 4.html new file mode 100644 index 0000000..e53b2bf --- /dev/null +++ b/posts/October 4.html @@ -0,0 +1,44 @@ +
以下为 CNBC 报道:
+WASHINGTON – The Federal Reserve on Wednesday enacted its first interest rate cut since the early days of the + Covid pandemic, slicing half a percentage point off benchmark rates in an effort to head off a slowdown in the + labor market.
+“We’re trying to achieve a situation where we restore price stability without the kind of painful + increase in unemployment that has come sometimes with this inflation. That’s what we’re trying to + do, and I think you could take today’s action as a sign of our strong commitment to achieve that goal,” Chair + Jerome Powell said at a news conference following the decision.
+The decision comes despite most economic indicators looking fairly solid.
+Gross domestic product has been rising steadily, and the Atlanta Fed is tracking 3% growth in the third quarter + based on continuing strength in consumer spending. Moreover, the Fed chose to cut even though most gauges + indicate inflation well ahead of the central bank’s 2% target. The Fed’s preferred measure shows inflation + running around 2.5%, well below its peak but still higher than policymakers would like.
+However, Powell and other policymakers in recent days have expressed concern about the labor + market. While layoffs have shown little sign of rebounding, hiring has slowed significantly. In + fact, the last time the monthly hiring rate was this low – 3.5% as a share of the labor force – the unemployment + rate was above 6%.
+以下为美联社报道: +
+The rate cut, the Fed’s first in more than four years, reflects its new focus on bolstering the job + market, which has shown clear signs of slowing. Coming just weeks before the presidential election, + the Fed’s move also has the potential to scramble the economic landscape just as Americans prepare to + vote.
+所以综上所述:
+这是美国的国债曲线。
+Economists at the Penn Wharton Budget Model estimate that financial markets cannot sustain more than twenty + additional years of deficits. At that point, they argue, no amount of tax increases or spending cuts would + suffice to avert a devastating default. “The debt doesn’t matter until it does,” says Maya MacGuineas, president + of the bipartisan Committee for a Responsible Federal Budget. “By taking advantage of our privileged position in + the global economy, we may well lose it.”
+所以经济学家认为找其他国家借钱顶多借20年。
+大家在高中一定趁大好时光多开心呀
\ No newline at end of file diff --git a/freeze.py b/preview.py similarity index 85% rename from freeze.py rename to preview.py index c2d0497..8971edf 100644 --- a/freeze.py +++ b/preview.py @@ -5,4 +5,4 @@ if __name__ == '__main__': - freezer.freeze() + app.run(debug=True) diff --git a/static/css/style.css b/static/css/style.css old mode 100755 new mode 100644 index 05121ee..eea4957 --- a/static/css/style.css +++ b/static/css/style.css @@ -333,8 +333,6 @@ body { font-family: 'Inter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 60px; font-weight: bold; - margin-left: 30px; - margin-right: 30px; margin-top: 120px; } @@ -343,11 +341,9 @@ body { } #dev-cal-2 { - font-family: 'Inter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: 'Charter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 15px; z-index: -1; - margin-left: 30px; - margin-right: 30px; } #update { @@ -468,15 +464,35 @@ nav { padding: 0 3px; } +/* Blog-specific styles */ + h1, h2, +p, +h3 { + font-family: 'Charter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + footer { - margin-left: 30px; - font-family: 'Inter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + margin-left: calc(10% + 30px); + font-family: 'Charter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } main { margin-top: 70px; + width: 80%; + margin-left: 10%; +} + +.b-item>ul { + margin: 0; + padding: 0; +} + +.b-item>ul>li { + list-style: none; + margin: 0; + padding: 0; } /* media queries */ diff --git a/templates/index.html b/templates/index.html index 427f8b9..4dbcd89 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,12 +3,16 @@ {% block title %}Jerry's blog...{% endblock %} {% block content %} -This is the content specific to the homepage.
++ 很神奇的是相比于主页,我的博客虽然更新很不频繁但却是我改动最大的代码仓库——很多次都在各种服务器之间摇摆,思考怎么样才能以最简朴的方式呈现。 + 在删了又改,改了又删的探索中,我好像开始明白——静态网页不一定是静态的。不过那是后话了——现在,欢迎你来到我的博客。 +
This is the content specific to the homepage.
+
+ 想帮忙?有想法或建议?欢迎给
+ jerrylovesapple@icloud.com
+ 发一封邮件。
+
+ 版权所有 © aluminum.studio + + 江源工作室 + +
+ +