diff --git a/src/posts/august-2018.pug b/src/posts/august-2018.pug new file mode 100644 index 0000000..fe44da7 --- /dev/null +++ b/src/posts/august-2018.pug @@ -0,0 +1,214 @@ + +html(lang="en") + head + meta(name="viewport", content="width=device-width, initial-scale=1.0") + title August 2018 + link(rel="stylesheet", href="../css/common.css") + link(rel="stylesheet", href="../css/post.css") + //- 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 August 2018 + + 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="#contributions") Contributions + li: a(href="#changes") Changes + li: a(href="#statistics") Statistics + li: a(href="#notable-official-topics") Notable Official Topics + 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 + + h3(id="contributions") Contributions + p Since + | + | + a(href="july-2018.html#open-source") last month's open-sourcing + | + | plenty of contributions have come in by various users, so let's go through some of those. You can find the official topics about these listed below in the + | + a(href="#notable-official-topics") Notable Official Topics + | + | table. + p Special styles for the + | + | + a(href="https://tildes.net?tag=nsfw") NSFW + | + | and + | + a(href="https://tildes.net?tag=spoiler") Spoiler + | + | tags have been added, as well as making the always appear first in the tag list. This was added by + | + a(href="https://gitlab.com/ivanfon") Ivan Fonseca + | . + | You can find the merge request + | + a(href="https://gitlab.com/tildes/tildes/merge_requests/9") here + | . + p A "Mark All As Read" button has been added, so you don't have to manually mark all of your notifications yourself. If you have any unread notifications you can find the button under + | + | + a(href="https://tildes.net/notifications/unread") notifications/unread + | . + | This was added by + | + a(href="https://gitlab.com/jms301") James Southern + | . + | You can find the merge request + | + a(href="https://gitlab.com/tildes/tildes/merge_requests/21") here + | . + p 2 factor authentication! The long awaited, much requested security feature has been added and you can find it in + | + | + a(href="https://tildes.net/settings") your settings + | + | as usual. Don't forget to write down your backup codes somewhere, they're important! The feature was added by + | + a(href="https://gitlab.com/thesbros") thesbros + | + | and you can find the merge request + | + a(href="https://gitlab.com/tildes/tildes/merge_requests/18") here + | . + p Username mentions, now when someone posts a comment with "@username" that person will receive a notification. It was added by + | + | + a(href="https://gitlab.com/Celeo") Matt Boulanger + | + | and you can find the merge request + | + a(href="https://gitlab.com/tildes/tildes/merge_requests/6") here + | . + + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-08-18 + + h3(id="changes") Changes + p Of course there hasn't been just contributions by other users, so let's give + | + | + a(href="") @Deimos + | + | some love too for what he's changed this month. Official topics can again be found + | + a(href="#notable-official-topics") below + | . + p Your profile now has pagination, meaning you can go aaaalll the way back to your first comment and/or topic and see how you embarrassed yourself without even realizing it. Topics can be looked through by going to your profile and clicking on the buttons at the top or by adding "?type=topic" after your profile URL, like this for my profile: "https://tildes.net/user/Bauke?type=topic" and of course the same with comments except you do "?type=comment" for that. + p The editing grace period has been increased to 5 minutes, so you'll have 5 minutes to edit your comment/topic before the "edited ... ago" will show up. The previous grace period was 2 minutes, a little too short. + p Some new Markdown has also been enabled, namely Tables and Strikethrough. So now you can + | + | + del aesliy + | + | easily remove that incorrect thing you typed and make tables much quicker with it's simple pipe syntax. The + | + a(href="https://docs.tildes.net/text-formatting#strikethrough") Text Formatting + | + | page has been updated with the new additions. + + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-08-18 + + 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="notable-official-topics") + h2 Notable Official Topics + p Since the Daily Discussions are being slowed down I'll be repurposing this section to highlight topics posted in + | + | + a(href="https://tildes.net/~tildes.official") ~tildes.official + | . + //- 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