diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-04 16:24:45 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-10 22:03:45 +0000 |
commit | e12c0d23ad72ffa9389d90311453db535f57e450 (patch) | |
tree | 00e8caf78140dee2c9af4568d7d2fb083b80b906 /themes/XMin/exampleSite/content/note | |
parent | 5ed483825a50cadb1d3d2dd55f9e4ebc52716660 (diff) | |
download | mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.gz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.bz2 mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.xz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.zip |
Prepare to move to zine static site generator instead of hugo
https://zine-ssg.io/documentation/
Diffstat (limited to 'themes/XMin/exampleSite/content/note')
-rw-r--r-- | themes/XMin/exampleSite/content/note/2017-06-13-a-quick-note.md | 15 | ||||
-rw-r--r-- | themes/XMin/exampleSite/content/note/2017-06-14-another-note.md | 14 |
2 files changed, 0 insertions, 29 deletions
diff --git a/themes/XMin/exampleSite/content/note/2017-06-13-a-quick-note.md b/themes/XMin/exampleSite/content/note/2017-06-13-a-quick-note.md deleted file mode 100644 index 9d855a4..0000000 --- a/themes/XMin/exampleSite/content/note/2017-06-13-a-quick-note.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: A Quick Note on Two Beautiful Websites -author: Yihui Xie -date: '2017-06-13' -categories: - - Example -slug: a-quick-note ---- - -To me, the two most impressive websites based on **blogdown** are: - -1. [Rob J Hyndman](https://robjhyndman.com)'s personal website. -1. [Live Free or Dichotomize](http://livefreeordichotomize.com) by Lucy and Nick _et al_. - -I'm sure there will be more. diff --git a/themes/XMin/exampleSite/content/note/2017-06-14-another-note.md b/themes/XMin/exampleSite/content/note/2017-06-14-another-note.md deleted file mode 100644 index 76442de..0000000 --- a/themes/XMin/exampleSite/content/note/2017-06-14-another-note.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Another Note on A blogdown Tutorial -author: Yihui Xie -date: '2017-06-14' -categories: - - Example -tags: - - Tutorial -slug: another-note ---- - -I just discovered [an awesome tutorial](https://apreshill.rbind.io/post/up-and-running-with-blogdown/) on **blogdown** written by Alison. I have to admit this is _the_ best **blogdown** tutorial I have seen so far. - -![Alison's blogdown tutorial](https://alison.rbind.io/post/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-1.png) |