diff --git a/_posts/2020-11-05-First-Post.md b/_posts/2020-11-05-First-Post.md new file mode 100644 index 0000000..dc667dd --- /dev/null +++ b/_posts/2020-11-05-First-Post.md @@ -0,0 +1,7 @@ +layout: post +title: "First Post" +date: 2020-11-05 23:40:30 -0000 + +This is the first post to this new micro-blog. +Congratulations. + diff --git a/about.markdown b/about.markdown deleted file mode 100644 index 8b4e0b2..0000000 --- a/about.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll diff --git a/index.markdown b/index.md similarity index 100% rename from index.markdown rename to index.md