8000 Version 4 (#261) · mdo/code-guide@95e7712 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95e7712

Browse files
authored
Version 4 (#261)
* Update for v4 - Rewrite all content in Markdown - Drop some outdated content - Fix all open issues - New project logo - Updated design * Add CSS Colors section for color syntax and contrast * edit * More code cleanup, new logical properties section, link more color stuff * Update README.md * Few tweaks * Update social image, favicon, and OG and Twitter images * Update image URL
1 parent 5c64543 commit 95e7712

37 files changed

+826
-761
lines changed

README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
1-
# Code Guide
1+
<h3 align="center">
2+
<a href="https://codeguide.co/">
3+
<img src="code-guide-logo.png" alt="Code Guide logo" width="192" height="192">
4+
</a>
5+
<br>
6+
Code Guide
7+
</h3>
8+
9+
<p align="center" markdown="1">
10+
Standards for developing consistent, flexible, and sustainable HTML and CSS.
11+
<br>
12+
<a href="https://codeguide.co"><strong>Start reading ☞</strong></a>
13+
</p>
214

3-
Code Guide is a set of standards for developing consistent, flexible, and sustainable HTML and CSS. It comes from years of experience writing code on projects of all sizes. It's not the end-all be-all, but it's a start.
15+
---
416

5-
**[Start reading ☞](https://codeguide.co)**
17+
## Setup
618

7-
---
19+
Code Guide is built on Jekyll and hosted on GitHub Pages. To install Jekyll:
20+
21+
```sh
22+
gem install jekyll
23+
```
24+
25+
To start the local server:
26+
27+
```sh
28+
jekyll serve
29+
```
30+
31+
Open `localhost:4000` in your browser.
832

9-
### License
33+
## License
1034

1135
Released under MIT by, and copyright, @mdo.
1236

13-
### Translations
37+
## Translations
1438

1539
Translations are maintained by their creators and may not always be up to date with the original here.
1640

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ url: https://codeguide.co
44
permalink: pretty
55
sass:
66
style: compressed
7+
version: 4.0.0
8+
og_image: https://raw.githubusercontent.com/mdo/code-guide/gh-pages/code-guide-social.png

_includes/css/class-names.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/css/comments.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

_includes/css/declaration-order.css

Lines changed: 0 additions & 29 deletions
This file was deleted.

_includes/css/import.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

_includes/css/media-queries.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/css/nesting.scss

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/css/operators.scss

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/css/organization-comments.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0