diff --git a/README.md b/README.md index 589d5bb1d2d37..307541a1643ce 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ devlopr uses Markdown Files to create data like Blog Posts, Gallery, Shop Produc #### Features : - Local CMS Admin Support using [Jekyll Admin](https://jekyll.github.io/jekyll-admin/) -- Onine CMS Admin Support using [Netlify CMS](https://sujaykundu.com/jekyll/2020/05/24/how-to-setup-netlify-cms-with-github-hosted-devlopr-blog/#/), Forestry, Siteleaf, CloudCannon. +- Onine CMS Admin Support using [Netlify CMS](https://sujaykundu.com/jekyll/2020/05/24/how-to-setup-netlify-cms-with-github-hosted-devlopr-blog/#/), Forestry, [Siteleaf](https://sujaykundu.com/jekyll/2019/05/22/using-siteleaf/), CloudCannon. - Supports Latest [Jekyll 4.x](https://jekyllrb.com) and [Bundler](https://bundler.io) - Stylesheet built using Sass - Comments using [Hyvor](https://talk.hyvor.com/) and [Disqus](https://disqus.com/) @@ -48,6 +48,12 @@ You can easily manage the site locally using the Jekyll admin : [http://localhos ![Jekyll Admin](https://github.com/sujaykundu777/devlopr-jekyll/blob/master/assets/img/jekyll-admin.PNG?raw=true) +#### Using CI/CD for deployment + +You can refer to this guieds, if you want to deploy your blog using other Deployment methods : + +- Deploy to Github Pages using [Travis CI](https://sujaykundu.com/blog/posts/deploy-jekyll-blog-using-github-pages-and-travis-ci/) +- Deploy using Buddy ## Release Changes : diff --git a/_sass/devlopr.scss b/_sass/devlopr.scss index cbe568c12aa6a..75f04758d7a10 100644 --- a/_sass/devlopr.scss +++ b/_sass/devlopr.scss @@ -105,6 +105,9 @@ html[data-theme="light"] { padding: 0; } +ol, ul { + margin-left: 30px !important; +} /* Progress bar */ .my-class .bar {