Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arihant-001/aj-jekyll-blog-theme
A simple and elegant jekyll blog theme
https://github.com/arihant-001/aj-jekyll-blog-theme
blog hacktoberfest jekyll theme
Last synced: 23 days ago
JSON representation
A simple and elegant jekyll blog theme
- Host: GitHub
- URL: https://github.com/arihant-001/aj-jekyll-blog-theme
- Owner: arihant-001
- License: mit
- Created: 2020-09-06T18:59:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T17:17:07.000Z (over 4 years ago)
- Last Synced: 2024-12-15T15:50:44.935Z (27 days ago)
- Topics: blog, hacktoberfest, jekyll, theme
- Language: JavaScript
- Homepage: https://arihant-001.github.io/aj-jekyll-blog-theme/
- Size: 36.8 MB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AJ Blog - Jekyll Theme
A simple and elegant jekyll theme for blogs.## How to Use
- If you are unfamiliar with jekyll, check out read up on just the basics of front matter, writing posts, and creating pages.
- For setting github pages follow [Github Guides](https://guides.github.com/features/pages/)Fork this repository then start editing the `_config.yml` file.
- update your name, email, etc.
- update baseurl to `/` or ` ` or `your website baseurl`## Features
- Elegant Design
- Image Gallery
```html
```
![test image](./assets/images/gallery.png)
- Image Carousels
```html
```
![test image](./assets/images/carousels.png)- Pagination
## Contribution
Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## Development
As there are many issues in jekyll and ruby installation, a `jekyll` docker image is used for development.
```sh
# build docker image
$ docker build -t theme .# run docker container
$ docker run -itd --name theme --mount type=bind,source="$(pwd)",target=/srv/jekyll/code -p 4000:4000 theme bash# enter docker container
$ docker exec -it theme bash$ cd code
# run jekyll theme
$ bundler exec jekyll serve --watch --host 0.0.0.0
```Open
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).