utah-rust / utah-rust.github.io

https://utah.rs
12 stars 3 forks source link

Make the website pretty #9

Open epage opened 6 years ago

epage commented 6 years ago

I didn't take much time designing it initially because I knew someone else was going to need to come along and probably re-work it anyways because I'm not much of a designer.

coolaj86 commented 5 years ago

I got utah.rs and I'm going to see about getting the cobalt site up today. It won't be prettier necessarily, but it'll at least have a name, title, and some content that gives it CEO to make it the first hit when searching for Utah Rust.

ErichDonGubler commented 5 years ago

@solderjs: What needs to be done for the utah.rs domain at this point? Do we just need to point the provider to use utah.rs as a domain name now?

coolaj86 commented 5 years ago

See https://github.com/utah-rust/utah-rust.github.io/pull/32

ErichDonGubler commented 5 years ago

@solderjs @epage: Hmm, for some reason the site is now having styling issues. When I serve locally, it's fine, but I'm getting this when I load http://utah.rs (which http://utah-rust.github.io now redirects to):

Screenshot from 2019-09-12 11-33-15

epage commented 5 years ago

The CI is using an old version of cobalt

https://github.com/utah-rust/utah-rust.github.io/blob/source/.travis.yml#L9

Pages were updated from

frontmatter
---
body

to

---
frontmatter
---
body

and the old version is treating this as an empty frontmatter.