Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/status-blog
Blog for Publish My Status and Updates - Build using Jekyll
https://github.com/mskian/status-blog
css html javascript jekyll jekyll-blog jekyll-site jekyll-theme markdown pwa
Last synced: 2 months ago
JSON representation
Blog for Publish My Status and Updates - Build using Jekyll
- Host: GitHub
- URL: https://github.com/mskian/status-blog
- Owner: mskian
- License: mit
- Created: 2020-06-15T05:45:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T07:22:30.000Z (5 months ago)
- Last Synced: 2024-08-23T08:36:22.184Z (5 months ago)
- Topics: css, html, javascript, jekyll, jekyll-blog, jekyll-site, jekyll-theme, markdown, pwa
- Language: HTML
- Homepage: https://status.santhoshveer.com/
- Size: 367 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# San Status 😊
![Uptime Robot status](https://img.shields.io/uptimerobot/status/m784619262-a0febe3c1705a879cc68d9b9?label=Website)
A Simple Static Site Build using Jekyll 📦
## Features ✨
- SEO Meta Tags
- Social Meta Tags
- Schema Markup
- Custom Post date,permalink,title,Description,image and Author Name
- Design Using Bulma CSS
- Speed Optimized
- Pagination
- Custom Pages
- Layouts
- PWA Support
- Lightweight and Minimal
- Free Hosting Support (Github pages and Netlify)
- RSS Feed
- XML Sitemap
- Markdown
- Easy to Setup and Configure
- Travis CI Test## Usage 🛠
- Clone this Repo
```bash
git clone https://github.com/mskian/status-blog.git
cd status-blog
```- install DEPENDENCIES
```bash
bundle install
```- Test the site
```bash
bundle exec jekyll serve
```- Build the site
```bash
bundle exec jekyll build
```- Create New Post
```bash
bundle exec jekyll post "My New Post"
```- Generate Version Number
```bash
rake bump
```## Deploy 🚁
Here is the simple bash script to deploy the Static files to Server.
```sh
#!/bin/bashJEKYLL_ENV=production bundle exec jekyll build
rsync -avr --rsh='ssh' --delete-after --delete-excluded _site/ root@:/var/www/mysite/_site
```## LICENSE 📜
MIT