Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayan-b/jekyll-materialize-blog-theme
:rocket: Jekyll Wrapper on Jekyll minima theme using Material Design! Inspired by https://blog.google
https://github.com/ayan-b/jekyll-materialize-blog-theme
hacktoberfest jekyll jekyll-theme material-design
Last synced: 14 days ago
JSON representation
:rocket: Jekyll Wrapper on Jekyll minima theme using Material Design! Inspired by https://blog.google
- Host: GitHub
- URL: https://github.com/ayan-b/jekyll-materialize-blog-theme
- Owner: ayan-b
- License: mit
- Created: 2018-08-26T16:08:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T02:04:14.000Z (over 2 years ago)
- Last Synced: 2023-03-02T19:06:34.986Z (almost 2 years ago)
- Topics: hacktoberfest, jekyll, jekyll-theme, material-design
- Language: HTML
- Homepage: https://ayan-b.github.io/jekyll-materialize-blog-theme
- Size: 1010 KB
- Stars: 2
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Blog
> A jekyll site.This is a wrapper on the jekyll minima theme. You can use it by cloning the repo.
## Usage
Make sure you have jekyll and minima installed. Then, clone the repo and put it
on top of current file structure of jekyll.## Features
- **Adding posts in different sections**: One can add posts in two different sections, namely
`Infocus` and `Top Posts`. In order to do that simply add `infocus` or `top_posts` inside your
post content front matter under `categories` ([example](https://raw.githubusercontent.com/ayan-b/blog/master/_posts/2018-08-30-Computer-An-Introduction.md)).- **Tags**: You can add tags to all posts. In order to do that, simply add the tag in the front
matter of your post ([example](https://raw.githubusercontent.com/ayan-b/blog/master/_posts/2018-08-30-Computer-An-Introduction.md)). Once, the tag has been added make sure you have a markdown file of same name
inside the `tag` directory.- **Intro Pic**: You can also add a picture for your post and it will be shown on the top of your
post and in the home page. Simply add the link of the picture in the front matter.- **Related Posts**: If you set `related-post` as true, some posts will be mentioned at the bottom
of your post by matching the tags.- **Recommended Posts**: You can add `recommended-post`s for your blog post in hyperlink format ([example](https://raw.githubusercontent.com/ayan-b/blog/master/_posts/2018-08-25-The-Internet.markdown)).
- **Social Share**: All of your posts can be shared in social media sites easily via the social
buttons provided. Currently supported sites are: FaceBook, Twitter, Google Plus, Reddit and LinkedIn.## To Do
- [ ] Remove Jekyll Minima dependency
- [ ] Release as a gem.## Contributing
Want to contribute? Awesome! Please have a look at our [Contributing](./CONTRIBUTING.md) page.