Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/src/posts/template.pug

142 lines
5.2 KiB
Plaintext

<!DOCTYPE html>
html(lang="en")
head
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title Month Year
link(rel="stylesheet", href="../css/common.css")
link(rel="stylesheet", href="../css/post.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
//- NOTE: favicons are under "src/favicons" but in "public/" for build
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
link(rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png")
link(rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png")
link(rel="manifest" href="../site.webmanifest")
link(rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36")
link(rel="shortcut icon" href="../favicon.ico")
meta(name="msapplication-TileColor" content="#282a36")
meta(name="msapplication-config" content="../browserconfig.xml")
meta(name="theme-color" content="#282a36")
body
div(id="wrapper")
h1 Month Year
section(id="post")
article(id="toc")
h2 Table Of Contents
ul
li: a(href="#about") About
li: a(href="#feedback") Feedback
li
a(href="#highlights") Highlights
ul
li: a(href="#section") Section
li: a(href="#another-section") Another Section
li: a(href="#statistics") Statistics
li: a(href="#daily-discussions") Daily Discussions
li
a(href="#issue-table") Issue Table
ul
li: a(href="#opened") Opened
li: a(href="#closed") Closed
article(id="about")
h2 About
p The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made. Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and closed in that month, along with some interesting statistics so you can get a look into the development process and a quick grasp of anything you may have missed.
article(id="feedback")
h2 Feedback
p If anything is incorrect or you have anything that you'd like to see changed or added please
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log/issues") open an issue
| ,
|
a(href="https://tildes.net/user/Bauke/new_message") PM me
|
| or comment on the posted topic on Tildes.
p If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like Tildes, this will remain entirely open-source.
article(id="highlights")
h2 Highlights
//- User written highlights of what happened with development and any notable changes, if applicable.
h3(id="section") Section
p A user-written section of a highlight, along with the "read more..." link and a collapsible details box with Author and Written Date.
p Read more about it
|
|
a(href="https://tildes.net") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-07-16
h3(id="another-section") Another Section
p Another user-written section of a highlight...
p Read more about it
|
|
a(href="https://tildes.net") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-07-16
article(id="statistics")
h2 Statistics
//- Any statistics that would be fun/interesting to read about, more info: issue #1
//- These are automatically generated, see the README.
article(id="daily-discussions")
h2 Daily Discussions
//- Table format should be like this:
table
thead
tr
td Date
td Title
td URL
tbody
tr
td YYYY-MM-DD
td Title of the discussion, excluding the "Daily Tildes Discussion" part.
td: a(href="https://tildes.net/~tildes.official") Click
article(id="issue-table")
h2 Issue Table
//- These are automatically generated, see the README.
footer(id="footer")
h3: a(href="../index.html") Home
h3: a(href="#") To Top
h3: a(href="https://tildes.net") Tildes
h3 Built with
|
|
a(href="https://pugjs.org") Pug
|
| and
|
a(href="https://sass-lang.com/") Sass
h3 Colors from
|
|
a(href="https://draculatheme.com") Dracula
h3 View the
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log") source