A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
937 B

  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. <h2 style="margin-top:2em">About WriteFreely</h2>
  8. <p><a href="https://writefreely.org">WriteFreely</a> is a self-hosted, decentralized blogging platform for publishing beautiful, simple blogs.</p>
  9. <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>
  10. <div class="clearfix blurbs" style="font-size: 1.3em;text-align:center">
  11. <div class="half big">
  12. <p><a href="https://writefreely.org/start">Start an instance</a></p>
  13. </div>
  14. <div class="half big">
  15. <p><a href="https://writefreely.org">WriteFreely</a></p>
  16. </div>
  17. </div>
  18. </div>
  19. {{end}}