Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nord Docs Transition #114

Merged
merged 3 commits into from
Mar 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (c) 2016-present Sven Greb <code@svengreb.de>
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <development@svengreb.de>

# Project: Nord
# Repository: https://github.com/arcticicestudio/nord
Expand All @@ -24,20 +24,3 @@ jobs:
- run:
name: test
command: npm run test
- run:
name: generate-docs
command: npm run docs:build
- store_artifacts:
path: build/docs
- run:
name: generate-sassdoc
command: npm run sassdoc
- store_artifacts:
path: build/sassdoc
- run:
name: build-distribution
command: npm run dist
- store_artifacts:
path: build/nord.css
- store_artifacts:
path: dist/nord.css
31 changes: 19 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>
#
# Project: Nord
# Repository: https://github.com/arcticicestudio/nord
# License: MIT

# +--------------------+
# + Base Configuration +
# +--------------------+
Expand All @@ -7,24 +14,24 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 160
max_line_length = 120
trim_trailing_whitespace = true

# +-----------+
# + Languages +
# +-----------+
# +--- Markdown ---+
[*.{md,gfm}]
trim_trailing_whitespace = false

# +-----------------------+
# + Native Color Palettes +
# +-----------------------+
[/src/native/*.{aco,ase,clr,gpa,gpl,mtl}]
# +----------------+
# + Color Swatches +
# +----------------+
[/src/swatches/*.{aco,ase,clr,gpa,gpl,mtl}]
charset = none
end_of_line = none
indent_size = none
indent_style = none
insert_final_newline = false
max_line_length = none
trim_trailing_whitespace = false

# +-----------+
# + Languages +
# +-----------+
# +--- Markdown ---+
[*.{md}]
trim_trailing_whitespace = false
73 changes: 0 additions & 73 deletions .eslintrc.js

This file was deleted.

10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>
#
# Project: Nord
# Repository: https://github.com/arcticicestudio/nord
# License: MIT
# References:
# https://git-scm.com/docs/gitattributes
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion

# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary
# untouched.
* text=auto
Expand Down
35 changes: 15 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>
#
# Project: Nord
# Repository: https://github.com/arcticicestudio/nord
# License: MIT

# +------+
# + Logs +
# +------+
logs/
**/*.log
npm-debug.log*

# +---------+
# + Node.js +
# +---------+
node_modules
npm-debug.log*
**/node_modules/
.npm/
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# +-------------------+
# + Project Structure +
# +-------------------+
build/
dist/

# +------+
# + Sass +
# +------+
.sass-cache
*.css.map
9 changes: 8 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
package-lock=false
; Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
; Copyright (C) 2016-present Sven Greb <[email protected]>
;
; Project: Nord
; Repository: https://github.com/arcticicestudio/nord
; License: MIT

package-lock=true
save-exact=true
12 changes: 0 additions & 12 deletions .sassdocrc

This file was deleted.

10 changes: 5 additions & 5 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2016-present Sven Greb <code@svengreb.de>
* Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (C) 2016-present Sven Greb <development@svengreb.de>
*
* Project: Nord
* Repository: https://github.com/arcticicestudio/nord
Expand All @@ -12,10 +12,10 @@
*/

module.exports = {
"extends": "stylelint-config-standard",
"rules": {
extends: "stylelint-config-standard",
rules: {
"color-hex-case": "lower",
"comment-empty-line-before": null,
"selector-pseudo-element-colon-notation": "single"
}
}
};
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/assets/nord-logo-banner.svg"/></p>
<p align="center"><a href="https://www.nordtheme.com" target="_blank"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/nord/repository-hero.svg?sanitize=true"/></a></p>

<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord.svg?style=flat-square"/></a> <img src="https://www.npmjs.com/static/images/touch-icons/favicon-32x32.png" width=24 height=24/> <a href="https://www.npmjs.com/package/nord"><img src="https://img.shields.io/npm/v/nord.svg?style=flat-square"/></a> <a href="https://www.npmjs.com/package/nord"><img src="https://img.shields.io/npm/dt/nord.svg?style=flat-square"/></a> <a href="https://www.npmjs.com/package/nord"><img src="https://img.shields.io/npm/dm/nord.svg?style=flat-square"/></a></p>
<p align="center"><a href="https://github.com/arcticicestudio/nord/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://www.nordtheme.com/docs"><img src="https://img.shields.io/github/release/arcticicestudio/styleguide-markdown.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a></p>

<p align="center"><a href="https://arcticicestudio.github.io/nord"><img src="https://img.shields.io/badge/Docs-0.2.0-5E81AC.svg?style=flat-square"/></a> <a href="https://arcticicestudio.github.io/nord/sassdoc"><img src="https://img.shields.io/badge/SassDoc-0.2.0-5E81AC.svg?style=flat-square"/></a></p>

---
<p align="center">Changelog for <a href="https://github.com/arcticicestudio/nord" alt="Nord">Nord</a>.</p>

# 0.2.0

Expand All @@ -22,7 +20,6 @@ The "Adobe Photoshop Color Palette" (`nord.ase`) is now fully compatible to Adob

❯ Switched the color definitions for `nord8` and `nord14`. The accent color `nord8` is now used for methods and functions while strings and attribute values are now colored by `nord14` instead. This design has already been implemented in all port projects before, but is now officially documented with this release version. (#1, 2a95e4c0)


❯ Switched the color of punctuations and variables / constants. The `nord4` color is now used for variables and constants while punctuations are now colored by `nord6` instead. This design has also already been implemented in all port projects before, but is now officially documented with this release version. (#2, f8231acd)

❯ `nord13` is now used to colorize regular expressions. (#3, adfcac5c)
Expand Down Expand Up @@ -79,11 +76,11 @@ The "Adobe Photoshop Color Palette" (`nord.ase`) is now fully compatible to Adob

![][assets-color-swatch]

* `.aco` - [Adobe Photoshop][adobe-photoshop] Palette
* `.ase` - [Adobe Swatch Exchange][adobe-help-color-swatches]
* `.gpa` - [Gpick][gpick] Palette
* `.gpl` - [GIMP][gimp-doc-color-palette], [Inkscape][inkscape-wiki-color-palette] and [Krita][krita-doc-color-palette] Palette
* `.mtl` - Alias and WaveFront Material
- `.aco` - [Adobe Photoshop][adobe-photoshop] Palette
- `.ase` - [Adobe Swatch Exchange][adobe-help-color-swatches]
- `.gpa` - [Gpick][gpick] Palette
- `.gpl` - [GIMP][gimp-doc-color-palette], [Inkscape][inkscape-wiki-color-palette] and [Krita][krita-doc-color-palette] Palette
- `.mtl` - Alias and WaveFront Material

# Project Initialization

Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License (MIT)

Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)
Copyright (c) 2016-present Sven Greb <code@svengreb.de> (http://svengreb.de)
Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
Copyright (c) 2016-present Sven Greb <development@svengreb.de> (https://www.svengreb.de)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading