Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cssnr/cssnr.github.io
GitHub Pages
https://github.com/cssnr/cssnr.github.io
Last synced: 2 days ago
JSON representation
GitHub Pages
- Host: GitHub
- URL: https://github.com/cssnr/cssnr.github.io
- Owner: cssnr
- Created: 2024-04-26T01:44:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-01T00:36:48.000Z (4 months ago)
- Last Synced: 2024-11-10T15:06:44.653Z (2 months ago)
- Language: JavaScript
- Homepage: https://cssnr.github.io/
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Pages](https://img.shields.io/github/actions/workflow/status/cssnr/cssnr.github.io/pages.yaml?logo=github&logoColor=white&label=pages)](https://github.com/cssnr/cssnr.github.io/actions/workflows/pages.yaml)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/cssnr.github.io?logo=github&logoColor=white&label=updated)](https://github.com/cssnr/cssnr.github.io/graphs/commit-activity)
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/cssnr.github.io?logo=htmx&logoColor=white)](https://github.com/cssnr/cssnr.github.io)
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars)](https://github.com/cssnr/)
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)# CSSNR GitHub Pages
Website for CSSNR GitHub Organization: https://cssnr.github.io/
For more information join us on Discord: https://discord.gg/wXy6m2X8wY
# Development
Install Jekyll: https://jekyllrb.com/docs/installation/
Run: `jekyll serve -s src -o`
This will build the site from the `src` directory, open it in your browser, watch for file changes, automatically
rebuild the site and refresh the site in your browser; enjoy...For more information see `jekyll help` and `jekyll serve --help` or visit: https://jekyllrb.com/docs/
For production, this site is built with GitHub Actions: [.github/workflows/pages.yaml](.github%2Fworkflows%2Fpages.yaml)