mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 02:11:06 +00:00
37
.github/workflows/gov-arch-site.yml
vendored
Normal file
37
.github/workflows/gov-arch-site.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
name: Build and Deploy a Jekyll Site to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
jekyll:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- name: 📂 setup
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# include the lines below if you are using jekyll-last-modified-at
|
||||||
|
# or if you would otherwise need to fetch the full commit history
|
||||||
|
# however this may be very slow for large repositories!
|
||||||
|
# with:
|
||||||
|
# fetch-depth: '0'
|
||||||
|
- name: 💎 setup ruby
|
||||||
|
uses: ruby/setup-ruby@v1
|
||||||
|
with:
|
||||||
|
ruby-version: 3.2
|
||||||
|
|
||||||
|
- name: 🔨 install dependencies & build site
|
||||||
|
uses: limjh16/jekyll-action-ts@v2
|
||||||
|
with:
|
||||||
|
enable_cache: true
|
||||||
|
|
||||||
|
- name: 🚀 deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./_site
|
||||||
|
# if the repo you are deploying to is <username>.github.io, uncomment the line below.
|
||||||
|
# if you are including the line below, make sure your source files are NOT in the "main" branch:
|
||||||
|
# publish_branch: main
|
2
.ruby-version
Normal file
2
.ruby-version
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ruby-3.2.3
|
||||||
|
ruby-3.2.3
|
9
Gemfile
9
Gemfile
@ -3,5 +3,12 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
ruby "3.2.3"
|
||||||
|
|
||||||
|
gem "jekyll", "~> 4.2.0"
|
||||||
|
|
||||||
# for demo site
|
# for demo site
|
||||||
gem "jekyll-paginate"
|
gem "jekyll-paginate"
|
||||||
|
|
||||||
|
gem "webrick", "~> 1.8"
|
||||||
|
gem 'thin'
|
||||||
|
@ -5,8 +5,6 @@ title: "Hitchens"
|
|||||||
|
|
||||||
An inarguably well-designed [Jekyll](http://jekyllrb.com) theme by [Pat Dryburgh](https://patdryburgh.com).
|
An inarguably well-designed [Jekyll](http://jekyllrb.com) theme by [Pat Dryburgh](https://patdryburgh.com).
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Undoubtably one of the great minds of our time, [Christopher Hitchens](https://en.wikipedia.org/wiki/Christopher_Hitchens) challenged his readers to think deeply on topics of politics, religion, war, and science. This Jekyll theme's design is inspired by the trade paperback version his book, [Arguably](https://en.wikipedia.org/wiki/Arguably), and is dedicated to his memory.
|
Undoubtably one of the great minds of our time, [Christopher Hitchens](https://en.wikipedia.org/wiki/Christopher_Hitchens) challenged his readers to think deeply on topics of politics, religion, war, and science. This Jekyll theme's design is inspired by the trade paperback version his book, [Arguably](https://en.wikipedia.org/wiki/Arguably), and is dedicated to his memory.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
@ -17,7 +17,7 @@ title: Governance Archaeology
|
|||||||
# email: hello@patdryburgh.com
|
# email: hello@patdryburgh.com
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
TK Governance Archaeology description
|
TK Governance Archaeology description
|
||||||
baseurl: "/" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
# icon: /assets/images/icon-512.png
|
# icon: /assets/images/icon-512.png
|
||||||
# twitter_username: patdryburgh
|
# twitter_username: patdryburgh
|
||||||
|
@ -11,4 +11,4 @@
|
|||||||
url: https://excavations.digital/
|
url: https://excavations.digital/
|
||||||
|
|
||||||
- title: Research as ancestry
|
- title: Research as ancestry
|
||||||
url: https://direct.mit.edu/daed/article/152/1/245/115000/Governance-Archaeology-Research-as-Ancestry
|
url: https://www.amacad.org/publication/governance-archaeology-research-ancestry
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<aside class="site-credits">
|
<aside class="site-credits">
|
||||||
<p>
|
<p>
|
||||||
<small><a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a> powered by <a href="http://jekyllrb.com">Jekyll</a></small>
|
<small>Modified <a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a>, powered by <a href="http://jekyllrb.com">Jekyll</a></small>
|
||||||
</p>
|
</p>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ h2 {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin: 1.3333em auto;
|
margin: 0.5em auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -158,4 +158,4 @@ figcaption {
|
|||||||
border-color: $text-color;
|
border-color: $text-color;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$brand-color: #f4efe6;
|
$brand-color: #f4efe6;
|
||||||
$highlight: lighten($brand-color, 35%);
|
$highlight: lighten($brand-color, 35%);
|
||||||
$text-color: #0b0404;
|
$text-color: #1f1f1f;
|
||||||
$muted-text-color: #64644B;
|
$muted-text-color: #64644B;
|
||||||
$font-family: "EB Garamond", Garamond, "Times New Roman", serif;
|
$font-family: "EB Garamond", Garamond, "Times New Roman", serif;
|
||||||
|
|
||||||
|
12
database.md
12
database.md
@ -3,10 +3,16 @@ layout: post
|
|||||||
title: Database
|
title: Database
|
||||||
---
|
---
|
||||||
|
|
||||||
Description of data here ...
|
### [Governance Archaeology Database: v1.2](https://airtable.com/appvYlkHheYBuvDdR/shrPD4OrKdIMAfgwP)
|
||||||
|
|
||||||
Links to database ...
|
Brief description here?
|
||||||
|
<br>
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ornare auctor massa, a posuere metus condimentum quis. Fusce quis pretium sem, a molestie tellus. Duis consequat, ligula ac rhoncus hendrerit, leo nunc vulputate magna, sit amet congue magna tortor vel lacus. Cras lacinia, tellus a hendrerit molestie, orci tellus condimentum lorem, a tempor eros ipsum nec lectus. Pellentesque ultricies, eros in accumsan dictum, velit odio rutrum tortor, pretium aliquet sem lorem sit amet velit. Ut sem nibh, volutpat non urna non, lobortis luctus nulla. Praesent eros est, venenatis mollis vulputate commodo, convallis et lectus. Sed tristique dignissim est vel porta. Nullam at neque vitae risus pellentesque sodales.
|
### Data Dictionary
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ornare auctor massa, a posuere metus condimentum quis. Fusce quis pretium sem, a molestie tellus. Duis consequat, ligula ac rhoncus hendrerit, leo nunc vulputate magna, sit amet congue magna tortor vel lacus. Cras lacinia, tellus a hendrerit molestie, orci tellus condimentum lorem, a tempor eros ipsum nec lectus. Pellentesque ultricies, eros in accumsan dictum, velit odio rutrum tortor, pretium aliquet sem lorem sit amet velit. Ut sem nibh, volutpat non urna non, lobortis luctus nulla. Praesent eros est, venenatis mollis vulputate commodo, convallis et lectus. Sed tristique dignissim est vel porta. Nullam at neque vitae risus pellentesque sodales.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
### Methodology
|
||||||
|
|
||||||
Donec sem ante, iaculis interdum placerat vitae, interdum nec risus. Quisque et justo augue. Nulla facilisi. Suspendisse id enim vitae ex lobortis facilisis mollis ut odio. Maecenas at ex nisl. Aliquam dapibus, neque ut viverra feugiat, risus mauris tempus arcu, eu aliquet felis tortor at metus. Pellentesque semper felis sit amet ex egestas, imperdiet tempus augue pellentesque. Aenean aliquam ex ut sem ornare, eu ultricies ligula pellentesque. Praesent non elit tempus, dictum diam in, semper enim. Nulla sit amet ante vel nulla dictum tempus sit amet sed quam. Donec at consequat libero. In vel eleifend sem. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque tincidunt tellus in pulvinar porttitor.
|
Donec sem ante, iaculis interdum placerat vitae, interdum nec risus. Quisque et justo augue. Nulla facilisi. Suspendisse id enim vitae ex lobortis facilisis mollis ut odio. Maecenas at ex nisl. Aliquam dapibus, neque ut viverra feugiat, risus mauris tempus arcu, eu aliquet felis tortor at metus. Pellentesque semper felis sit amet ex egestas, imperdiet tempus augue pellentesque. Aenean aliquam ex ut sem ornare, eu ultricies ligula pellentesque. Praesent non elit tempus, dictum diam in, semper enim. Nulla sit amet ante vel nulla dictum tempus sit amet sed quam. Donec at consequat libero. In vel eleifend sem. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque tincidunt tellus in pulvinar porttitor.
|
||||||
|
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 15 KiB |
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 177 KiB |
Reference in New Issue
Block a user