Skip to content

Commit e4a2579

Browse files
committed
change base url
1 parent f3bdd5f commit e4a2579

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ title: This week in Rust-WASM
1717
email: sendilkumarn@live.com
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
Stay up to date with events, learning resources, and recent developments in Rust WASM community.
20-
baseurl: "/" # the subpath of your site, e.g. /blog
21-
url: "https://rustwasm.github.io/this-week-in-rust-wasm" # the base hostname & protocol for your site, e.g. http://example.com
20+
baseurl: "/this-week-in-rust-wasm" # the subpath of your site, e.g. /blog
21+
url: "https://rustwasm.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: sendilkumarn
2323
github_username: sendilkumarn
2424

_posts/2018-04-02-welcome-to-this-week-in-rust.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: post
33
title: "Welcome to this week in Rust-WASM!"
44
date: 2018-04-02 19:01:46 +0200
5-
categories: posts
65
---
76
Hello and welcome to the first issue of *This Week in Rust+WASM*!
87

0 commit comments

Comments
 (0)