diff options
-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 |