Skip to content

Commit

Permalink
update about
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Jan 11, 2024
1 parent 1d126f5 commit fa2773a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/pages/now.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Now
path: now/
date: 2022-03-25
updated: 2022-12-29
template: now.html
taxonomies:
categories:
- Notes
Expand Down
5 changes: 5 additions & 0 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ taxonomies:
## 博客平台

- [posthaven](https://posthaven.com) - 博客平台,永远不筹资,永远保持服务的简单平台
- [Pika](https://pika.page/) - Pika 让写博客变得简单而美丽。

## 在线平台模拟

Expand Down Expand Up @@ -448,3 +449,7 @@ X as a Y services.

- [dropshare](https://support.dropshare.app/hc/en-us) - 可以绑定超多平台的云上传工具。
- [iPic](https://en.toolinbox.net/iPic/) - 图片上传工具

## 表单平台

- [Letter Bird](https://letterbird.co/) - 简单的表单平台。
6 changes: 5 additions & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
<p class="muted text-sm">
Latest build at:
{{ now() | date(format="%Y.%m.%d %H:%M",timezone="Asia/Shanghai") }}
</p>{% endblock detail_meta_slot -%}
</p>{% endblock detail_meta_slot -%}
{% block after_content %}
<h4>你也可以通过填写下面的表单来联系我:</h4>
<script data-letterbirduser="owen" src="https://letterbird.co/embed/v1.js"></script>
{% endblock after_content %}
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{% else %}
<p class="index-intro">我是<a href="/about/">Owen</a>,截止目前已写了<a href="{{ get_url(path="@/pages/archive.md",lang=lang) }}">
{{ all_section_pages.pages | length }}</a>
篇文章,大约 {{ total_word_count }} 字,最后更新时间:<time datetime="{{ all_pages_sort_by_date[0].updated }}">{{ all_pages_sort_by_date[0].updated }}</time>。 我把这里定位成我的数字个人花园,存放我的笔记,<a href="/thoughts">短想法</a>不愿意发在社交媒体上的),文章,我在另一个 Clip 网站上存放我<a href="https://clip.owenyoung.com/">阅读过的优秀文章</a>,
篇文章,大约 {{ total_word_count }} 字,最后更新时间:<time datetime="{{ all_pages_sort_by_date[0].updated }}">{{ all_pages_sort_by_date[0].updated }}</time>。 我把这里定位成我的数字个人花园,存放我的笔记,<a href="/thoughts">短想法</a>不愿意发在社交媒体上的短想法),我在另一个 Clip 网站上存放我<a href="https://clip.owenyoung.com/">阅读过的优秀文章</a>,
<a href="{{ get_url(path="@/pages/about.md") }}">About</a> 页面了解更多关于我的介绍,在 <a href="{{ get_url(path="@/pages/now.md") }}">Now 页面</a>了解我最近在做什么。
</p>

Expand Down Expand Up @@ -131,6 +131,7 @@
</div>

</div>

{% endblock main -%}
{% block before_body_end %}
{% if config.extra.meilisearch_url %}
Expand Down
1 change: 1 addition & 0 deletions templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ <h1 class="no-border pt4 p-name entry-title" >{{ page.title }}</h1>
<div id="start"></div>
<article class="e-content entry-content">
{{ page.content | safe }}
{% block after_content %}{% endblock after_content %}
<div class="display-none"><a class="u-bridgy-fed" href="https://fed.brid.gy/"></a></div>
</article>
{% if page.date %}
Expand Down

0 comments on commit fa2773a

Please sign in to comment.