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
- Host: GitHub
- URL: https://github.com/cable8mm/cable8mm.github.io
- Owner: cable8mm
- License: other
- Created: 2024-02-13T02:17:30.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-12-05T12:34:28.000Z (over 1 year ago)
- Last Synced: 2025-01-15T19:22:27.458Z (over 1 year ago)
- Topics: articles, blog, jekyll
- Language: SCSS
- Homepage: https://www.palgle.com/
- Size: 49.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palgle.com
[](https://github.com/cable8mm/cable8mm.github.io/actions/workflows/jekyll.yml)




[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
[](https://www.palgle.com/feed.xml)

[](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


