diff --git a/404.md b/404.md index 493cf18..4547823 100644 --- a/404.md +++ b/404.md @@ -1,6 +1,7 @@ --- layout: page title: 404 - Page not found +permalink: /404 --- Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/). diff --git a/README.md b/README.md index 780457c..7b2085f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https: ![](/images/reverie-demo.png) +| Responsiveness | Search | Categories | +|---------------------|----------------------|----------------------| +|![Responsiveness](/images/mobile-demo.png) | ![search](/images/search.png) | ![categories](/images/categories.png) | + ## Features overview - Command-line free fork-first workflow, using GitHub.com to create, customize and post to your blog diff --git a/_pages/about.md b/_pages/about.md index 1441997..48b3813 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -4,7 +4,7 @@ title: About permalink: /about/ --- -Reverie is a Jekyll theme which is simple and opinionated. It's actually a fork of [jekyll-now](https://github.com/barryclark/jekyll-now) with some additional features and personal touches which I've implemented to suit my needs for [my blog](https://www.amitmerchant.com). +[Reverie](https://github.com/amitmerchant1990/reverie) is a Jekyll theme which is simple and opinionated. It's actually a fork of [jekyll-now](https://github.com/barryclark/jekyll-now) with some additional features and personal touches which I've implemented to suit my needs for [my blog](https://www.amitmerchant.com). This is a plug-and-play Jekyll theme which you can use on GitHub Pages without even setting up a local environment. @@ -16,6 +16,8 @@ This is a plug-and-play Jekyll theme which you can use on GitHub Pages without e - Free hosting on your GitHub Pages user site - All the SEO goodies comes in-built - Markdown blogging +- Elegant typography + - Futura PT fonts (The same fonts which has been used on ) - Syntax highlighting using Pygments - [Dracula syntax theme](https://draculatheme.com/) included - Disqus commenting @@ -24,4 +26,6 @@ This is a plug-and-play Jekyll theme which you can use on GitHub Pages without e - Pagination of posts works out-of-the-box. - Categorize posts out-of-the box - RSS Feed -- In-built sitemap \ No newline at end of file +- In-built sitemap + +Learn more about it [here](https://github.com/amitmerchant1990/reverie) on how to get started. diff --git a/images/categories.png b/images/categories.png new file mode 100644 index 0000000..92c84c3 Binary files /dev/null and b/images/categories.png differ diff --git a/images/mobile-demo.png b/images/mobile-demo.png new file mode 100644 index 0000000..e17c383 Binary files /dev/null and b/images/mobile-demo.png differ diff --git a/images/reverie-demo.png b/images/reverie-demo.png index 2067043..2256d6a 100644 Binary files a/images/reverie-demo.png and b/images/reverie-demo.png differ diff --git a/images/search.png b/images/search.png new file mode 100644 index 0000000..92f3813 Binary files /dev/null and b/images/search.png differ