A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

27 行
1.2 KiB

  1. {{define "head"}}<title>About {{.SiteName}}</title>
  2. {{end}}
  3. {{define "content"}}
  4. <div class="content-container snug">
  5. <h1>About {{.SiteName}}</h1>
  6. {{.Content}}
  7. {{if .Federation}}
  8. <hr style="margin:1.5em 0;" />
  9. <p><em>{{.SiteName}}</em> is home to <strong>{{largeNumFmt .AboutStats.NumPosts}}</strong> {{pluralize "article" "articles" .AboutStats.NumPosts}} across <strong>{{largeNumFmt .AboutStats.NumBlogs}}</strong> {{pluralize "blog" "blogs" .AboutStats.NumBlogs}}.</p>
  10. {{end}}
  11. <h2 style="margin-top:2em">About WriteFreely</h2>
  12. <p><a href="https://writefreely.org">WriteFreely</a> is a self-hosted, decentralized blogging platform for publishing beautiful, simple blogs.</p>
  13. <p>It lets you publish a single blog, or host a community of writers who can create multiple blogs under one account. You can also enable federation, which allows people in the fediverse to follow your blog, bookmark your posts, and share them with others.</p>
  14. <div class="clearfix blurbs" style="font-size: 1.3em;text-align:center">
  15. <div class="half big">
  16. <p><a href="https://writefreely.org/start">Start an instance</a></p>
  17. </div>
  18. <div class="half big">
  19. <p><a href="https://writefreely.org">WriteFreely</a></p>
  20. </div>
  21. </div>
  22. </div>
  23. {{end}}