-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.pod6
More file actions
57 lines (47 loc) · 1.53 KB
/
index.pod6
File metadata and controls
57 lines (47 loc) · 1.53 KB
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
=begin pod
= :favicon<./logo.png>
= :puburl<http://example.com>
= :globalStyles("./styles.css")
=comment
add the following propery to support Google tag manager: :gtmId("GTM-XXXXX")
=TITLE Podlite-web Starter Blog
=useReact {HeaderCol,LastArticles,CookieConsent} from '@Components/service'
=begin React :component<HeaderCol> :id<menu>
=para L<About|file:./about.pod6>
=para L<Now|file:./now.pod6>
=para L<Table of contents|file:./content.pod6>
=para L<github | https://github.com/podlite>
=para L<twitter | https://twitter.com>
=end React
=head2 👋 Welcome to my blog!
=begin React :component<HeaderCol> :id<header>
=begin para
=head1 My projects
=begin defn
L<Project One|https://github.com>
this is short library
=end defn
=defn L<Oh my Podlite|https://github.com/podlite>
Yet another project
=defn L<Why|https://github.com>
Most wanted project
=end para
=begin para
=Image ./logo.png
This site is driven by L<Podlite|https://podlite.org> markup language.
=end para
=end React
Latest blog posts:
=begin React :component<LastArticles> :count(2)
=end React
=para All my writings: L<Table of contents|file:./content.pod6>
=begin FOOTER
=begin para :id<copyright>
© All rights reserved. 2024. L<CC BY-SA 4.0|https://creativecommons.org/licenses/by-sa/4.0/>. I<L<Made with podlite|https://github.com/podlite>>
=end para
=begin React :component<CookieConsent> :id<CookieConsent> :buttonCaption("Got it!")
=begin para
This website uses cookies for analytics. By continuing to use this site, you accept our use of cookies.
=end React
=end FOOTER
=end pod