Skip to content

Commit f432c46

Browse files
authored
Replacing base URL with abosolute path. (#16)
* Replacing base URL with abosolute path. * rebuilding site Wed Nov 20 11:45:52 PST 2019 @flynnduism overriding review so we can get the site back up.
1 parent 3962d88 commit f432c46

130 files changed

Lines changed: 7388 additions & 7388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 330 additions & 330 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A simple static site: [openappmodel.io](https://openappmodel.io/)
1+
A simple static site: [oam.dev](https://oam.dev/)
22
Built with [Hugo](https://gohugo.io) and Github Pages.
33

44
## Important Note: Master Branch

archetypes/default.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
title: "{{ replace .Name "-" " " | title }}"
3-
date: {{ .Date }}
4-
draft: true
5-
---
6-
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.yml

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
baseURL: https://openappmodel.io/
2-
languageCode: en-us
3-
title: OAM | Open Application Model Specification
4-
theme: clean-landing
5-
6-
disableKinds:
7-
-taxonomy
8-
-taxonomyTerm
9-
10-
params:
11-
openGraph: true
12-
gitrepo: https://github.com/oam-dev/spec
13-
description: Open Application Model Specification
14-
navbarlogo:
15-
# Logo (from static/images/logos/___)
16-
image: logos/temp-logo.svg
17-
link: https://oam-dev.github.io/
18-
font:
19-
name: "Work Sans"
20-
sizes: [400,600]
21-
hero:
22-
# Main hero title
23-
title: oam
24-
# Hero subtitle (optional)
25-
subtitle: Open Application Model Specification
26-
# Button text
27-
buttontext: View Spec
28-
# Where the main hero button links to
29-
buttonlink: "#"
30-
# Customizable navbar. For a dropdown, add a "sublinks" list.
31-
sidebarlogo:
32-
image: logos/oam-borderless.svg
33-
link: https://oam-dev.github.io/
34-
sidebarIcon:
35-
image: logos/ohm-borderless.svg
36-
link: https://oam-dev.github.io/
37-
sidebar:
38-
- title: The Spec
39-
url: /#home
40-
- title: Overview
41-
url: /#overview
42-
- title: Examples
43-
url: /#examples
44-
- title: Implementation
45-
url: /#rudr
46-
- title: Community
47-
url: /#community
48-
footer:
49-
logo: strapline.svg
50-
# Social media links (GitHub, Twitter, etc.). All are optional.
51-
socialmedia:
52-
- link: https://twitter.com/oam_dev
53-
icon: twitter
54-
name: Twitter
55-
- link: https://gitter.im/oam-dev/
56-
icon: users
57-
name: Gitter
58-
- link: https://github.com/oam-dev/spec
59-
icon: github
1+
baseURL: '/'
2+
languageCode: en-us
3+
title: OAM | Open Application Model Specification
4+
theme: clean-landing
5+
6+
disableKinds:
7+
-taxonomy
8+
-taxonomyTerm
9+
10+
params:
11+
openGraph: true
12+
gitrepo: https://github.com/oam-dev/spec
13+
description: Open Application Model Specification
14+
navbarlogo:
15+
# Logo (from static/images/logos/___)
16+
image: logos/temp-logo.svg
17+
link: https://oam-dev.github.io/
18+
font:
19+
name: "Work Sans"
20+
sizes: [400,600]
21+
hero:
22+
# Main hero title
23+
title: oam
24+
# Hero subtitle (optional)
25+
subtitle: Open Application Model Specification
26+
# Button text
27+
buttontext: View Spec
28+
# Where the main hero button links to
29+
buttonlink: "#"
30+
# Customizable navbar. For a dropdown, add a "sublinks" list.
31+
sidebarlogo:
32+
image: logos/oam-borderless.svg
33+
link: https://oam-dev.github.io/
34+
sidebarIcon:
35+
image: logos/ohm-borderless.svg
36+
link: https://oam-dev.github.io/
37+
sidebar:
38+
- title: The Spec
39+
url: /#home
40+
- title: Overview
41+
url: /#overview
42+
- title: Examples
43+
url: /#examples
44+
- title: Implementation
45+
url: /#rudr
46+
- title: Community
47+
url: /#community
48+
footer:
49+
logo: strapline.svg
50+
# Social media links (GitHub, Twitter, etc.). All are optional.
51+
socialmedia:
52+
- link: https://twitter.com/oam_dev
53+
icon: twitter
54+
name: Twitter
55+
- link: https://gitter.im/oam-dev/
56+
icon: users
57+
name: Gitter
58+
- link: https://github.com/oam-dev/spec
59+
icon: github
6060
name: Github

netlify.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[build]
2-
publish = "public"
3-
command = "hugo"
4-
5-
[build.environment]
6-
HUGO_VERSION = "0.58.3"
7-
8-
[context.production.environment]
9-
HUGO_ENV = "production"
10-
HUGO_ENABLEGITINFO = "true"
11-
12-
[context.deploy-preview]
13-
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
14-
15-
[context.branch-deploy]
16-
command = "hugo -b $DEPLOY_PRIME_URL"
17-
18-
[context.next.environment]
1+
[build]
2+
publish = "public"
3+
command = "hugo"
4+
5+
[build.environment]
6+
HUGO_VERSION = "0.58.3"
7+
8+
[context.production.environment]
9+
HUGO_ENV = "production"
10+
HUGO_ENABLEGITINFO = "true"
11+
12+
[context.deploy-preview]
13+
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
14+
15+
[context.branch-deploy]
16+
command = "hugo -b $DEPLOY_PRIME_URL"
17+
18+
[context.next.environment]
1919
HUGO_ENABLEGITINFO = "true"

public/categories/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on OAM | Open Application Model Specification</title>
5-
<link>https://openappmodel.io/categories/</link>
5+
<link>/categories/</link>
66
<description>Recent content in Categories on OAM | Open Application Model Specification</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99

10-
<atom:link href="https://openappmodel.io/categories/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1111

1212

1313
</channel>

0 commit comments

Comments
 (0)