Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattms/css.mattms.info
CSS for Markdown sites.
https://github.com/mattms/css.mattms.info
Last synced: about 1 month ago
JSON representation
CSS for Markdown sites.
- Host: GitHub
- URL: https://github.com/mattms/css.mattms.info
- Owner: MattMS
- License: mit
- Created: 2014-12-06T11:55:40.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-10-16T07:30:17.000Z (about 9 years ago)
- Last Synced: 2024-04-09T16:40:11.355Z (9 months ago)
- Language: HTML
- Homepage: http://css.mattms.info/
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS styles
This repo provides CSS for sites using basic tags, like those created
with [Markdown](http://daringfireball.net/projects/markdown/).## Styles
- [Basic dark](/basic/dark/)
- [Basic light](/basic/light/)
- [Solarized dark](/solarized/dark/)
## Firefox
If you use [Firefox](https://www.mozilla.org/en-GB/firefox/desktop/)
then you can try the page style switcher.Open the "View" menu (`Alt + v`), select "Page Style" (`y`) then choose
the style you would like the page to be.This is done by setting the `rel` attribute on the
[link tag](https://developer.mozilla.org/en/docs/Web/HTML/Element/link)
to
[alternate stylesheet](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).## Local demo or development
You will need [Node.js](https://nodejs.org/) and
[Python 3](https://www.python.org/) installed.Install [Gulp](http://gulpjs.com/) globally with:
npm install -g gulp
Clone the repo:
git clone https://github.com/MattMS/css.mattms.info.git
cd css.mattms.infoInstall the dependencies:
npm install
Update the HTML and CSS after changes to the Jade, Markdown or Stylus:
gulp
Start a local server to view changes:
python -m http.server 1337