An open API service indexing awesome lists of open source software.

https://github.com/cable8mm/cable8mm.github.io

Articles to publish to www.palgle.com
https://github.com/cable8mm/cable8mm.github.io

articles blog jekyll

Last synced: 11 days ago
JSON representation

Articles to publish to www.palgle.com

Awesome Lists containing this project

README

          

# palgle.com

[![Deploy Jekyll site to Pages](https://github.com/cable8mm/cable8mm.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/cable8mm/cable8mm.github.io/actions/workflows/jekyll.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/cable8mm/cable8mm.github.io)
![Jekyll 3.9.4](https://img.shields.io/badge/Jekyll-3.9.4-FFCC01?logo=jekyll)
![Markdown](https://img.shields.io/badge/Made_with-Markdown-000000?logo=markdown&logoColor=white)
![Hosting Github Page](https://img.shields.io/badge/Hosting-Github_Pages-222222?logo=github)
[![Licence-CC_BY-NC-ND 4.0](https://img.shields.io/badge/License-CC_BY--NC--ND_4.0_DEED-F5F5F5?logo=Creative%20Commons)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
[![RSS](https://img.shields.io/badge/RSS-FFA500?logo=rss&logoColor=white)](https://www.palgle.com/feed.xml)
![Editor](https://img.shields.io/badge/Visual_Studio_Code-0078D4?logo=visual%20studio%20code&logoColor=white)
[![Blog](https://img.shields.io/badge/Blog-palgle.com-blue?logo=html5&labelColor=ddd)](https://www.palgle.com)

This repository is the storage for palgle.com contents. It has been made by jekyll, then published to github pages.

You can visit https://www.palgle.com

## Install

```sh
git clone https://github.com/cable8mm/cable8mm.github.io.git palgle
# Clone from repository

cd palgle

jekyll build
# Make static files

cd _site
# Go static files root folder

valet link palgle
# Connect with palgle.test

valet secure
# Set secure for https
```

And visit https://palgle.test

## Creating pages and posts

You should collectly make file name to fit rules. Kebab case is suggested.

YYYY-MM-DD-[filename].markdown

If you need to lovereload when you write something, it can be help.

```sh
bundle exec jekyll serve --livereload
```

## Deployment

It will done automatically by github action. You wouldn't do anything.

## License

Content by Sam Gu Lee is licensed under CC BY-NC-ND 4.0