Skip to content

Commit 0387449

Browse files
committed
chore: rebrand
1 parent 6fb24e4 commit 0387449

File tree

10 files changed

+9
-16
lines changed

10 files changed

+9
-16
lines changed

ATTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CC BY-NC-ND 3.0 License Attribution
22

3-
Posts inside [`./_app/_posts/`](_app/_posts/) directory and all images and icon files are licensed as [CC BY-NC-ND 3.0](https://creativecommons.org/licenses/by-nc-nd/3.0/) Tunghsiao Liu.
3+
Posts inside [`./_app/_posts/`](_app/_posts/) directory and all images and icon files are licensed as [CC BY-NC-ND 3.0](https://creativecommons.org/licenses/by-nc-nd/3.0/) Sparanoid.
44

55
As stated in the license:
66
> **Attribution** — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515

1616
Wanna buy me a cup of coffee? [Great](https://sparanoid.com/donate/).
1717

18-
## Author
19-
20-
**Tunghsiao Liu**
21-
22-
- Twitter: @[tunghsiao](https://twitter.com/tunghsiao)
23-
- GitHub: @[sparanoid](https://github.com/sparanoid)
24-
2518
## Licenses
2619

2720
All files and directories are licensed under the [MIT](https://opensource.org/licenses/mit-license.php) unless explicitly stated.

_app/_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# {{ author.web }}: used in atom feed
88
# {{ author.twitter }}: used by Twitter Cards
99
default:
10-
name: Tunghsiao Liu
10+
name: Sparanoid
1111
1212
web: https://sparanoid.com/
1313
twitter: tunghsiao

_app/_data/curtana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
meta:
33
name: Curtana
44
url: https://sparanoid.com/lab/amsf/theme-curtana.html
5-
author: Tunghsiao Liu
5+
author: Sparanoid
66
author_url: https://sparanoid.com/
77
github: https://github.com/amsf/amsf-curtana
88

_app/_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ desc: 示例頁面・サンプルページ・Example Page
77

88
This is an example About page.
99

10-
Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](https://twitter.com/tunghsiao) or send correspondence to [[email protected]](mailto:[email protected]).
10+
Sparanoid is a design and development studio. It is available for freelance work as well as consulting. You can send email to [[email protected]](mailto:[email protected]).
1111

1212
## Colophon
1313

_app/_pages/themes/curtana/example-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hidden: true
88

99
This is an Curtana theme example About page.
1010

11-
Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](https://twitter.com/tunghsiao) or send correspondence to [[email protected]](mailto:[email protected]).
11+
Sparanoid is a design and development studio. It is available for freelance work as well as consulting. You can send email to [[email protected]](mailto:[email protected]).
1212

1313
## Colophon
1414

_app/_posts/note/2014-06-05-markup-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ HTML defines a long list of available inline tags, a complete list of which can
2525
- **To bold text**, use `<strong>`.
2626
- *To italicize text*, use `<em>`.
2727
- Abbreviations, like <abbr title="HyperText Markup Langage">HTML</abbr> should use `<abbr>`, with an optional `title` attribute for the full phrase.
28-
- Citations, like <cite>&mdash; Tunghsiao Liu &amp; Mark otto</cite>, should use `<cite>`.
28+
- Citations, like <cite>&mdash; Sparanoid &amp; Mark otto</cite>, should use `<cite>`.
2929
- <del>Deleted</del> text should use `<del>` and <ins>inserted</ins> text should use `<ins>`.
3030
- Superscript <sup>text</sup> uses `<sup>` and subscript <sub>text</sub> uses `<sub>`.
3131

_app/assets/themes/curtana/_scss/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT
2+
// Curtana for Almace Scaffolding | © Sparanoid | MIT
33
//
44

55
// Sass variables customization

_app/assets/themes/curtana/_scss/components/_randomized.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Randomized | © Tunghsiao Liu | MIT
2+
// Randomized | © Sparanoid | MIT
33
//
44

55
@use "sass:math";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "almace-scaffolding",
33
"version": "2.0.24",
44
"description": "Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.",
5-
"author": "Tunghsiao Liu",
5+
"author": "Sparanoid",
66
"homepage": "https://sparanoid.com/lab/amsf/",
77
"main": "Gruntfile.coffee",
88
"scripts": {

0 commit comments

Comments
 (0)