Skip to content

Commit

Permalink
chore: more HTTPS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 8, 2017
1 parent 9bd2ab1 commit ab99887
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 197 deletions.
366 changes: 183 additions & 183 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,8 +17,8 @@ Wanna buy me a cup of coffee? [Great](https://sparanoid.com/donate/).

**Tunghsiao Liu**

- Twitter: @[tunghsiao](http://twitter.com/tunghsiao)
- GitHub: @[sparanoid](http://github.com/sparanoid)
- Twitter: @[tunghsiao](https://twitter.com/tunghsiao)
- GitHub: @[sparanoid](https://github.com/sparanoid)

## Licenses

Expand Down
2 changes: 1 addition & 1 deletion _app/_data/authors.yml
Expand Up @@ -15,5 +15,5 @@ default:
tester:
name: Tester
email: test@test.com
web: http://tester.com/
web: https://example.com/
twitter: tester
2 changes: 1 addition & 1 deletion _app/_pages/about.md
Expand Up @@ -7,7 +7,7 @@ desc: 示例頁面・サンプルページ・Example Page

This is an example About page.

Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](http://twitter.com/tunghsiao) or send correspondence to [t@sparanoid.com](mailto:t@sparanoid.com).
Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](https://twitter.com/tunghsiao) or send correspondence to [t@sparanoid.com](mailto:t@sparanoid.com).

## Colophon

Expand Down
2 changes: 1 addition & 1 deletion _app/_pages/themes/curtana/example-about.md
Expand Up @@ -9,7 +9,7 @@ sitemap: false

This is an Curtana theme example About page.

Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](http://twitter.com/tunghsiao) or send correspondence to [t@sparanoid.com](mailto:t@sparanoid.com).
Sparanoid is a design studio operated by Tunghsiao Liu. You can ping me on [Twitter](https://twitter.com/tunghsiao) or send correspondence to [t@sparanoid.com](mailto:t@sparanoid.com).

## Colophon

Expand Down
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-01-01-github-pages-setup.md
Expand Up @@ -28,4 +28,4 @@ If you'd like to keep all things under Git control, you can try the following fi
└── README.md (your own readme)
```

You can see this [live demo](http://github.com/amsf/amsf.github.io/) how to make them friends.
You can see this [live demo](https://github.com/amsf/amsf.github.io/) how to make them friends.
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-05-markup-example.md
Expand Up @@ -185,6 +185,6 @@ Careful Skippy, you really aren’t as convincing as you think you are.

## Newsletters Signup Form

<form action="http://email.sparanoid.com/t/j/s/uykhir/" method="post">
<form action="//sparanoid.us2.list-manage.com/subscribe/post?u=eef500b1fe3fe595f03a27605&id=7bbabe95a9" method="post">
<input name="cm-uykhir-uykhir" type="email" placeholder="Your Email" required>
</form>
8 changes: 4 additions & 4 deletions _app/_posts/note/2014-06-09-creating-themes.md
Expand Up @@ -33,7 +33,7 @@ You can create your own theme in AMSF, theme files are located in the following

The theme specific config `curtana.yml` should have the same filename as your theme name. It should contain theme specific variables and can also override AMSF built-in settings.

More info about theme structure you can check out my default theme [Curtana](http://github.com/amsf/amsf-curtana).
More info about theme structure you can check out my default theme [Curtana](https://github.com/amsf/amsf-curtana).

You can also have multiple themes in your project, as many as you like. For example if you also have themes Bootstrap and Ghost installed, the file structure should be:

Expand Down Expand Up @@ -182,13 +182,13 @@ Site Twitter account handle.
Template:

```html
<a href="http://twitter.com/{{ '{{ site.twitter ' }}}}">Follow @{{ '{{ site.twitter ' }}}} on Twitter</a>
<a href="https://twitter.com/{{ '{{ site.twitter ' }}}}">Follow @{{ '{{ site.twitter ' }}}} on Twitter</a>
```

Output:

```html
<a href="http://twitter.com/sparanoid">Follow @sparanoid on Twitter</a>
<a href="https://twitter.com/sparanoid">Follow @sparanoid on Twitter</a>
```

### `site.force_utf_8`
Expand Down Expand Up @@ -376,4 +376,4 @@ $ grunt theme-save

The activated theme will be saved to AMSF cache (`.amsf-cache/`) with correct file and directory structure, then you can upload your theme to GitHub.

Still confusing? see my default theme [Curtana](http://github.com/amsf/amsf-curtana) for reference.
Still confusing? see my default theme [Curtana](https://github.com/amsf/amsf-curtana) for reference.
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-10-themes.md
Expand Up @@ -13,7 +13,7 @@ In the latest build, I've added multiple themes support, finally, you can switch

## Installing Themes

The AMSF framework ships a default theme [Curtana](http://github.com/amsf/amsf-curtana). You can also install as many themes as you like and switch to the one you prefer in any time.
The AMSF framework ships a default theme [Curtana](https://github.com/amsf/amsf-curtana). You can also install as many themes as you like and switch to the one you prefer in any time.


### Via Git (GitHub)
Expand Down
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-13-welcome.md
Expand Up @@ -17,7 +17,7 @@ Go to the [GitHub](https://github.com/sparanoid/almace-scaffolding) page for dow

- Theme switching, you can switch themes with just one command
- A basic, fully configured Jekyll setup with well-defined [Atom feed](https://github.com/sparanoid/almace-scaffolding/blob/master/_app/feed-atom.xml) and [sitemap](https://github.com/sparanoid/almace-scaffolding/blob/master/_app/sitemap.xml)
- **Almace Scaffolding** ships a sleek responsive theme [Curtana](http://github.com/amsf/amsf-curtana), a variant of [sparanoid.com](https://sparanoid.com/), looking great on any modern browsers
- **Almace Scaffolding** ships a sleek responsive theme [Curtana](https://github.com/amsf/amsf-curtana), a variant of [sparanoid.com](https://sparanoid.com/), looking great on any modern browsers
- Every minified page generates only one HTTP request [^1]
- [Tons of configurable settings](https://github.com/sparanoid/almace-scaffolding/blob/master/_config.init.yml) for your posts and site customization
- Built with Grunt.js for easy development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"url": "git://github.com/sparanoid/almace-scaffolding.git"
},
"bugs": {
"url": "http://github.com/sparanoid/almace-scaffolding/issues"
"url": "https://github.com/sparanoid/almace-scaffolding/issues"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ab99887

Please sign in to comment.