Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerokero014/refactored-meme
Advance CSS Style Page Project
https://github.com/kerokero014/refactored-meme
Last synced: about 2 months ago
JSON representation
Advance CSS Style Page Project
- Host: GitHub
- URL: https://github.com/kerokero014/refactored-meme
- Owner: kerokero014
- Created: 2023-10-16T18:57:09.000Z (about 1 year ago)
- Default Branch: caleb-branch
- Last Pushed: 2023-12-12T20:08:34.000Z (about 1 year ago)
- Last Synced: 2023-12-13T21:06:55.824Z (about 1 year ago)
- Language: HTML
- Size: 16.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Style Stage Source Sass
> A minimal starter for Style Stage submissions that includes the source Sass used to create the base Style Stage theme, and the source HTML.
[Read the full guidelines](https://stylestage.dev/guidelines/) to ensure your final styles will be ready for inclusion in the showcase!
## To Use
1. Fork or select "Use this Template"
2. Once cloned to your computer, run `npm i` to install dependencies needed to compile the Sass
3. Run `npm start` to launch a hot-reload server that watches for Sass changes.The final stylesheet will be placed in `public/style.css`.
You may alter anything and everything, but keep in mind that the final stylesheet should be unminified and ideally non-prefixed. All Style Stage submissions are parsed with `autoprefixer` during the publish build process, and unminified stylesheets are easier for visitors to learn from.
> If you change the output stylesheet name, be sure to update the link to it in `index.html`
### Publish to Github Pages
This starter uses github actions to auto deploy `public` directory to `gh-pages` branch whenever there is a push to `main` branch.
1. Go to repo settings, under Github Pages, select `gh-pages` as source.
2. Go to https://username.github.io/stylestage-sass to see your published site.## Submitting Your Stylesheet
Once you've created your stylesheet with this starter, publish this as a public repo and then you can use the GitHub link to the "raw" version of the `public/style.css` file for your final submission.
If you choose to publish to github pages, you can use:
https://username.github.io/stylestage-sass/style.cssYou will need to fork [the main Style Stage repo](https://github.com/5t3ph/stylestage) to add your stylesheet, as [explained in the FAQ](https://stylestage.dev/guidelines/#how-do-i-create-a-pull-request-pr).