Skip to content

Commit

Permalink
Nord Docs Transition (#23)
Browse files Browse the repository at this point in the history
All documentations and assets have been moved to the official Nord
website and documentations (1,2).

References:
  (1) https://www.nordtheme.com/ports/sublime-text
  (2) https://github.com/arcticicestudio/nord-docs

Resolves  GH-21
  • Loading branch information
arcticicestudio authored Aug 6, 2019
1 parent 8f2e911 commit 8d01b88
Show file tree
Hide file tree
Showing 42 changed files with 132 additions and 22,354 deletions.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2017-present Sven Greb <[email protected]>
#
# Project: Nord Sublime Text
# Repository: https://github.com/arcticicestudio/nord-sublime-text
# License: MIT

# +--------------------+
# + Base Configuration +
# +--------------------+
Expand All @@ -14,5 +21,5 @@ trim_trailing_whitespace = true
# + Languages +
# +-----------+
# +--- Markdown ---+
[*.{md,gfm}]
[*.{md}]
trim_trailing_whitespace = false
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2017-present Sven Greb <[email protected]>
#
# Project: Nord Sublime Text
# Repository: https://github.com/arcticicestudio/nord-sublime-text
# 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
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2017-present Sven Greb <[email protected]>
#
# Project: Nord Sublime Text
# Repository: https://github.com/arcticicestudio/nord-sublime-text
# License: MIT

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

# +---------+
# + Node.js +
# +---------+
**/node_modules/
.npm/

# +--------------+
# + Sublime Text +
# +--------------+
Expand Down
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-sublime-text/develop/assets/nord-sublime-text-banner.svg"/></p>
<p align="center"><a href="https://www.nordtheme.com/ports/sublime-text" target="_blank"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/ports/sublime-text/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-sublime-text/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-sublime-text.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a> <img src="https://www.sublimetext.com/favicon.ico" width=24 height=24/> <a href="https://packagecontrol.io/packages/Nord"><img src="https://img.shields.io/packagecontrol/dt/Nord.svg?colorB=88c0d0&style=flat-square"/></a></p>
<p align="center"><a href="https://www.nordtheme.com/docs/ports/sublime-text" target="_blank"><img src="https://img.shields.io/github/release/arcticicestudio/nord-sublime-text.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://www.sublimetext.com/blog/articles/sublime-text-3-point-1" target="_blank"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Compatibility&message=%3E%3D3.1.0%20Build%203170&logo=sublime-text&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>

<p align="center">Changelog for <a href="https://www.nordtheme.com/ports/sublime-text">Nord Sublime Text</a> — An arctic, north-bluish clean and elegant <a href="https://www.sublimetext.com" target="_blank">Sublime Text</a> color theme.</p>

<!--lint disable no-duplicate-headings-->

<!--
+------------------+
+ Symbol Reference +
+------------------+
↠ (U+21A0): Start of a log section description
— (U+2014): Separator between a log section title and the metadata
⇄ (U+21C4): Separator between a issue ID and pull request ID in a log metadata
⊶ (U+22B6): Icon prefix for the short commit SHA checksum in a log metadata
-->

<!-- lint disable final-definition -->

<!-- Base Links -->
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) 2017-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)
Copyright (c) 2017-present Sven Greb <code@svengreb.de> (http://svengreb.de)
Copyright (c) 2017-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
Copyright (c) 2017-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

0 comments on commit 8d01b88

Please sign in to comment.