-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (78 loc) · 3.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.128.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mindful Queries</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<link rel="stylesheet" href="https://pale-bluedot.github.io/mindful-queries/hugo-theme-console/css/terminal-0.7.1.min.css">
<link rel="stylesheet" href="https://pale-bluedot.github.io/mindful-queries/hugo-theme-console/css/animate-3.7.2.min.css">
<link rel="stylesheet" href="https://pale-bluedot.github.io/mindful-queries/hugo-theme-console/css/console.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="https://pale-bluedot.github.io/mindful-queries/index.xml" rel="alternate" type="application/rss+xml" title="Mindful Queries" />
<meta property="og:title" content="Mindful Queries" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pale-bluedot.github.io/mindful-queries/" />
<meta name="twitter:title" content="Mindful Queries"/>
<meta name="twitter:description" content=""/>
</head>
<body class="terminal">
<div class="container">
<div class="terminal-nav">
<header class="terminal-logo">
<div class="logo terminal-prompt">
<a href="https://pale-bluedot.github.io/mindful-queries/" class="no-style">Mindful Queries</a>:~#
</div>
</header>
<nav class="terminal-menu">
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
<li><a href="https://pale-bluedot.github.io/mindful-queries/about/" typeof="ListItem">about/</a></li>
<li><a href="https://pale-bluedot.github.io/mindful-queries/posts/" typeof="ListItem">posts/</a></li>
</ul>
</nav>
</div>
</div>
<div class="container " >
<h1>About</h1>
<p>
Welcome to Mindful Queries. Sometimes the questions we ask ourselves can help move us to a better place. <a href="about/">(more)</a>
</p>
<br/>
<h1>Latest posts</h1>
<div class="posts-list">
<div class="post">
<p>
<div class="date">Oct. 27, 2024</div>
<h1><a href="https://pale-bluedot.github.io/mindful-queries/posts/2024-10-27/" title="Query of the Day">Query of the Day</a></h1>
Where am I spending energy trying to please someone who actually doesn’t care?
</p>
</div>
<div class="post">
<p>
<div class="date">Sep. 29, 2024</div>
<h1><a href="https://pale-bluedot.github.io/mindful-queries/posts/2024-09-29/" title="Query of the Day">Query of the Day</a></h1>
What would I choose to add back to my life if all my obligations vanished overnight?
</p>
</div>
<div class="post">
<p>
<div class="date">Aug. 25, 2024</div>
<h1><a href="https://pale-bluedot.github.io/mindful-queries/posts/2024-08-25/" title="Query of the Day">Query of the Day</a></h1>
How would my daily routine change if I focused more on my strengths and less on my weaknesses?
</p>
</div>
</div>
<div class="footer">
Powered by <a href="https://gohugo.io/">Hugo</a> with
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
</div>
</div>
</body>
</html>