Skip to content

Commit cdd3ae8

Browse files
committed
Update domain without www
1 parent aa8891f commit cdd3ae8

3 files changed

Lines changed: 62 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# metadata101.github.io
22

3-
This repository contains the source code for the [metadata101.org](https://www.metadata101.org) website, which is hosted using GitHub Pages.
3+
This repository contains the source code for the [metadata101.org](https://metadata101.org) website, which is hosted using GitHub Pages.
44

55
## About
66

@@ -65,7 +65,7 @@ website/
6565

6666
## Publishing
6767

68-
This repository uses GitHub Pages. Any changes pushed to the main branch will automatically be built and published to https://www.metadata101.org
68+
This repository uses GitHub Pages. Any changes pushed to the main branch will automatically be built and published to https://metadata101.org
6969

7070
## License
7171

@@ -83,4 +83,4 @@ For major changes, please open an issue first to discuss proposed changes.
8383

8484
## Contact
8585

86-
For questions or feedback about the metadata101 project, please visit [https://www.metadata101.org](https://www.metadata101.org) or open an issue in this repository.
86+
For questions or feedback about the metadata101 project, please visit [https://metadata101.org](https://metadata101.org) or open an issue in this repository.

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ description: >- # this means to ignore newlines until "baseurl:"
2525
Metadata documents describe data. Metadata profiles are usually subsets of
2626
existing metadata standards developed by subject matter expert groups.
2727
baseurl: "" # the subpath of your site, e.g. /blog
28-
url: "https://www.metadata101.org" # the base hostname & protocol for your site, e.g. http://example.com
29-
domain: "https://www.metadata101.org"
28+
url: "https://metadata101.org" # the base hostname & protocol for your site, e.g. http://example.com
29+
domain: "https://metadata101.org"
3030

3131
# Build settings
3232
theme: minima

website/_config.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Metadata 101
22+
email: metadata101@geocat.net
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
This website hosts metadata profiles developed for use in catalog systems.
25+
Metadata documents describe data. Metadata profiles are usually subsets of
26+
existing metadata standards developed by subject matter expert groups.
27+
baseurl: "" # the subpath of your site, e.g. /blog
28+
url: "https://metadata101.org" # the base hostname & protocol for your site, e.g. http://example.com
29+
domain: "https://metadata101.org"
30+
31+
# Build settings
32+
theme: minima
33+
header_pages:
34+
- metadata-and-profiles.md
35+
36+
#plugins:
37+
38+
39+
# Exclude from processing.
40+
# The following items will not be processed, by default.
41+
# Any item listed under the `exclude:` key here will be automatically added to
42+
# the internal "default list".
43+
#
44+
# Excluded items can be processed by explicitly listing the directories or
45+
# their entries' file path in the `include:` list.
46+
#
47+
# exclude:
48+
# - .sass-cache/
49+
# - .jekyll-cache/
50+
# - gemfiles/
51+
# - Gemfile
52+
# - Gemfile.lock
53+
# - node_modules/
54+
# - vendor/bundle/
55+
# - vendor/cache/
56+
# - vendor/gems/
57+
# - vendor/ruby/

0 commit comments

Comments
 (0)