Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
08b679fc
Unverified
Commit
08b679fc
authored
Mar 03, 2017
by
David Haynes
Browse files
Bring gitlab pages to 4- branch plus og tags
- and twitter too
parent
759560d8
Pipeline
#1023
failed with stages
in 1 minute
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
08b679fc
...
...
@@ -16,3 +16,15 @@ build_css:
paths
:
-
masonstrap/masonstrap.min.css
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp index.html .public
-
cp -r bower_components/bootstrap/dist/js .public
-
cp -r masonstrap .public
-
cp -r assets .public
-
mv .public public
artifacts
:
paths
:
-
public
index.html
View file @
08b679fc
...
...
@@ -5,18 +5,35 @@
<!-- Header content -->
<head>
<!--
Standard header content
-->
<!--
Metatags
-->
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<!-- Chrome on Android navbar color -->
<meta
name=
"theme-color"
content=
"#006633"
>
<!-- Opengraph tags -->
<meta
property=
"og:url"
content=
"http://srct.gmu.io/masonstrap/"
>
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:title"
content=
"SRCT Masonstrap"
>
<!--<meta property="og:image" content="http://srct.gmu.io/masonstrap/assets/img/masonstrap.png">-->
<meta
property=
"og:description"
content=
"Easily provide any web project with Mason branding."
>
<meta
property=
"og:site_name"
content=
"SRCT Masonstrap"
>
<meta
property=
"og:locale"
content=
"en_US"
>
<meta
property=
"article:author"
content=
"SRCT"
>
<!-- Twitter card tags -->
<meta
name=
"twitter:card"
content=
"summary"
>
<meta
name=
"twitter:site"
content=
"@MasonSRCT"
>
<meta
name=
"twitter:creator"
content=
"@MasonSRCT"
>
<meta
name=
"twitter:url"
content=
"http://srct.gmu.io/masonstrap/"
>
<meta
name=
"twitter:title"
content=
"SRCT Masonstrap"
>
<meta
name=
"twitter:description"
content=
"Easily provide any web project with Mason branding."
>
<!--<meta name="twitter:image" content="http://srct.gmu.io/masonstrap/assets/img/masonstrap.png">-->
<!-- Title -->
<title>
Masonstrap 4.0
</title>
<!-- Load in static content -->
<link
rel=
"icon"
href=
"./assets/img/favicon.ico"
>
<link
rel=
"icon"
href=
"./assets/img/favicon.ico"
sizes=
"16x16"
>
<link
rel=
"stylesheet"
href=
"./masonstrap/masonstrap.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"./assets/css/custom.css"
>
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment