-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (146 loc) · 6.8 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html><html class=no-js lang=en>
<head>
<meta name=generator content="Hugo 0.91.1">
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta http-equiv=x-ua-compatible content="IE=edge">
<title>xdatanext</title>
<script>(function(a,b){a[b]=a[b].replace("no-js","js")})(document.documentElement,"className")</script>
<meta name=description content="xdatanext's about everything">
<meta property="og:title" content="xdatanext">
<meta property="og:description" content="xdatanext's about everything">
<meta property="og:type" content="website">
<meta property="og:url" content="https://xdatanext.github.io/">
<link rel=preconnect href=https://fonts.gstatic.com crossorigin>
<link rel=dns-prefetch href=//fonts.googleapis.com>
<link rel=dns-prefetch href=//fonts.gstatic.com>
<link rel=stylesheet href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel=stylesheet href=/css/style.css>
<link rel=alternate type=application/rss+xml href=/index.xml title=xdatanext>
<link rel="shortcut icon" href=/favicon.ico>
</head>
<body class=body>
<div class="container container--outer">
<header class=header>
<div class="container header__container">
<div class="logo logo--mixed">
<a class=logo__link href=/ title=xdatanext rel=home>
<div class="logo__item logo__imagebox">
<img class=logo__img src=/images/48460336.png>
</div><div class="logo__item logo__text">
<div class=logo__title>xdatanext</div>
<div class=logo__tagline>Just another site</div>
</div>
</a>
</div>
<nav class=menu>
<button class=menu__btn aria-haspopup=true aria-expanded=false tabindex=0>
<span class=menu__btn-title tabindex=-1>Menu</span>
</button>
<ul class=menu__list>
<li class=menu__item>
<a class=menu__link href=/about/>
<span class=menu__text>About</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper flex">
<div class=primary>
<main class="main list" role=main>
<article class="list__item post">
<header class=list__header>
<h2 class="list__title post__title">
<a href=/posts/sample/ rel=bookmark>
When you have too much to do
</a>
</h2>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg><time class=meta__text datetime=2021-12-22T09:54:24-08:00>December 22, 2021</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2 1 2h8v11H0V2z"/></svg><span class=meta__text><a class=meta__link href=/categories/todo/ rel=category>todo</a>, <a class=meta__link href=/categories/golang/ rel=category>golang</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
Life is Short …. There are only 24 hours in a day … Let’s get some small habits that we can play with .
Read 16 min a day . that’s 2^4 min a day Things that take a short time ( 2 min) , do it right away Things that take 2^3 min ( 8 min) , note down and do it later Manage money coming in (income), Money going out (expense) Drink more water - 2^3 glasses a day Stand Up and work everyday , Get a table that adjusts Questions ?
</div>
</article><article class="list__item post">
<header class=list__header>
<h2 class="list__title post__title">
<a href=/posts/example-content/ rel=bookmark>
Markdown Syntax Guide
</a>
</h2>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg><time class=meta__text datetime=2019-03-11T00:00:00Z>March 11, 2019</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2 1 2h8v11H0V2z"/></svg><span class=meta__text><a class=meta__link href=/categories/themes/ rel=category>themes</a>, <a class=meta__link href=/categories/syntax/ rel=category>syntax</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
</div>
</article>
</main>
</div>
<aside class=sidebar><div class="widget-search widget">
<form class=widget-search__form role=search method=get action=https://google.com/search>
<label>
<input class=widget-search__field type=search placeholder=SEARCH… name=q aria-label=SEARCH…>
</label>
<input class=widget-search__submit type=submit value=Search>
<input type=hidden name=sitesearch value=https://xdatanext.github.io>
</form>
</div>
<div class="widget-recent widget">
<h4 class=widget__title>Recent Posts</h4>
<div class=widget__content>
<ul class=widget__list>
<li class=widget__item><a class=widget__link href=/posts/sample/>When you have too much to do </a></li>
<li class=widget__item><a class=widget__link href=/posts/example-content/>Markdown Syntax Guide</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class=widget__title>Categories</h4>
<div class=widget__content>
<ul class=widget__list>
<li class=widget__item>
<a class=widget__link href=/categories/golang/>golang</a></li>
<li class=widget__item>
<a class=widget__link href=/categories/syntax/>syntax</a></li>
<li class=widget__item>
<a class=widget__link href=/categories/themes/>themes</a></li>
<li class=widget__item>
<a class=widget__link href=/categories/todo/>todo</a></li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class=widget__title>Tags</h4>
<div class=widget__content>
<a class="widget-taglist__link widget__link btn" href=/tags/css/ title=css>css</a>
<a class="widget-taglist__link widget__link btn" href=/tags/html/ title=html>html</a>
<a class="widget-taglist__link widget__link btn" href=/tags/markdown/ title=markdown>markdown</a>
<a class="widget-taglist__link widget__link btn" href=/tags/sample/ title=sample>sample</a>
<a class="widget-taglist__link widget__link btn" href=/tags/themes/ title=themes>themes</a>
<a class="widget-taglist__link widget__link btn" href=/tags/todo/ title=todo>todo</a>
</div>
</div>
</aside>
</div>
<footer class=footer>
<div class="container footer__container flex">
<div class=footer__copyright>
© 2021 xdatanext.
<span class=footer__copyright-credits>Generated with <a href=https://gohugo.io/ rel="nofollow noopener" target=_blank>Hugo</a> and <a href=https://github.com/Vimux/Mainroad/ rel="nofollow noopener" target=_blank>Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src=/js/menu.js></script>
</body>
</html>