diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-28 21:18:35 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-28 21:18:35 +0800 |
commit | 04cfe8122c683e0b584132af3a95d65aa6dc78a5 (patch) | |
tree | 3a623c95d5377ac6606587be674b841adb635a8b | |
parent | 9c0aaabf5354237384896321f3bca3d760bbc8a5 (diff) | |
download | www-04cfe8122c683e0b584132af3a95d65aa6dc78a5.tar.gz |
Sitemap
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sitemap.txt | 12 |
3 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5286bf3..c507b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /pub -*/__pycache__/* +*~ +.*.swp +#*# diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0d27750 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +sitemap.txt: + find . -name '*.html' | sed 's/^\./https:\/\/www.andrewyu.org/' > sitemap.txt diff --git a/sitemap.txt b/sitemap.txt new file mode 100644 index 0000000..6ea0763 --- /dev/null +++ b/sitemap.txt @@ -0,0 +1,12 @@ +https://www.andrewyu.org/article/abortion.html +https://www.andrewyu.org/article/democracy-fundamentals.html +https://www.andrewyu.org/article/free-software-education-in-china-and-covid-19.html +https://www.andrewyu.org/article/pragmatic-use-of-nonfree-software.html +https://www.andrewyu.org/article/democracy-us.html +https://www.andrewyu.org/note/wechat.html +https://www.andrewyu.org/note/social-media.html +https://www.andrewyu.org/note/their.html +https://www.andrewyu.org/404.html +https://www.andrewyu.org/buffer.html +https://www.andrewyu.org/index.html +https://www.andrewyu.org/template.html |