mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Updated the site a bit
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<meta content="Configuration - " property="og:title">
|
||||
<meta content=" - " property="og:description">
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i|Roboto+Mono:300,300i,400,400i" rel="stylesheet">
|
||||
<link rel="stylesheet" href="http://wtfutil.com/css/print.css" media="print">
|
||||
<link rel="stylesheet" href="http://wtfutil.com/css/poole.css">
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<meta content="Posts - " property="og:title">
|
||||
<meta content=" - " property="og:description">
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i|Roboto+Mono:300,300i,400,400i" rel="stylesheet">
|
||||
<link rel="stylesheet" href="http://wtfutil.com/css/print.css" media="print">
|
||||
<link rel="stylesheet" href="http://wtfutil.com/css/poole.css">
|
||||
@@ -82,6 +83,13 @@
|
||||
<h1 class="title">Posts</h1>
|
||||
<ul class="posts">
|
||||
<li>
|
||||
<span>
|
||||
<a href="http://wtfutil.com/posts/glossary/">Glossary</a>
|
||||
|
||||
<time class="pull-right post-list">Apr 17, 2018</time>
|
||||
|
||||
</span>
|
||||
</li><li>
|
||||
<span>
|
||||
<a href="http://wtfutil.com/posts/configuration/">Configuration</a>
|
||||
|
||||
|
||||
@@ -6,11 +6,23 @@
|
||||
<description>Recent content in Posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 15 Apr 2018 21:17:16 -0700</lastBuildDate>
|
||||
<lastBuildDate>Tue, 17 Apr 2018 12:34:51 -0700</lastBuildDate>
|
||||
|
||||
<atom:link href="http://wtfutil.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>Glossary</title>
|
||||
<link>http://wtfutil.com/posts/glossary/</link>
|
||||
<pubDate>Tue, 17 Apr 2018 12:34:51 -0700</pubDate>
|
||||
|
||||
<guid>http://wtfutil.com/posts/glossary/</guid>
|
||||
<description>Module A discreet unit of data collection and display. A data interface concept. A package inside the app.
|
||||
Examples: New Relic, Git, Weather.
|
||||
Widget The onscreen representation of a Module. The widget is responsible for being the interface between the app and the data collection.
|
||||
Widgets are defined by a required widget.go file in a Module.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Configuration</title>
|
||||
<link>http://wtfutil.com/posts/configuration/</link>
|
||||
|
||||
Reference in New Issue
Block a user