commit d7a69e4c69546b7c291a6cc27a98e1c244482062 parent 0e7086bca053999eb7a0b845345b97d4d84ae5f9 Author: Yohanes Bandung <hi@ybbond.dev> Date: Tue, 19 May 2020 20:09:52 +0700 content: init reports Diffstat:
| A | content/reports/2020-05-09-2/index.md | | | 68 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | content/reports/2020-05-09/index.md | | | 68 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | content/reports/2020-05-19/index.md | | | 68 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | content/reports/_index.md | | | 4 | ++++ |
| A | layouts/sitemap.xml | | | 24 | ++++++++++++++++++++++++ |
5 files changed, 232 insertions(+), 0 deletions(-)
diff --git a/content/reports/2020-05-09-2/index.md b/content/reports/2020-05-09-2/index.md @@ -0,0 +1,68 @@ +--- +title: Report 2020-05-09 2 +author: Yohanes Bandung Bondowoso +description: "Non scheduled basic reports of my site's size and performance." +tags: + - report #report +date: 2020-05-09T20:01:37+0700 +ID: 1589893549 +private: true +--- + +**Last commit:** +[c40d3a6f2fcd10560bfc7503784ec6de5e9badc7](https://git.ybbond.dev/ybbond/index.html#c40d3a6f2fcd10560bfc7503784ec6de5e9badc7) + +**Commit title:** +refactor: listings for h-feed add correct image + +**Commit date:** +Sat, 9 May 2020 20:01:53 +0700 + + +## Homepage + +[go to location »](/) + + + +## About + +[go to location »](/about/) + + + +## Uses + +[go to location »](/uses/) + + + +## Posts List + +[go to location »](/posts/) + + + +## Notes List + +[go to location »](/notes/) + + + +## Post Migrating + +[go to location »](/posts/2020-04-migrating-my-blog-to-hugo/) + + + +## Post Sidebar + +[go to location »](/posts/2020-04-why-i-positioned-sidebar-to-the-right/) + + + +## Notes IndieWeb + +[go to location »](/notes/04-may-2020-2/) + + diff --git a/content/reports/2020-05-09/index.md b/content/reports/2020-05-09/index.md @@ -0,0 +1,68 @@ +--- +title: Report 2020-05-09 +author: Yohanes Bandung Bondowoso +description: "Non scheduled basic reports of my site's size and performance." +tags: + - report #report +date: 2020-05-09T18:09:32+0700 +ID: 1589893527 +private: true +--- + +**Last commit:** +[4626b5a42757d9c3d18db0a0dd741d799f92be22](https://git.ybbond.dev/ybbond/index.html#4626b5a42757d9c3d18db0a0dd741d799f92be22) + +**Commit title:** +refactor: add type for bookmarks and links + +**Commit date:** +Sat, 9 May 2020 17:17:59 +0700 + + +## Homepage + +[go to location »](/) + + + +## About + +[go to location »](/about/) + + + +## Uses + +[go to location »](/uses/) + + + +## Posts List + +[go to location »](/posts/) + + + +## Notes List + +[go to location »](/notes/) + + + +## Post Migrating + +[go to location »](/posts/2020-04-migrating-my-blog-to-hugo/) + + + +## Post Sidebar + +[go to location »](/posts/2020-04-why-i-positioned-sidebar-to-the-right/) + + + +## Notes IndieWeb + +[go to location »](/notes/04-may-2020-2/) + + diff --git a/content/reports/2020-05-19/index.md b/content/reports/2020-05-19/index.md @@ -0,0 +1,68 @@ +--- +title: Report 2020-05-19 +author: Yohanes Bandung Bondowoso +description: "Non scheduled basic reports of my site's size and performance." +tags: + - report #report +date: 2020-05-19T19:33:19+0700 +ID: 1589891599 +private: true +--- + +**Last commit:** +[1217e9431db212a8099a6c3e50ed4146087dec2f](https://git.ybbond.dev/ybbond/index.html#1217e9431db212a8099a6c3e50ed4146087dec2f) + +**Commit title:** +style: change blue in light mode, and fix codeblock background + +**Commit date:** +Tue, 19 May 2020 14:32:06 +0700 + + +## Homepage + +[go to location »](/) + + + +## About + +[go to location »](/about/) + + + +## Uses + +[go to location »](/uses/) + + + +## Posts List + +[go to location »](/posts/) + + + +## Notes List + +[go to location »](/notes/) + + + +## Post Migrating + +[go to location »](/posts/2020-04-migrating-my-blog-to-hugo/) + + + +## Post Sidebar + +[go to location »](/posts/2020-04-why-i-positioned-sidebar-to-the-right/) + + + +## Notes IndieWeb + +[go to location »](/notes/04-may-2020-2/) + + diff --git a/content/reports/_index.md b/content/reports/_index.md @@ -0,0 +1,3 @@ +--- +private: true +---+ \ No newline at end of file diff --git a/layouts/sitemap.xml b/layouts/sitemap.xml @@ -0,0 +1,24 @@ +{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML }} +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + {{ range .Data.Pages }} + {{- if or (eq (isset .Params "private") false) (ne .Params.private true) -}} + <url> + <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} + <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} + <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} + <priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} + <xhtml:link + rel="alternate" + hreflang="{{ .Language.Lang }}" + href="{{ .Permalink }}" + />{{ end }} + <xhtml:link + rel="alternate" + hreflang="{{ .Language.Lang }}" + href="{{ .Permalink }}" + />{{ end }} + </url> + {{- end -}} + {{ end }} +</urlset>