mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-02 11:00:48 +00:00
Test adding back _site to .gitignore
This commit is contained in:
parent
7c6a91ba4d
commit
75887e0a2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,5 +2,6 @@
|
||||
.bundle
|
||||
.sass-cache
|
||||
.jekyll-cache
|
||||
_site
|
||||
Gemfile.lock
|
||||
.DS_Store
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="description" content="TK Governance Archaeology description">
|
||||
|
||||
<link rel="stylesheet" href="https://govarc.medlab.host/assets/css/main.css?1715612588937156000">
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css?1715612798056907000">
|
||||
|
||||
<link rel="apple-touch-icon" href=""></head>
|
||||
<body>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="description" content="TK Governance Archaeology description">
|
||||
|
||||
<link rel="stylesheet" href="https://govarc.medlab.host/assets/css/main.css?1715612588937156000">
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css?1715612798056907000">
|
||||
|
||||
<link rel="apple-touch-icon" href=""></head>
|
||||
<body>
|
||||
|
@ -156,7 +156,7 @@ code.highlighter-rouge { background: white; font-family: courier, monospace; fon
|
||||
.highlight .il { color: #099; }
|
||||
|
||||
/* eb-garamond-regular - latin */
|
||||
@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 400; font-display: auto; src: url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.eot"); /* IE9 Compat Modes */ src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.woff2") format("woff2"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.woff") format("woff"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.ttf") format("truetype"), url("https://govarc.medlab.host/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */ }
|
||||
@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 400; font-display: auto; src: url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.eot"); /* IE9 Compat Modes */ src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.woff2") format("woff2"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.woff") format("woff"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.ttf") format("truetype"), url("http://localhost:4000/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */ }
|
||||
|
||||
body { background: #f4efe6; color: #1f1f1f; font-family: "EB Garamond", Garamond, "Times New Roman", serif; font-size: 1.3125em; line-height: 1.5; }
|
||||
|
||||
@ -190,7 +190,7 @@ small { font-size: .75em; }
|
||||
|
||||
p > cite { display: block; text-align: right; }
|
||||
|
||||
hr { border: 0; height: 0; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; margin: 4em 0; }
|
||||
hr { border: 0; height: 0; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; margin: 4em 0; }
|
||||
|
||||
img { display: flex; max-width: 100%; height: auto; margin: 2em auto; }
|
||||
|
||||
@ -198,7 +198,7 @@ figure img { margin: 2em auto 1em; }
|
||||
|
||||
figcaption { font-size: .875em; font-style: italic; text-align: center; margin-bottom: 2em; opacity: .7; }
|
||||
|
||||
.divided::after { content: ""; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; }
|
||||
.divided::after { content: ""; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; }
|
||||
|
||||
.home { max-width: 24em; margin: auto; padding: 4em 1em; }
|
||||
|
||||
@ -294,7 +294,7 @@ figcaption { font-size: .875em; font-style: italic; text-align: center; margin-b
|
||||
|
||||
.footnote:hover, .footnote:focus { background: #f4efe6; border-color: #f4efe6; }
|
||||
|
||||
.footnotes::before { content: ''; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(https://govarc.medlab.host/assets/images/divider.svg) no-repeat top center; margin: 4em auto; }
|
||||
.footnotes::before { content: ''; border: 0; display: block; width: 152px; height: 12px; margin: .5em auto 0; background: url(http://localhost:4000/assets/images/divider.svg) no-repeat top center; margin: 4em auto; }
|
||||
|
||||
.footnotes { margin-bottom: 4em; }
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="description" content="TK Governance Archaeology description">
|
||||
|
||||
<link rel="stylesheet" href="https://govarc.medlab.host/assets/css/main.css?1715612588937156000">
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css?1715612798056907000">
|
||||
|
||||
<link rel="apple-touch-icon" href=""></head>
|
||||
<body>
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "Governance Archaeology",
|
||||
"home_page_url": "https://govarc.medlab.host/",
|
||||
"feed_url": "https://govarc.medlab.host/feed.json",
|
||||
"home_page_url": "http://localhost:4000/",
|
||||
"feed_url": "http://localhost:4000/feed.json",
|
||||
"description": "TK Governance Archaeology description",
|
||||
"icon": "",
|
||||
"favicon": "https://govarc.medlab.host/favicon.ico",
|
||||
"favicon": "http://localhost:4000/favicon.ico",
|
||||
"expired": false,
|
||||
"items": [
|
||||
|
||||
|
@ -3,10 +3,10 @@
|
||||
<channel>
|
||||
<title>Governance Archaeology</title>
|
||||
<description>TK Governance Archaeology description</description>
|
||||
<link>https://govarc.medlab.host/</link>
|
||||
<atom:link href="https://govarc.medlab.host/feed/index.xml" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>Mon, 13 May 2024 11:03:08 -0400</pubDate>
|
||||
<lastBuildDate>Mon, 13 May 2024 11:03:08 -0400</lastBuildDate>
|
||||
<link>http://localhost:4000/</link>
|
||||
<atom:link href="http://localhost:4000/feed/index.xml" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>Mon, 13 May 2024 11:06:38 -0400</pubDate>
|
||||
<lastBuildDate>Mon, 13 May 2024 11:06:38 -0400</lastBuildDate>
|
||||
<generator>Jekyll v4.2.2</generator>
|
||||
|
||||
</channel>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="description" content="TK Governance Archaeology description">
|
||||
|
||||
<link rel="stylesheet" href="https://govarc.medlab.host/assets/css/main.css?1715612588937156000">
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css?1715612798056907000">
|
||||
|
||||
<link rel="apple-touch-icon" href=""></head>
|
||||
<body>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="description" content="TK Governance Archaeology description">
|
||||
|
||||
<link rel="stylesheet" href="https://govarc.medlab.host/assets/css/main.css?1715612588937156000">
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css?1715612798056907000">
|
||||
|
||||
<link rel="apple-touch-icon" href=""></head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user